@charset "UTF-8";
html,
body {
  position: relative;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  color: #000;
  font-size: 1.5rem;
}

img {
  max-width: 100%;
}

ruby > rt {
  font-size: 47%;
  text-align: center;
}

.btn:focus,
.btn.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-group {
  margin-bottom: 0;
}

.content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 10px;
}

.content-md-inner {
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
}

.content-main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  max-width: 100%;
}

.content-side {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.content-full {
  width: 100%;
}

.content-narrow {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-title {
  position: relative;
  min-height: 55px;
  margin-top: 32px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}

.page-title-text {
  margin: 0;
  padding: 12px 0;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.25;
}

.page-title::before {
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 40px;
  height: 55px;
  background: url(../images/common/section_head.svg) 0 0 no-repeat;
  background-size: contain;
  content: "";
}

.section-header {
  position: relative;
  min-height: 55px;
  margin-top: 32px;
  margin-bottom: 20px;
}

.section-header .page-title-text {
  margin: 0;
  padding: 12px 16px 13px 48px;
}

.section-header-count {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-header-count .page-title-text {
  display: inline-block;
}

.section-header-count .product-count-all {
  display: inline-block;
  margin-left: auto;
}

.section-title {
  font-weight: 700;
  font-size: 2rem;
}

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

.section-content-form {
  width: 1130px;
  max-width: 100%;
  margin: 16px auto 0;
}

.section-content-cart {
  width: 100%;
  margin-top: 16px;
}

.section-content-complete {
  width: 858px;
  max-width: 100%;
  margin: 16px auto 0;
}

.section-content-shop {
  width: 900px;
  max-width: 100%;
  margin: 30px auto 40px;
}

.section-content-shop:last-child {
  margin-bottom: 0;
}

.section-content-shop .section-title {
  margin-bottom: 1rem;
}

.section-content-shop .section-title.-fix-link {
  margin-top: -140px;
  padding-top: 140px;
}

.section-header + .section-content {
  margin-top: 16px;
}

.section-footer {
  margin-top: 40px;
}

.section-footer.section-footer-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-footer.section-footer-btn-block .btn + .btn {
  margin-top: 22px;
}

.section-mypage-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

.section-mypage-footer .btn + .btn {
  margin-top: 20px;
}

.section-mypage-footer + .section-footer {
  margin-top: 60px;
}

.section-header.page-title-border {
  margin-top: 32px;
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
}

.section-header.page-title-border .page-title-text {
  padding: 12px 0;
}

.section-header.page-title-info {
  margin-top: 32px;
  margin-bottom: 20px;
}

.section-header.page-title-info .page-title-text {
  padding: 12px 0;
}

.section-header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.section-header-info .info-date {
  display: block;
  margin-left: auto;
  font-size: 1.5rem;
}

.section-title-dots-header {
  margin-bottom: 10px;
  text-align: center;
}

.section-title-dots {
  position: relative;
  display: inline-block;
  margin: 0;
  font-weight: 700;
  font-size: 2.3rem;
  line-height: 1.8;
}

.section-title-dots::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 273px;
  height: 3px;
  background-image: url(../images/pages/enter_dots_sp.svg);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
}

.content-main .section-header {
  margin-top: 0;
}

.open-menu {
  overflow: hidden;
}

.dropright:hover > .dropdown-menu {
  display: block;
}

.page-top-btn {
  position: fixed;
  right: 30px;
  bottom: -60px;
  z-index: 100;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s;
}

.page-top-btn img {
  width: 116px;
  height: 56px;
}

.page-top-btn a {
  display: block;
}

.page-top-btn.-show {
  bottom: 20px;
}

.d-sp {
  display: inline-block;
}

.d-pc {
  display: none;
}

.d-xs {
  display: none;
}

.text-accent {
  color: #e60012;
  font-weight: 700;
}

.text-alert {
  color: #e60012;
}

.text-alert-link {
  color: #e60012;
  text-decoration: underline;
}

.text-alert-link:hover {
  color: #e60012;
}

.narrow-spacing {
  letter-spacing: -1px;
  white-space: nowrap;
}

.alert-origin {
  background-color: #FFFEEB;
  border: solid 1px #e60012;
  padding: 20px;
  color: #e60012;
}

ol.ol-brackets {
  list-style-type: none;
  margin-bottom: 1rem;
  padding-left: 0;
}

ol.ol-brackets > li {
  counter-increment: ol-brackets-counter;
}

ol.ol-brackets > li::before {
  content: "(" counter(ol-brackets-counter) ") ";
}

ul.ul-indent1 {
  list-style-type: none;
  text-indent: -1em;
  margin-bottom: 1rem;
}

.break-all {
  word-break: break-all !important;
}

.js-top-slider,
.js-detail-slider,
.js-detail-slider-nav {
  visibility: hidden;
}

.js-top-slider.slick-initialized,
.js-detail-slider.slick-initialized,
.js-detail-slider-nav.slick-initialized {
  visibility: visible;
}

.slick-dots {
  margin-top: 10px;
}

.slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
}

.slick-dots li button::before {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
}

.slick-dots li button:focus::before {
  opacity: 0.25;
}

.slick-dots li button:hover:before {
  color: black;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #e60012;
}

.slick-dots li.slick-active button:focus:before {
  opacity: 0.75;
}

.swiper {
  overflow: hidden;
}

.swiper-button-prev,
.swiper-button-next {
  background-image: none;
  top: 20%;
  width: 50px;
  height: 100px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  outline: none;
}

.swiper-button-prev:before,
.swiper-button-next:before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 16px;
  height: 16px;
}

.swiper-button-prev {
  left: -15px;
}

.swiper-button-prev:before {
  left: 3px;
}

.swiper-button-prev:after {
  left: 14px;
  border-top: 3px solid #e60012;
  border-left: 3px solid #e60012;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.swiper-button-next {
  right: -15px;
}

.swiper-button-next:before {
  right: 3px;
}

.swiper-button-next:after {
  right: 14px;
  border-top: 3px solid #e60012;
  border-right: 3px solid #e60012;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.recommend .swiper-button-prev,
.recommend .swiper-button-next {
  top: 31%;
}

.recommend .swiper-button-prev {
  left: 0;
}

.recommend .swiper-button-next {
  right: 0;
}

.top-pickup .swiper-button-disabled,
.recommend .swiper-button-disabled {
  opacity: 0;
  pointer-events: initial;
}

/*
 * perfect-scrollbar.css
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  background-color: rgba(0, 0, 0, 0);
  height: 10px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  background-color: rgba(0, 0, 0, 0);
  width: 10px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  height: 10px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: 10px;
  /* there must be 'right' for ps__thumb-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

.alert {
  margin-top: 22px;
  margin-bottom: 22px;
}

.alert p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.alert p + p {
  margin-top: 1em;
}

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

.alert-productinfo {
  display: inline-block;
  font-size: 1.5rem;
  text-align: center;
  color: #e60012;
  background-color: #fff7f7;
  border-color: #f2a0a0;
}

.alert-productinfo hr {
  border-top-color: #ef8a8a;
}

.alert-productinfo .alert-link {
  color: #b3000e;
}

.alert-info {
  padding: 13.5px 16px;
  color: #427b99;
  border-radius: 4px;
}

.alert-warning {
  color: #000;
  background-color: rgba(175, 123, 7, 0.08);
  border-color: #af7b07;
  padding: 15px;
  font-size: 1.4rem;
  border-width: 1.5px;
}

.alert-warning hr {
  border-top-color: #966a06;
}

.alert-warning .alert-link {
  color: black;
}

.alert-warning .alert-heading {
  color: #af7b07;
  font-weight: 700;
  font-size: 1.5rem;
}

.alert-danger {
  color: #e60012;
  background-color: rgba(230, 0, 18, 0.08);
  border-color: #e60012;
  padding: 15px;
  font-weight: 700;
  font-size: 1.2rem;
  border-width: 1.5px;
}

.alert-danger hr {
  border-top-color: #cd0010;
}

.alert-danger .alert-link {
  color: #b3000e;
}

.alert-disabled {
  display: inline-block;
  width: 200px;
  max-width: 100%;
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.alert-disabled hr {
  border-top-color: black;
}

.alert-disabled .alert-link {
  color: black;
}

.alert + .page-title {
  margin-top: 25px;
}

.alert-visitor {
  padding: 8px 25px;
  color: #007be5;
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #e5f5ff;
  border-bottom: 1px solid #007be5;
}

.alert-visitor a {
  color: #007be5;
  text-decoration: underline;
}

.alert-change-order {
  padding: 8px 25px;
  color: black;
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #e5f5ff;
  border-bottom: 1px solid #007be5;
  border-top: 1px solid #007be5;
}

.alert-change-order a {
  color: #007be5;
  text-decoration: underline;
}

.badge {
  font-size: 1.2rem;
}

.badge-required {
  color: #fff;
  background-color: #e60012;
  padding: 3px 9px;
  border-radius: 3px;
}

a.badge-required:hover, a.badge-required:focus {
  color: #fff;
  background-color: #b3000e;
}

a.badge-required:focus, a.badge-required.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
}

.badge-important-info {
  padding: 5px 10px;
  color: #e60012;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #e60012;
}

.badge-address-active {
  color: #fff;
  background-color: #3f67b2;
  padding: 4px 16px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 6px;
}

a.badge-address-active:hover, a.badge-address-active:focus {
  color: #fff;
  background-color: #32518c;
}

a.badge-address-active:focus, a.badge-address-active.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 103, 178, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(63, 103, 178, 0.5);
}

.btn {
  font-size: 1.5rem;
}

.btn-outline {
  color: #5f5f5f;
  border-color: #5f5f5f;
  padding: 9px 17px;
  background: #fff;
}

.btn-outline:hover {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-outline:focus, .btn-outline.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-outline.disabled, .btn-outline:disabled {
  color: #5f5f5f;
  background-color: transparent;
}

.btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active,
.show > .btn-outline.dropdown-toggle {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-outline:not(:disabled):not(.disabled):active:focus, .btn-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-cancel,
.btn-mypage-back {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
  padding: 9px 17px;
}

.btn-cancel:hover,
.btn-mypage-back:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
}

.btn-cancel:focus, .btn-cancel.focus,
.btn-mypage-back:focus,
.btn-mypage-back.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-cancel.disabled, .btn-cancel:disabled,
.btn-mypage-back.disabled,
.btn-mypage-back:disabled {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-cancel:not(:disabled):not(.disabled):active, .btn-cancel:not(:disabled):not(.disabled).active,
.show > .btn-cancel.dropdown-toggle,
.btn-mypage-back:not(:disabled):not(.disabled):active,
.btn-mypage-back:not(:disabled):not(.disabled).active,
.show >
.btn-mypage-back.dropdown-toggle {
  color: #fff;
  background-color: #464646;
  border-color: #3f3f3f;
}

.btn-cancel:not(:disabled):not(.disabled):active:focus, .btn-cancel:not(:disabled):not(.disabled).active:focus,
.show > .btn-cancel.dropdown-toggle:focus,
.btn-mypage-back:not(:disabled):not(.disabled):active:focus,
.btn-mypage-back:not(:disabled):not(.disabled).active:focus,
.show >
.btn-mypage-back.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-mypage-red {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
  padding: 9px 17px;
}

.btn-mypage-red:hover {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
}

.btn-mypage-red:focus, .btn-mypage-red.focus {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-mypage-red.disabled, .btn-mypage-red:disabled {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-mypage-red:not(:disabled):not(.disabled):active, .btn-mypage-red:not(:disabled):not(.disabled).active,
.show > .btn-mypage-red.dropdown-toggle {
  color: #fff;
  background-color: #b3000e;
  border-color: #a6000d;
}

.btn-mypage-red:not(:disabled):not(.disabled):active:focus, .btn-mypage-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-mypage-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-pill {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
  width: 300px;
  max-width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  border-radius: 50rem;
}

.btn-pill:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
}

.btn-pill:focus, .btn-pill.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-pill.disabled, .btn-pill:disabled {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-pill:not(:disabled):not(.disabled):active, .btn-pill:not(:disabled):not(.disabled).active,
.show > .btn-pill.dropdown-toggle {
  color: #fff;
  background-color: #464646;
  border-color: #3f3f3f;
}

.btn-pill:not(:disabled):not(.disabled):active:focus, .btn-pill:not(:disabled):not(.disabled).active:focus,
.show > .btn-pill.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-pill.-wide {
  width: 400px;
}

.btn-pill-outline {
  color: #5f5f5f;
  border-color: #5f5f5f;
  width: 300px;
  max-width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 700;
  background: #fff;
  border-radius: 50rem;
}

.btn-pill-outline:hover {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-pill-outline:focus, .btn-pill-outline.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-pill-outline.disabled, .btn-pill-outline:disabled {
  color: #5f5f5f;
  background-color: transparent;
}

.btn-pill-outline:not(:disabled):not(.disabled):active, .btn-pill-outline:not(:disabled):not(.disabled).active,
.show > .btn-pill-outline.dropdown-toggle {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-pill-outline:not(:disabled):not(.disabled):active:focus, .btn-pill-outline:not(:disabled):not(.disabled).active:focus,
.show > .btn-pill-outline.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-pill-outline.-wide {
  width: 400px;
}

.btn-pill-outline.btn-back {
  padding-top: 12px;
  padding-bottom: 12px;
}

.btn-pill-outline.disabled {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-pill-outline.disabled:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
}

.btn-pill-outline.disabled:focus, .btn-pill-outline.disabled.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-pill-outline.disabled.disabled, .btn-pill-outline.disabled:disabled {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-pill-outline.disabled:not(:disabled):not(.disabled):active, .btn-pill-outline.disabled:not(:disabled):not(.disabled).active,
.show > .btn-pill-outline.disabled.dropdown-toggle {
  color: #fff;
  background-color: #464646;
  border-color: #3f3f3f;
}

.btn-pill-outline.disabled:not(:disabled):not(.disabled):active:focus, .btn-pill-outline.disabled:not(:disabled):not(.disabled).active:focus,
.show > .btn-pill-outline.disabled.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-enter {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
  padding: 8px 20px;
  font-weight: 700;
  border-radius: 50rem;
  white-space: nowrap;
}

.btn-enter:hover {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
}

.btn-enter:focus, .btn-enter.focus {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-enter.disabled, .btn-enter:disabled {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-enter:not(:disabled):not(.disabled):active, .btn-enter:not(:disabled):not(.disabled).active,
.show > .btn-enter.dropdown-toggle {
  color: #fff;
  background-color: #b3000e;
  border-color: #a6000d;
}

.btn-enter:not(:disabled):not(.disabled):active:focus, .btn-enter:not(:disabled):not(.disabled).active:focus,
.show > .btn-enter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-mypage-action {
  color: #e58d00;
  border-color: #e58d00;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #e58d00;
  border-width: 1px;
  border-radius: 50rem;
}

.btn-mypage-action:hover {
  color: #212529;
  background-color: #e58d00;
  border-color: #e58d00;
}

.btn-mypage-action:focus, .btn-mypage-action.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 141, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(229, 141, 0, 0.5);
}

.btn-mypage-action.disabled, .btn-mypage-action:disabled {
  color: #e58d00;
  background-color: transparent;
}

.btn-mypage-action:not(:disabled):not(.disabled):active, .btn-mypage-action:not(:disabled):not(.disabled).active,
.show > .btn-mypage-action.dropdown-toggle {
  color: #212529;
  background-color: #e58d00;
  border-color: #e58d00;
}

.btn-mypage-action:not(:disabled):not(.disabled):active:focus, .btn-mypage-action:not(:disabled):not(.disabled).active:focus,
.show > .btn-mypage-action.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(229, 141, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(229, 141, 0, 0.5);
}

.btn-mypage-action:hover, .btn-mypage-action:not(:disabled):not(.disabled):active {
  color: #fff;
}

.btn-mypage-cancel {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
  width: 300px;
  padding: 9px 42px;
  font-weight: 700;
  border-width: 1px;
  border-radius: 50rem;
}

.btn-mypage-cancel:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
}

.btn-mypage-cancel:focus, .btn-mypage-cancel.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-mypage-cancel.disabled, .btn-mypage-cancel:disabled {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-mypage-cancel:not(:disabled):not(.disabled):active, .btn-mypage-cancel:not(:disabled):not(.disabled).active,
.show > .btn-mypage-cancel.dropdown-toggle {
  color: #fff;
  background-color: #464646;
  border-color: #3f3f3f;
}

.btn-mypage-cancel:not(:disabled):not(.disabled):active:focus, .btn-mypage-cancel:not(:disabled):not(.disabled).active:focus,
.show > .btn-mypage-cancel.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-history-cancel {
  color: #5f5f5f;
  border-color: #5f5f5f;
  padding: 9px 17px;
  background: #fff;
}

.btn-history-cancel:hover {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-history-cancel:focus, .btn-history-cancel.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-history-cancel.disabled, .btn-history-cancel:disabled {
  color: #5f5f5f;
  background-color: transparent;
}

.btn-history-cancel:not(:disabled):not(.disabled):active, .btn-history-cancel:not(:disabled):not(.disabled).active,
.show > .btn-history-cancel.dropdown-toggle {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-history-cancel:not(:disabled):not(.disabled):active:focus, .btn-history-cancel:not(:disabled):not(.disabled).active:focus,
.show > .btn-history-cancel.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-history-inquiry {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
  padding: 9px 17px;
}

.btn-history-inquiry:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
}

.btn-history-inquiry:focus, .btn-history-inquiry.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-history-inquiry.disabled, .btn-history-inquiry:disabled {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-history-inquiry:not(:disabled):not(.disabled):active, .btn-history-inquiry:not(:disabled):not(.disabled).active,
.show > .btn-history-inquiry.dropdown-toggle {
  color: #fff;
  background-color: #464646;
  border-color: #3f3f3f;
}

.btn-history-inquiry:not(:disabled):not(.disabled):active:focus, .btn-history-inquiry:not(:disabled):not(.disabled).active:focus,
.show > .btn-history-inquiry.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-pickup-list {
  color: #6A3315;
  border-color: #6A3315;
  position: absolute;
  bottom: 0;
  left: 50%;
  padding: 10px 36px 10px 26px;
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #fff;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.btn-pickup-list:hover {
  color: #fff;
  background-color: #6A3315;
  border-color: #6A3315;
}

.btn-pickup-list:focus, .btn-pickup-list.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 51, 21, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(106, 51, 21, 0.5);
}

.btn-pickup-list.disabled, .btn-pickup-list:disabled {
  color: #6A3315;
  background-color: transparent;
}

.btn-pickup-list:not(:disabled):not(.disabled):active, .btn-pickup-list:not(:disabled):not(.disabled).active,
.show > .btn-pickup-list.dropdown-toggle {
  color: #fff;
  background-color: #6A3315;
  border-color: #6A3315;
}

.btn-pickup-list:not(:disabled):not(.disabled):active:focus, .btn-pickup-list:not(:disabled):not(.disabled).active:focus,
.show > .btn-pickup-list.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(106, 51, 21, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(106, 51, 21, 0.5);
}

.btn-pickup-list::before {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 0;
  border-top: solid 2px #6a3315;
  border-right: solid 2px #6a3315;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  pointer-events: none;
}

.btn-cart {
  position: relative;
  margin: 0 auto;
  padding: 11px 1em;
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  background-color: #e58d00;
  border: 2px solid #e58d00;
  border-radius: 14px;
}

.btn-cart:hover, .btn-cart:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #cc7d00;
  border-color: #cc7d00;
}

.btn-cart.active {
  color: #e58d00;
  background-color: #fff;
}

.btn-cart.disabled {
  color: #707070;
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  cursor: default;
  opacity: 1;
}

.btn-cart-num {
  position: absolute;
  top: 50%;
  left: calc(100% - 24px);
  display: block;
  min-width: 26px;
  padding: 3px 8px;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.1;
  text-align: center;
  background-color: #e60012;
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.btn-cart-mypage {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 7px 14px;
  color: #fff;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.5;
  background-color: #e58d00;
  border: 2px solid #e58d00;
}

.btn-cart-mypage:hover, .btn-cart-mypage:active {
  color: #fff;
  background-color: #cc7d00;
  border-color: #cc7d00;
}

.btn-cart-mypage.active {
  color: #e58d00;
  text-align: left;
  background-color: #fff;
}

.btn-detail {
  color: #e60012;
  border-color: #e60012;
  width: 100%;
  padding: 6px 14px;
  font-weight: 700;
  font-size: 1.4rem;
}

.btn-detail:hover {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-detail:focus, .btn-detail.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
}

.btn-detail.disabled, .btn-detail:disabled {
  color: #e60012;
  background-color: transparent;
}

.btn-detail:not(:disabled):not(.disabled):active, .btn-detail:not(:disabled):not(.disabled).active,
.show > .btn-detail.dropdown-toggle {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-detail:not(:disabled):not(.disabled):active:focus, .btn-detail:not(:disabled):not(.disabled).active:focus,
.show > .btn-detail.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
}

.btn-cart-clear {
  color: #5f5f5f;
  border-color: #5f5f5f;
  padding: 8px 35px;
  font-weight: 700;
  font-size: 1.2rem;
  background: #fff;
  border-width: 2px;
}

.btn-cart-clear:hover {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-cart-clear:focus, .btn-cart-clear.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-cart-clear.disabled, .btn-cart-clear:disabled {
  color: #5f5f5f;
  background-color: transparent;
}

.btn-cart-clear:not(:disabled):not(.disabled):active, .btn-cart-clear:not(:disabled):not(.disabled).active,
.show > .btn-cart-clear.dropdown-toggle {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-cart-clear:not(:disabled):not(.disabled):active:focus, .btn-cart-clear:not(:disabled):not(.disabled).active:focus,
.show > .btn-cart-clear.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-edit,
.btn-edit-red {
  padding: 7px 14px;
  font-weight: 700;
  font-size: 1.2rem;
}

.btn-edit {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

.btn-edit:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
}

.btn-edit:focus, .btn-edit.focus {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-edit.disabled, .btn-edit:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

.btn-edit:not(:disabled):not(.disabled):active, .btn-edit:not(:disabled):not(.disabled).active,
.show > .btn-edit.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606060;
}

.btn-edit:not(:disabled):not(.disabled):active:focus, .btn-edit:not(:disabled):not(.disabled).active:focus,
.show > .btn-edit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-edit-red {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-edit-red:hover {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
}

.btn-edit-red:focus, .btn-edit-red.focus {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-edit-red.disabled, .btn-edit-red:disabled {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-edit-red:not(:disabled):not(.disabled):active, .btn-edit-red:not(:disabled):not(.disabled).active,
.show > .btn-edit-red.dropdown-toggle {
  color: #fff;
  background-color: #b3000e;
  border-color: #a6000d;
}

.btn-edit-red:not(:disabled):not(.disabled):active:focus, .btn-edit-red:not(:disabled):not(.disabled).active:focus,
.show > .btn-edit-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-cart-edit {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
  width: 120px;
  padding: 10px 14px;
  font-weight: 700;
  font-size: 1.2rem;
}

.btn-cart-edit:hover {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
}

.btn-cart-edit:focus, .btn-cart-edit.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #464646;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-cart-edit.disabled, .btn-cart-edit:disabled {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-cart-edit:not(:disabled):not(.disabled):active, .btn-cart-edit:not(:disabled):not(.disabled).active,
.show > .btn-cart-edit.dropdown-toggle {
  color: #fff;
  background-color: #464646;
  border-color: #3f3f3f;
}

.btn-cart-edit:not(:disabled):not(.disabled):active:focus, .btn-cart-edit:not(:disabled):not(.disabled).active:focus,
.show > .btn-cart-edit.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(119, 119, 119, 0.5);
}

.btn-cart-delete {
  color: #5f5f5f;
  border-color: #5f5f5f;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 1.2rem;
  background-color: #fff;
}

.btn-cart-delete:hover {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-cart-delete:focus, .btn-cart-delete.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-cart-delete.disabled, .btn-cart-delete:disabled {
  color: #5f5f5f;
  background-color: transparent;
}

.btn-cart-delete:not(:disabled):not(.disabled):active, .btn-cart-delete:not(:disabled):not(.disabled).active,
.show > .btn-cart-delete.dropdown-toggle {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-cart-delete:not(:disabled):not(.disabled):active:focus, .btn-cart-delete:not(:disabled):not(.disabled).active:focus,
.show > .btn-cart-delete.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.btn-cart-fav {
  color: #212529;
  background-color: #e58d00;
  border-color: #e58d00;
  padding: 10px 14px;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
}

.btn-cart-fav:hover {
  color: #fff;
  background-color: #bf7500;
  border-color: #b26e00;
}

.btn-cart-fav:focus, .btn-cart-fav.focus {
  color: #fff;
  background-color: #bf7500;
  border-color: #b26e00;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 125, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(200, 125, 6, 0.5);
}

.btn-cart-fav.disabled, .btn-cart-fav:disabled {
  color: #212529;
  background-color: #e58d00;
  border-color: #e58d00;
}

.btn-cart-fav:not(:disabled):not(.disabled):active, .btn-cart-fav:not(:disabled):not(.disabled).active,
.show > .btn-cart-fav.dropdown-toggle {
  color: #fff;
  background-color: #b26e00;
  border-color: #a56600;
}

.btn-cart-fav:not(:disabled):not(.disabled):active:focus, .btn-cart-fav:not(:disabled):not(.disabled).active:focus,
.show > .btn-cart-fav.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(200, 125, 6, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(200, 125, 6, 0.5);
}

.btn-cart-fav:hover, .btn-cart-fav:active {
  color: #fff;
  background-color: #cc7d00;
  border-color: #cc7d00;
}

.btn-cart-fav.active {
  color: #e58d00;
  text-align: left;
  background-color: #fff;
}

.btn-address {
  color: #3f67b2;
  border-color: #3f67b2;
  padding: 4px 16px;
  color: #3f67b2;
  font-size: 1.2rem;
  background-color: #fff;
}

.btn-address:hover {
  color: #fff;
  background-color: #3f67b2;
  border-color: #3f67b2;
}

.btn-address:focus, .btn-address.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 103, 178, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(63, 103, 178, 0.5);
}

.btn-address.disabled, .btn-address:disabled {
  color: #3f67b2;
  background-color: transparent;
}

.btn-address:not(:disabled):not(.disabled):active, .btn-address:not(:disabled):not(.disabled).active,
.show > .btn-address.dropdown-toggle {
  color: #fff;
  background-color: #3f67b2;
  border-color: #3f67b2;
}

.btn-address:not(:disabled):not(.disabled):active:focus, .btn-address:not(:disabled):not(.disabled).active:focus,
.show > .btn-address.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(63, 103, 178, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(63, 103, 178, 0.5);
}

.btn-zipcode {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
  padding: 7px 14px;
  font-weight: 700;
  font-size: 1.2rem;
}

.btn-zipcode:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
}

.btn-zipcode:focus, .btn-zipcode.focus {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #676767;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-zipcode.disabled, .btn-zipcode:disabled {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}

.btn-zipcode:not(:disabled):not(.disabled):active, .btn-zipcode:not(:disabled):not(.disabled).active,
.show > .btn-zipcode.dropdown-toggle {
  color: #fff;
  background-color: #676767;
  border-color: #606060;
}

.btn-zipcode:not(:disabled):not(.disabled):active:focus, .btn-zipcode:not(:disabled):not(.disabled).active:focus,
.show > .btn-zipcode.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(147, 147, 147, 0.5);
}

.btn-triangle-block {
  margin-right: 20px;
  text-align: center;
}

.btn-triangle {
  position: relative;
  display: inline-block;
  width: 210px;
  max-width: 100%;
  height: 52px;
  margin: 0 auto;
  padding: 12px 14px;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: left;
  border-width: 0;
  border-radius: 0;
}

.btn-triangle span {
  position: absolute;
  left: 0;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.btn-triangle::after {
  position: absolute;
  top: 0;
  left: 100%;
  width: 0;
  height: 0;
  border: 26px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  content: '';
}

.btn-triangle.btn-delivery {
  color: #fff;
  background-color: #58271e;
}

.btn-triangle.btn-delivery::after {
  border-left-color: #58271e;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}

.btn-triangle.btn-delivery:hover {
  color: #fff;
  background-color: #3b1a14;
}

.btn-triangle.btn-delivery:hover::after {
  border-left-color: #3b1a14;
}

.btn-triangle.btn-delivery:focus, .btn-triangle.btn-delivery.focus {
  color: #fff;
  background-color: #321611;
}

.btn-triangle.btn-delivery:focus::after, .btn-triangle.btn-delivery.focus::after {
  border-left-color: #321611;
}

.btn-triangle.btn-store {
  color: #fff;
  background-color: #95b71f;
}

.btn-triangle.btn-store::after {
  border-left-color: #95b71f;
  -webkit-transition: border-color 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out;
}

.btn-triangle.btn-store:hover {
  color: #fff;
  background-color: #7a9619;
}

.btn-triangle.btn-store:hover::after {
  border-left-color: #7a9619;
}

.btn-triangle.btn-store:focus, .btn-triangle.btn-store.focus {
  color: #fff;
  background-color: #718b18;
}

.btn-triangle.btn-store:focus::after, .btn-triangle.btn-store.focus::after {
  border-left-color: #718b18;
}

.btn-submit,
.btn-link {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-submit:hover,
.btn-link:hover {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
}

.btn-submit:focus, .btn-submit.focus,
.btn-link:focus,
.btn-link.focus {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-submit.disabled, .btn-submit:disabled,
.btn-link.disabled,
.btn-link:disabled {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-submit:not(:disabled):not(.disabled):active, .btn-submit:not(:disabled):not(.disabled).active,
.show > .btn-submit.dropdown-toggle,
.btn-link:not(:disabled):not(.disabled):active,
.btn-link:not(:disabled):not(.disabled).active,
.show >
.btn-link.dropdown-toggle {
  color: #fff;
  background-color: #b3000e;
  border-color: #a6000d;
}

.btn-submit:not(:disabled):not(.disabled):active:focus, .btn-submit:not(:disabled):not(.disabled).active:focus,
.show > .btn-submit.dropdown-toggle:focus,
.btn-link:not(:disabled):not(.disabled):active:focus,
.btn-link:not(:disabled):not(.disabled).active:focus,
.show >
.btn-link.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-link-pro {
  color: #fff;
  background-color: #18943b;
  border-color: #18943b;
}

.btn-link-pro:hover {
  color: #fff;
  background-color: #13732e;
  border-color: #11682a;
}

.btn-link-pro:focus, .btn-link-pro.focus {
  color: #fff;
  background-color: #13732e;
  border-color: #11682a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 164, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(59, 164, 88, 0.5);
}

.btn-link-pro.disabled, .btn-link-pro:disabled {
  color: #fff;
  background-color: #18943b;
  border-color: #18943b;
}

.btn-link-pro:not(:disabled):not(.disabled):active, .btn-link-pro:not(:disabled):not(.disabled).active,
.show > .btn-link-pro.dropdown-toggle {
  color: #fff;
  background-color: #11682a;
  border-color: #0f5d25;
}

.btn-link-pro:not(:disabled):not(.disabled):active:focus, .btn-link-pro:not(:disabled):not(.disabled).active:focus,
.show > .btn-link-pro.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 164, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(59, 164, 88, 0.5);
}

.btn-submit-lg {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-submit-lg:hover {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
}

.btn-submit-lg:focus, .btn-submit-lg.focus {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-submit-lg.disabled, .btn-submit-lg:disabled {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-submit-lg:not(:disabled):not(.disabled):active, .btn-submit-lg:not(:disabled):not(.disabled).active,
.show > .btn-submit-lg.dropdown-toggle {
  color: #fff;
  background-color: #b3000e;
  border-color: #a6000d;
}

.btn-submit-lg:not(:disabled):not(.disabled):active:focus, .btn-submit-lg:not(:disabled):not(.disabled).active:focus,
.show > .btn-submit-lg.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.btn-submit-lg.disabled, .btn-submit-lg:disabled {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.btn-submit-outline-lg {
  color: #e60012;
  border-color: #e60012;
  padding-top: 10px;
  padding-bottom: 10px;
  border-width: 1px;
}

.btn-submit-outline-lg:hover {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-submit-outline-lg:focus, .btn-submit-outline-lg.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
}

.btn-submit-outline-lg.disabled, .btn-submit-outline-lg:disabled {
  color: #e60012;
  background-color: transparent;
}

.btn-submit-outline-lg:not(:disabled):not(.disabled):active, .btn-submit-outline-lg:not(:disabled):not(.disabled).active,
.show > .btn-submit-outline-lg.dropdown-toggle {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-submit-outline-lg:not(:disabled):not(.disabled):active:focus, .btn-submit-outline-lg:not(:disabled):not(.disabled).active:focus,
.show > .btn-submit-outline-lg.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
}

.btn-registration {
  color: #e60012;
  border-color: #e60012;
  border-width: 1px;
}

.btn-registration:hover {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-registration:focus, .btn-registration.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
}

.btn-registration.disabled, .btn-registration:disabled {
  color: #e60012;
  background-color: transparent;
}

.btn-registration:not(:disabled):not(.disabled):active, .btn-registration:not(:disabled):not(.disabled).active,
.show > .btn-registration.dropdown-toggle {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.btn-registration:not(:disabled):not(.disabled):active:focus, .btn-registration:not(:disabled):not(.disabled).active:focus,
.show > .btn-registration.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
}

.btn-header-icon {
  display: none;
}

.btn-header-icon::before {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 auto 4px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
}

.modal-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2rem;
}

.modal-content {
  border: none;
  border-radius: 8px;
}

.modal-body {
  padding: 48px 24px 44px;
  color: #707070;
  font-weight: 700;
}

.modal-footer {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
}

.modal-footer .btn {
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 1.8rem;
}

.modal-footer-btn {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 32px;
}

.modal-footer-btn > * {
  margin: 0;
}

.modal-important-information .modal-header {
  position: relative;
  display: inline-block;
  margin-bottom: 22px;
  padding-top: 0;
  font-weight: 700;
  font-size: 2rem;
  text-align: center;
  border-bottom: 2px solid #000;
}

.modal-important-information .modal-content {
  padding: 20px 16px;
}

.modal-important-information .modal-body {
  padding-top: 0;
  color: #000;
  font-weight: 400;
  line-height: 1.9;
}

.modal-important-information .modal-header {
  line-height: 1.5;
}

.modal-important-information .modal-footer {
  border: none;
}

.modal-important-information .modal-footer-btn {
  padding: 0;
}

.modal-important-information .btn-close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: transparent;
  border: none;
}

.modal-important-information .btn-close img {
  width: 35px;
  height: 35px;
}

.modal-dialog.modal-xl {
  max-width: 100%;
  margin: 15px;
}

.modal-dialog.modal-xl .modal-content {
  padding: 50px 10px;
  border-radius: 20px;
}

.table th,
.table td {
  padding: 12px;
  vertical-align: middle;
}

.table th {
  background-color: #e6e6e6;
}

.table td {
  background-color: #fff;
}

.table td .alert-productinfo {
  margin-top: 8px;
  margin-bottom: 0;
}

.table-head-inner {
  position: relative;
}

.table-bordered thead th,
.table-bordered thead td {
  border-width: 1px;
}

.table-block {
  margin-top: 50px;
}

.table-block dt,
.table-block dd {
  margin: 0;
}

.table-block-label {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 8px;
}

.table-block-label + .form-required-note {
  margin-top: 8px;
}

.table-block-label-count {
  display: inline-block;
  font-weight: normal;
  font-size: 1.4rem;
  margin-left: 15px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.table-block-box {
  margin-top: 86px;
  padding: 14px;
  background-color: #f0f0f0;
}

.table-block-label + .table-block-box,
.table-block-label + .table-row {
  margin-top: 8px;
}

.table-block-label + p {
  margin-top: 16px;
}

.table-form {
  width: 100%;
  border-top: none;
}

.table-form th {
  width: 28%;
  max-width: 400px;
  font-weight: 700;
  border-width: 1px 0 0 0;
}

.table-form th .table-form-link {
  color: #e60012;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: underline;
}

.table-form th .table-form-link:hover, .table-form th .table-form-link:active {
  color: #e60012;
}

.table-form td {
  border-width: 1px 0 0 0;
}

.table-form .form-text {
  margin-top: 6px;
  color: #afafaf;
  font-size: 0.9rem;
}

.table-form .badge-required {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table-form-note {
  margin: 0;
  margin-top: 6px;
  font-size: 1.1rem;
}

.table-form .form-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.table-form .form-name .form-inline + .form-inline {
  margin-left: 1em;
}

.table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-top: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
}

.table-row dt,
.table-row dd {
  position: relative;
  margin: 0;
  padding: 12px;
  vertical-align: middle;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}

.table-row dt {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 12px 60px 12px 12px;
  font-weight: 700;
  background-color: #e6e6e6;
}

.table-row dt .badge {
  position: absolute;
  right: 12px;
}

.table-row dt.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table-row dd {
  width: 100%;
  background-color: #fff;
}

.table-row dd p {
  margin: 0;
}

.table-row dd.has-edit-btn .btn {
  margin-top: 10px;
}

dt.table-cell-has-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.table-cell-link {
  color: #e60012;
  font-weight: 400;
  font-size: 1.2rem;
  text-decoration: underline;
}

.table-cell-link:hover, .table-cell-link:active {
  color: #e60012;
}

.table-col-head {
  background-color: #e6e6e6;
  border-top: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
}

.table-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  border-left: 1px solid #afafaf;
}

.table-col dt {
  font-weight: 700;
  text-align: center;
}

.table-col dt,
.table-col dd {
  position: relative;
  margin-bottom: 0;
  padding: 12px;
}

.table-favorite-block {
  margin-top: 15px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
}

.table-favorite-block .table-col-head {
  background-color: #e6e6e6;
}

.table-favorite-block .product-cell-name {
  margin-bottom: 1rem;
}

.table-favorite-block .product-popover {
  right: 0;
  left: auto;
  width: 150%;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.table-favorite {
  background-color: #fff;
}

.table-favorite dt:nth-child(1),
.table-favorite dd:nth-child(1) {
  display: none;
}

.table-favorite dt:nth-child(2),
.table-favorite dd:nth-child(2) {
  width: 380px;
}

.table-favorite dt:nth-child(2) .alert-block,
.table-favorite dd:nth-child(2) .alert-block {
  margin-top: 8px;
}

.table-favorite dt:nth-child(3),
.table-favorite dd:nth-child(3) {
  display: none;
}

.table-favorite dt:nth-child(4),
.table-favorite dd:nth-child(4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 210px;
}

.table-favorite dt:nth-child(5),
.table-favorite dd:nth-child(5) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 139px;
  text-align: center;
}

.table-store p {
  margin: 0;
}

.table-store-name {
  font-weight: 700;
}

.cart-cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 6px 12px;
}

.cart-cell-label {
  margin-right: 1em;
}

.cart-cell-inner {
  height: 100%;
}

.table-cart-wrapper {
  margin-top: 51px;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  background-color: #f0f0f0;
}

.table-cart {
  height: 100%;
}

.table-cart-row.disabled .btn-cart-delete {
  position: relative;
  z-index: 1;
}

.table-cart-num-label {
  margin-right: 1em;
}

.table-cart .cart-title,
.table-cart .cart-title-mypage {
  width: 100%;
  font-weight: 700;
}

.table-cart .cart-title .product-action-fav,
.table-cart .cart-title-mypage .product-action-fav {
  margin-left: 0;
}

.table-cart .cart-title-mypage {
  position: static;
}

.table-cart .cart-fav {
  margin-top: 10px;
}

.table-cart .cart-price p {
  margin-bottom: 0;
}

.table-cart .cart-price-tax {
  font-size: 1.4rem;
}

.table-cart .cart-tax {
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

.table-cart .cart-tax .cart-cell-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table-cart .cart-tax-sp {
  font-weight: 400;
  font-size: 1.2rem;
}

.table-cart .cart-num-max {
  font-size: 1.2rem;
  white-space: nowrap;
  text-align: center;
  color: #808080;
  margin: 3px 0;
}

.table-cart .cart-num-note {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 1.2rem;
  text-align: right;
}

.table-cart .cart-subtotal {
  width: 140px;
}

.table-cart .cart-subtotal p {
  margin: 0;
}

.table-cart-product .alert-productinfo {
  margin-bottom: 0;
  font-size: 1.5rem;
}

.table-cart-confirm .table-cart-product {
  position: static;
}

.table-cart-confirm .cart-title {
  position: static;
  padding: 12px;
}

.table-cart-confirm .cart-subtotal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.table-cart-confirm .cart-num {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.table-cart-confirm .cart-num-note {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 1.2rem;
  text-align: right;
}

.table-order-detail .table-cart-product {
  position: static;
}

.table-order-detail .cart-title {
  position: static;
  padding: 12px;
}

.table-order-detail .cart-subtotal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.table-order-detail .cart-num {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

.table-cart-edit {
  margin-top: 16px;
  text-align: right;
}

.table-cart-edit-num {
  margin-bottom: 20px;
}

.table-link-list {
  padding: 0;
}

.table-link-item {
  color: #000;
  line-height: 2;
  text-decoration: underline;
}

.table-link-item:hover, .table-link-item:active {
  color: #000;
}

.table-timezone .cell-check {
  grid-area: cell-check;
  padding: 8px;
}

.table-timezone .cell-check .form-check {
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 0;
}

.table-timezone .cell-check .form-check-input {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.table-timezone .cell-status {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: cell-status;
  padding: 15px 0;
}

.table-timezone .cell-status img {
  width: 30px;
  height: 30px;
}

.table-timezone .cell-time {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: cell-time;
}

.table-timezone .cell-limit {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: cell-limit;
}

.table-timezone-row {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "cell-status cell-time" "cell-status cell-limit";
  -ms-grid-rows: 30px 0px 30px;
  grid-template-rows: 30px 30px;
  -ms-grid-columns: minmax(20%, 110px) 0px minmax(80%, 1fr);
  grid-template-columns: minmax(20%, 110px) minmax(80%, 1fr);
  gap: 0px 0px;
  border-top: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
}

.table-timezone-row + .table-timezone-row {
  border-top: none;
}

.table-timezone-head {
  font-weight: 700;
  background-color: #e6e6e6;
}

.table-timezone-head .cell-status {
  padding-top: 18px;
  padding-bottom: 18px;
}

.table-timezone-date {
  padding: 10px;
  background-color: rgba(229, 0, 18, 0.08);
  border-right: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
}

.table-timezone-date-inner {
  color: #e60012;
  font-weight: 700;
  text-align: left;
}

.table-timezone-cell {
  text-align: center;
  border-right: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}

.table-timezone .timezone-check {
  cursor: pointer;
  position: relative;
}

.table-timezone .timezone-check.disabled {
  background-color: #f0f0f0;
  pointer-events: none;
}

.table-timezone .timezone-check.disabled .form-check::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 2px;
  background-color: #707070;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: '';
}

.table-timezone .timezone-check.disabled input {
  display: none;
}

.table-timezone .timezone-check.checked {
  background-color: #ffeddb;
}

.table-tax th {
  width: 50%;
}

.table-tax td {
  width: 50%;
  text-align: right;
}

.table-payment-wrapper {
  background-color: #f0f0f0;
  margin: 8px -15px auto;
  padding: 15px;
}

.table-payment {
  margin: 0;
  background-color: white;
  border: 1px solid #afafaf;
}

.table-payment .form-check {
  padding-left: 1.5em;
}

.table-payment .form-check-input {
  margin-top: 0.5rem;
  margin-left: -2rem;
}

.table-payment .form-check-input:not([disabled]) {
  cursor: pointer;
}

.table-payment .form-check-input:not([disabled]) ~ .form-check-label {
  cursor: pointer;
}

.table-payment .badge-required {
  margin-left: 8px;
}

.table-payment + .table-payment {
  margin-top: 15px;
}

.table-payment-header {
  padding: 8px 10px;
  background-color: #c6c6c6;
  cursor: pointer;
}

.table-payment-header.checked {
  background-color: #f6ded1;
}

.table-payment-header-note {
  margin-left: 8px;
  font-weight: 400;
  font-size: 1.2rem;
  pointer-events: none;
}

.table-payment-subhead {
  padding: 8px 20px;
  background-color: #e6e6e6;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}

.table-payment-body {
  padding: 8px 12px;
}

.table-payment-cc {
  padding: 0;
}

.table-payment-cc-list {
  margin-bottom: 0;
}

.table-payment-cc-list .payment-option {
  position: relative;
  display: block;
  padding: 12px 12px 12px 24px;
  border-bottom: 1px solid #afafaf;
}

.table-payment-cc-list .payment-option td {
  display: block;
  padding: 0 0 0 1.5em;
  border: none;
  font-weight: normal;
}

.table-payment-cc-list .payment-option td:first-child {
  padding-left: 0;
}

.table-payment-cc-list .payment-option .cc-date span,
.table-payment-cc-list .payment-option .cc-name span {
  display: inline-block;
}

.table-payment-cc-list .payment-option .cc-delete {
  white-space: nowrap;
}

.table-payment-cc-list .payment-option.checked .cc-number,
.table-payment-cc-list .payment-option.checked .cc-date,
.table-payment-cc-list .payment-option.checked .cc-name {
  font-weight: bold;
}

.table-payment-cc-new {
  margin: 0;
  padding: 12px 12px 12px 24px;
}

.table-payment-cc-new-check {
  font-weight: normal;
}

.payment-option.checked .table-payment-cc-new-check {
  font-weight: bold;
}

.table-payment-cc-new-register .cc-number input,
.table-payment-cc-new-register .cc-name input {
  max-width: 525px;
}

.table-payment-cc-new-register .cc-date select {
  display: inline-block;
  width: 75px;
}

.table-payment-cc-new-register .cc-csc input {
  width: 157px;
}

.table-payment-cc-new-register .cc-csc-img {
  margin-top: 15px;
  text-align: center;
}

.table-payment-cc-new-check + .table-payment-cc-new-register {
  margin-top: 8px;
  margin-left: 1.5rem;
  display: none;
}

.table-payment-installments select {
  width: 115px;
}

.table-address-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  border: 1px solid #afafaf;
}

.table-address-content {
  width: 100%;
}

.table-address-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.table-address-row + .table-address-row {
  border-top: 1px solid #afafaf;
}

.table-address-cell {
  width: 100%;
  padding: 12px;
}

.table-address-cell.table-address-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  font-weight: 700;
  background-color: #f0f0f0;
}

.table-address-cell.table-address-head .btn-address,
.table-address-cell.table-address-head .badge-address-active {
  position: absolute;
  right: 12px;
}

.table-address-status {
  position: absolute;
  right: 12px;
}

.table-address-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  width: 100%;
  padding: 11px 23px;
}

.table-address-btn-block {
  width: 50%;
}

.table-address-note {
  margin-top: 4px;
  font-size: 1rem;
}

.table-address .table-address-btn-block {
  text-align: center;
}

.product-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #fff;
}

.product-cell a {
  color: #000;
}

.product-cell a:hover, .product-cell a:active {
  color: #000;
}

.product-cell-img {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  width: 100px;
  height: auto;
}

.product-cell-detail {
  padding-left: 15px;
}

.product-cell-number {
  margin: 0;
  font-weight: 700;
  font-size: 1.5rem;
}

.product-cell-name {
  font-weight: 700;
  font-size: 1.5rem;
}

.product-cell-price .price-base {
  margin: 0;
  font-size: 1.5rem;
}

.product-cell-price .price-tax {
  margin: 0;
  font-size: 1.2rem;
}

.product-cell .alert {
  width: auto;
  min-width: 135px;
  margin: 0;
  font-size: 1.2rem;
}

.product-cell .alert + .alert {
  margin-top: 10px;
}

.label-productinfo {
  display: block;
  margin-top: 8px;
  color: #c11920;
}

.scroll-note {
  max-height: 150px;
  overflow: auto;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #787878 #eee;
}

.scroll-note::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.scroll-note::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: #787878;
}

.scroll-note::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 7px;
}

.step-block {
  padding: 20px 0 0;
  text-align: center;
}

.step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
}

.step li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 48px;
  margin: 0 4px 0 6px;
  padding: 0 0.25em;
  background-color: #e6e6e6;
}

.step li:first-of-type {
  margin-left: 0;
}

.step li::after {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 2;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-right-width: 0;
  border-left-color: #e6e6e6;
  border-left-width: 10px;
  content: '';
}

.step li > span {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #5f5f5f;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
}

.step li.current {
  color: #fff;
  background-color: #e60012;
}

.step li.current::after {
  border-left-color: #e60012;
}

.step li.current span {
  color: #fff;
}

.step li:first-of-type {
  padding-right: 0.5em;
}

.step li:last-of-type {
  padding-right: 5px;
}

.step li:last-of-type::after {
  display: none;
}

.step-order .step li {
  padding-right: 0;
  padding-left: 5px;
}

.step-order .step li:last-of-type {
  padding-right: 5px;
}

.form-edit-header {
  margin: 0 0 35px;
}

.form-edit-text {
  margin: 0.5em 0 0;
  font-size: 1.2rem;
}

.form-control {
  height: 34px;
}

.form-select-contact {
  width: 250px;
}

.form-select-pref {
  width: 150px;
}

.form-inline label + input {
  margin-left: 0.5em;
}

.form-inline input + button {
  margin-left: 9px;
}

.form-check-inline {
  margin-right: 0;
}

.form-check-inline + .form-check-inline {
  margin-left: 40px;
}

.form-zipcode {
  max-width: 173px;
}

.form-inline-tel {
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.form-inline-tel .form-control {
  display: inline-block;
  width: calc((100% - 4.05em) / 3);
  margin: 0 0.5em;
  vertical-align: middle;
}

.form-inline-birthday {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1em;
}

.form-inline-birthday .form-control {
  display: inline-block;
  width: calc(100% / 3 - 3.25em);
  max-width: 4.5em;
  margin-right: 0.5em;
  margin-left: 1em;
  vertical-align: middle;
}

.form-inline-birthday .form-control:first-child {
  width: calc(100% / 3 - 1.5em);
  max-width: 6em;
}

.form-required-note {
  margin: 12px 0 8px;
  font-size: 1.2rem;
}

.form-required-note .badge {
  margin-right: 0.5em;
}

.page-title + .form-required-note {
  margin-top: 15px;
}

.form-confirm-text {
  margin: 4px 0 24px;
}

.form-alert-note {
  margin: 15px 0 0;
  font-size: 1.5rem;
}

.header {
  z-index: 1030;
  width: 100%;
  background-color: #fff;
}

.header .navbar-brand {
  vertical-align: top;
}

.header .navbar-brand .std {
  width: 260px;
  height: 40px;
}

.header .navbar-brand .pro {
  width: 215px;
  height: 40px;
}

.header .navbar-brand .out {
  width: 200px;
  height: 46px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.header .navbar-brand .out2 {
  width: 180px;
  height: 42px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.header.header-fixed {
  position: fixed;
  left: 0;
}

.header-logo-only {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.header-logo-only.header-border {
  border-bottom: 6px solid #e60012;
}

.header-simple-delivery {
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.header-simple-delivery .navbar {
  padding-right: 0;
  padding-left: 0;
}

.header-simple-delivery-content {
  display: block;
  background-color: #e60012;
  width: 100%;
  margin: 0 auto 5px;
  padding: 6px;
  border-radius: 6px;
  text-align: center;
  font-weight: bold;
}

.header-simple-delivery-content .header-delivery-store,
.header-simple-delivery-content .header-delivery-time {
  font-size: 1.5rem;
}

.header .header-sp .header-simple-delivery-content {
  display: block;
}

.header-logout {
  border-bottom: 6px solid #e60012;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.header-notenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 6px solid #e60012;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.header-notenter-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-notenter-block .header-user {
  margin-right: 0;
}

.header-notenter-link {
  margin-bottom: 4px;
  text-align: right;
}

.header-notenter-link-item {
  color: #5f5f5f;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.1;
  text-decoration: underline;
}

.header-notenter-link-item:hover, .header-notenter-link-item:active {
  color: #464646;
}

.header-notenter-user {
  text-align: right;
  margin-top: 12px;
}

.header-notenter-btns {
  display: inline-block;
}

.header-notenter-btn-block {
  padding: 11.5px 21px 8px;
}

.header-notenter .header-sp .header-sp-inner {
  margin-top: 0;
  margin-bottom: 0;
}

.header-notenter .menu-toggle {
  padding-right: 23px;
}

.header-main {
  width: 100%;
  text-align: center;
}

.header-btn {
  color: #5f5f5f;
  border-color: #5f5f5f;
  width: 100px;
  margin-left: 5px;
  padding: 2.5px 7px;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 4px;
}

.header-btn:hover {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.header-btn:focus, .header-btn.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.header-btn.disabled, .header-btn:disabled {
  color: #5f5f5f;
  background-color: transparent;
}

.header-btn:not(:disabled):not(.disabled):active, .header-btn:not(:disabled):not(.disabled).active,
.show > .header-btn.dropdown-toggle {
  color: #fff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.header-btn:not(:disabled):not(.disabled):active:focus, .header-btn:not(:disabled):not(.disabled).active:focus,
.show > .header-btn.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(95, 95, 95, 0.5);
}

.header-btn.btn-login {
  color: #e60012;
  border-color: #e60012;
}

.header-btn.btn-login:hover {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.header-btn.btn-login:focus, .header-btn.btn-login.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
}

.header-btn.btn-login.disabled, .header-btn.btn-login:disabled {
  color: #e60012;
  background-color: transparent;
}

.header-btn.btn-login:not(:disabled):not(.disabled):active, .header-btn.btn-login:not(:disabled):not(.disabled).active,
.show > .header-btn.btn-login.dropdown-toggle {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.header-btn.btn-login:not(:disabled):not(.disabled):active:focus, .header-btn.btn-login:not(:disabled):not(.disabled).active:focus,
.show > .header-btn.btn-login.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(230, 0, 18, 0.5);
}

.header-navbar {
  padding-bottom: 8px;
}

.header-nav {
  position: relative;
  display: none;
  margin-left: auto;
}

.header-nav-upper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.header-nav-lower {
  padding-top: 12px;
  font-size: 0;
  text-align: right;
}

.header-link {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.header-link .nav-item {
  padding: 0 0.5em;
  font-weight: 700;
  font-size: 1.2rem;
}

.header-link .nav-item .nav-link {
  padding: 0;
  color: #5f5f5f;
  font-size: 1.2rem;
}

.header-link .nav-item .nav-link:hover, .header-link .nav-item .nav-link:active {
  text-decoration: underline;
}

.header-link .nav-item + .nav-item {
  border-left: 1px solid #5f5f5f;
}

.header-destination, .header-service, .header-beginners {
  min-width: 100px;
  margin: -0.8em 0 0 10px;
  padding: 4px;
  font-size: 1.2rem;
  background-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 2px;
  border-radius: 0 0 7px 7px;
  border-color: #5f5f5f;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  text-align: center;
}

.header-destination-btn, .header-service-btn, .header-beginners-btn {
  color: #5f5f5f;
  display: block;
}

.header-destination-btn:hover, .header-destination-btn:active, .header-service-btn:hover, .header-service-btn:active, .header-beginners-btn:hover, .header-beginners-btn:active {
  color: inherit;
  text-decoration: none;
}

.header-destination-btn::before, .header-service-btn::before, .header-beginners-btn::before {
  content: '';
  display: block;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.header-destination-btn::before {
  width: 40px;
  height: 42px;
  background-image: url(../images/common/icon_delivery2.svg);
}

.header-service-btn::before {
  width: 140px;
  height: 42px;
  background-image: url(../images/common/icon_change_pc.png);
  background-position: 40% center;
}

.header-beginners-btn::before {
  width: 22px;
  height: 42px;
  background-image: url(../images/common/icon_beginner.svg);
}

.header-tabnav {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin-bottom: 0;
  padding: 0 5px 0 8px;
}

.header-tabnav > li {
  list-style: none;
  background: #58271E;
  border-radius: 10px 10px 0 0;
  border: 2px solid #58271E;
  border-bottom: none;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  margin-right: 3px;
}

.header-tabnav > li.pc-sale-btn {
  display: none;
}

.header-tabnav > li .tab-link {
  display: block;
  color: #fff;
  background: none;
  border: none;
  font-size: 1.2rem;
  height: 37px;
  padding: 10px 0;
  width: 100%;
}

.header-tabnav > li .tab-link:hover {
  text-decoration: none;
}

.header-tabnav > li .sale-btn {
  color: #58271E;
}

.header-tabnav > li .sale-btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/common/icon_sale_sp.svg) no-repeat center center;
  background-size: 100%;
  vertical-align: middle;
  margin: -3px 4px 0 -2px;
}

.header-shopping {
  min-height: 6px;
}

.header-shopping-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
}

.header-dropdown-content {
  position: absolute;
  z-index: 900;
  width: 100%;
}

.header-dropdown-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  padding: 10px;
  font-size: 1.3rem;
  line-height: 1.8;
  list-style: none;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
  height: calc(100vh - 200px);
  overflow: scroll;
  overflow-x: hidden;
}

.header-dropdown-menu > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.header-category-pc {
  display: none;
}

.header-category-btn-pc {
  display: none;
}

.header-category-btn-sp {
  display: block;
}

.header-category-content {
  position: absolute;
  z-index: 900;
  width: 100%;
}

.header-category-block {
  padding: 25px 12px;
}

.header-category-parent {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #e60012;
  font-weight: 700;
}

.header-category-parent:hover, .header-category-parent:active {
  color: #e60012;
  text-decoration: none;
  opacity: 0.5;
}

.header-category-child {
  padding-left: 0;
  list-style: none;
}

.header-category-child a {
  display: block;
  color: #000;
}

.header-category-child a:hover,
.header-category-child a:active {
  text-decoration: underline;
}

.header-delivery {
  display: none;
}

.header-delivery-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px 8px;
}

.header-delivery-store {
  color: #fff;
  font-size: 1.2rem;
  margin-top: 2px;
  letter-spacing: -0.05rem;
}

.header-delivery-store-label, .header-delivery-store-label2 {
  position: relative;
}

.header-delivery-store-label::after, .header-delivery-store-label2::after {
  position: relative;
  top: -2px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 18px;
  margin-right: 3px;
  margin-left: 3px;
  vertical-align: middle;
  background-image: url(../images/common/icon_track.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  content: '';
}

.header-delivery-store-label2::after {
  background-image: url(../images/common/icon_shop.svg);
}

.header-delivery-time {
  color: #ffe600;
  font-size: 1.4rem;
}

.header-delivery-btn {
  margin: 10px 0 10px 20px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.8);
}

.header-delivery-btn:hover, .header-delivery-btn:active {
  background-color: rgba(255, 255, 255, 0.5);
}

.header-search-pc, .header-search-sp {
  width: auto;
  padding: 10px 15px;
}

.header-search-pc .btn, .header-search-sp .btn {
  background-color: #fff;
}

.header-search-pc {
  display: none;
  width: calc(100% - 270px);
  max-width: 570px;
}

.header-search-pc input {
  height: 100%;
  border: none;
}

.header-search-pc .btn {
  border: none;
}

.header-search-sp {
  width: calc(100% - 28px);
  padding: 5px;
}

.header-search-sp input {
  height: initial;
  border: 1px solid #5f5f5f;
}

.header-search-sp .btn {
  border: 1px solid #5f5f5f;
  border-left: none;
}

.header-user {
  margin-right: 7px;
  color: #5f5f5f;
  font-weight: 700;
  font-size: 2rem;
  vertical-align: middle;
}

.header-feature-title {
  font-size: 1.2rem;
  font-weight: bold;
}

.header-feature-list {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.2rem;
  line-height: 2;
  list-style: none;
}

.header-feature-list a {
  color: #000;
}

.header-feature-dropdown {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 273px;
  margin-top: 0;
  padding: 16px;
  background-color: #fffaf5;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.header-sp-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
  padding: 0;
}

.header-fixed .header-sp-inner {
  margin-top: 8px;
}

.menu-sp {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1030;
  width: calc(100% - 48px);
  height: 100%;
  padding-bottom: 32px;
  overflow-y: scroll;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.58);
          box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.58);
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.menu-sp.active {
  right: 0;
}

.menu-user {
  color: #3e3e3e;
  font-weight: 700;
  font-size: 2rem;
}

.menu-head {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-list li a,
.menu-list li div {
  position: relative;
  display: block;
  padding: 20px 16.5px;
  color: #000;
  font-size: 1.8rem;
  border-bottom: 1px solid #afafaf;
}

.menu-list li a:hover, .menu-list li a:active,
.menu-list li div:hover,
.menu-list li div:active {
  font-weight: 700;
  text-decoration: none;
}

.menu-list li:last-child a,
.menu-list li:last-child div {
  border-bottom: none;
}

.menu-list .menu-icon::before {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
}

.menu-list .menu-sale {
  font-weight: 700;
}

.menu-list .menu-sale::before {
  background-image: url(../images/common/icon_sale_sp.svg);
}

.menu-list .menu-sale::after {
  content: '';
  position: absolute;
  right: 25px;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
          transform: translateY(50%) rotate(45deg);
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #58271e;
  border-bottom: 3px solid #58271e;
}

.menu-list .menu-fav {
  font-weight: 700;
}

.menu-list .menu-fav::before {
  background-image: url(../images/common/icon_heart_sp.svg);
}

.menu-list .menu-delivery::before {
  margin-right: 10px;
  background-image: url(../images/common/icon_delivery2.svg);
}

.menu-list .menu-change::before {
  margin-right: 10px;
  background-image: url(../images/common/icon_change_sp.svg);
}

.menu-list .menu-beginners::before {
  height: 29px;
  margin-right: 10px;
  background-image: url(../images/common/icon_beginner.svg);
}

.menu-list-feature-list {
  display: none;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  border-bottom: 1px solid #afafaf;
}

.menu-list-feature-list li a {
  padding: 10px 0 10px 16.5px;
  border-bottom: none;
  font-size: 1.4rem;
}

.menu-btn-block {
  padding: 12px 20px;
  text-align: center;
}

.menu-shopping {
  border-bottom: 1px solid #afafaf;
}

.menu-storeinfo {
  padding: 8px;
  font-size: 1.8rem;
  text-align: center;
  background-color: #e60012;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.menu-storeinfo .header-delivery-content {
  padding-right: 0;
}

.menu-storeinfo .header-delivery-store {
  text-align: left;
  font-size: 1.4rem;
}

.menu-storeinfo .header-delivery-time {
  text-align: left;
  font-size: 1.4rem;
}

.menu-storeinfo .header-delivery-btn {
  min-width: 84px;
  margin: 0 2px;
  padding: 12px 0;
  font-size: 1.2rem;
}

.menu-mypage-head {
  padding: 15px 13px;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #c6c6c6;
}

.menu-help {
  margin-bottom: 15px;
  background-color: #ebebeb;
  border-top: 2px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}

.menu-help li a {
  font-size: 1.5rem;
}

.menu-category-sp {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 1030;
  width: 0;
  height: 100%;
  overflow-y: scroll;
  background-color: #fff;
  -webkit-transition: all ease-out 0.5s;
  transition: all ease-out 0.5s;
}

.menu-category-sp.active {
  right: 0;
  width: 100%;
}

.menu-category-sp .menu-category-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 15px;
  color: #fff;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}

.menu-category-sp .menu-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-category-sp .menu-category-list-inner {
  position: relative;
  display: block;
  border-top: 1px solid #afafaf;
  font-size: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-category-sp .menu-category-list-inner::after {
  content: '';
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 15px;
  height: 15px;
  border-bottom: 4px solid;
  border-right: 4px solid;
  opacity: 0.7;
}

.menu-category-sp .menu-category-list-inner.active {
  font-weight: bold;
}

.menu-category-sp .menu-category-list-inner.active::after {
  top: calc(50% + 3px);
  border-bottom: none;
  border-right: none;
  border-top: 4px solid;
  border-left: 4px solid;
}

.menu-category-sp .menu-category-list-inner2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-category-sp .menu-category-nav-img {
  max-width: 134px;
  margin-right: 10px;
  position: relative;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

.menu-category-sp .menu-category-nav-img:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 30px;
  position: absolute;
  top: 0;
  right: 0;
}

.menu-category-sp .menu-category-nav-txt {
  padding-right: 60px;
  line-height: 1.2;
}

.menu-category-sp .menu-category-list-child {
  display: none;
  padding: 0;
}

.menu-category-sp .menu-category-list-child li {
  display: block;
  border-top: 1px solid #afafaf;
}

.menu-category-sp .menu-category-list-child li:last-child {
  border-bottom: none;
}

.menu-category-sp .menu-category-list-child li a {
  display: block;
  font-size: 18px;
  color: #000;
  padding: 20px 25px 20px 35px;
}

.menu-category-sp .menu-category-list-child li a:hover, .menu-category-sp .menu-category-list-child li a:active {
  font-weight: 700;
  text-decoration: none;
}

.menu-category-sp .menu-category-list li:first-child .menu-category-list-inner {
  border-top: none;
}

.menu-toggle {
  margin-left: auto;
  padding: 6px 20.5px 6px 18px;
  background-color: #fff;
  border: none;
}

.menu-toggle-inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 28px;
  height: 25px;
  padding: 0;
}

.menu-toggle .menu-toggle-bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #e60012;
  -webkit-transition: all ease-out .5s;
  transition: all ease-out .5s;
}

.menu-toggle .menu-toggle-bar:nth-child(1) {
  top: 0;
}

.menu-toggle .menu-toggle-bar:nth-child(2) {
  top: 10px;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.menu-toggle .menu-toggle-bar:nth-child(3) {
  top: 20px;
  width: 18px;
}

.menu-toggle.close {
  opacity: 1;
}

.menu-toggle.close .menu-toggle-bar {
  background-color: #c6c6c6;
}

.menu-toggle.close .menu-toggle-bar:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.menu-toggle.close .menu-toggle-bar:nth-child(2) {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.menu-toggle.close .menu-toggle-bar:nth-child(3) {
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.menu-toggle.menu-toggle-category.close {
  opacity: 0.6;
}

.menu-toggle.menu-toggle-category.close .menu-toggle-bar {
  background-color: #fff;
}

.btn-menu {
  padding-right: 70px;
  padding-left: 70px;
  color: #838383;
  font-weight: 700;
  font-size: 1.4rem;
  border: 1px solid #838383;
  border-radius: 4px;
  margin: 5px;
}

.btn-menu.btn-login {
  color: #e60012;
  border-color: #e60012;
}

.btn-menu-cart {
  min-width: 280px;
  color: #e58d00;
  font-weight: 700;
  font-size: 2rem;
  background-color: #f0f0f0;
  border: 1px solid #e58d00;
  border-radius: 4px;
}

.footer-fixed {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer {
  margin-top: auto;
  padding-top: 48px;
}

.footer-nav {
  position: relative;
  margin-top: 100px;
  padding: 14px 0;
  color: #fff;
  background-color: #e60012;
}

.footer-nav::before {
  position: absolute;
  top: -74px;
  left: 50%;
  display: block;
  width: 196px;
  height: 74px;
  background: url(../images/common/img_footer.svg) 0 0 no-repeat;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
}

.footer-nav a {
  color: #fff;
}

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

.footer-bnr-item {
  display: inline-block;
}

.footer-bnr-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.footer-bnr-item + .footer-bnr-item {
  margin-top: 13px;
}

.footer-links {
  margin: 10px 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
}

.footer-links li {
  display: inline-block;
  margin: 0.5em 0;
  padding: 0 1em;
}

.footer-links li + li {
  border-left: 1px solid #fff;
}

.footer-copyright {
  font-size: 0.9rem;
  text-align: center;
}

.footer-copyright small {
  font-size: 100%;
}

.breadcrumb {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 -15px;
  overflow-x: scroll;
  font-size: 1.2rem;
  background-color: #f4f4f4;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.breadcrumb::-webkit-scrollbar {
  display: none;
}

.breadcrumb-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.breadcrumb a {
  color: inherit;
  text-decoration: underline;
}

.category-tree {
  display: none;
}

.category-tree .dropdown-menu {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.3);
}

.category-child {
  padding: 0;
}

.category-child-head {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: .25rem 1.5rem;
  font-weight: 700;
  font-size: 1.6rem;
}

.category-child .dropdown-item a {
  color: #000;
  font-size: 1.2rem;
}

.category-child .dropdown-item:hover,
.category-child .dropdown-item:focus {
  background-color: #fff;
}

.category-tree-unit .category-header {
  padding: 8px;
  font-weight: 700;
  font-size: 1.7rem;
  background-color: #f0f0f0;
}

.category-tree-unit .category-header a {
  color: #e60012;
}

.category-tree-unit .category-list {
  padding: 16px;
}

.category-tree-unit .category-child-list {
  margin: 0;
  padding-left: 0;
  font-weight: 700;
  font-size: 1.4rem;
  list-style: none;
}

.category-tree-unit .category-child-list a {
  color: #000;
}

.category-tree-unit .category-child-list a:hover, .category-tree-unit .category-child-list a:active {
  color: #e60012;
}

.category-tree-unit .category-child-item + .category-child-item {
  margin-top: 10px;
}

.category-tree-unit .category-grandchild-list {
  margin: 0;
  padding-left: 16px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  list-style: none;
}

.category-tree-unit .category-grandchild-list a {
  color: #000;
}

.category-tree-unit .category-grandchild-list a:hover, .category-tree-unit .category-grandchild-list a:active {
  color: #e60012;
  font-weight: 700;
}

.category-tree-unit .category-grandchild-item {
  position: relative;
}

.category-tree-unit .category-grandchild-item::before {
  position: absolute;
  top: 50%;
  left: -8px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 0;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  content: "";
  pointer-events: none;
}

#side-category-tree .list-group-item,
#side-category-tree .list-group-child-item {
  position: relative;
}

#side-category-tree .list-group-item:hover > .list-group-child,
#side-category-tree .list-group-child-item:hover > a + .list-group-grandchild {
  display: none;
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}

#side-category-tree .list-group-parent.-title {
  font-size: 1.6rem;
  color: #e60012;
  font-weight: bold;
  padding-bottom: 5px;
}

#side-category-tree .list-group-child,
#side-category-tree .list-group-grandchild {
  display: none;
  margin-left: 10px;
  font-size: 1.2rem;
  line-height: 2;
  display: block;
  background: #fff;
  padding: 10px 0 15px 2rem;
  -webkit-box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 3px 2px 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 220px;
  width: 190px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity all;
  transition: 0.3s opacity all;
}

#side-category-tree .list-group-child a,
#side-category-tree .list-group-grandchild a {
  color: inherit;
  display: block;
}

#side-category-tree .list-group-child li {
  list-style: none;
  list-style-type: none;
}

#side-category-tree .list-group-child li a:hover {
  text-decoration: underline;
}

#side-category-tree .list-group-grandchild {
  left: 160px;
  top: -47px;
}

.important-information {
  color: #000;
  background-color: #fff;
  border-color: #e60012;
  max-width: 100%;
  margin: 12px 0;
  padding: 8px 16px;
  font-size: 1.4rem;
  border-style: solid;
  border-width: 1px;
}

.important-information hr {
  border-top-color: #cd0010;
}

.important-information .alert-link {
  color: black;
}

.important-information p:last-child {
  margin-bottom: 0;
}

.important-information-list {
  margin-bottom: 0;
  padding-left: 16px;
  list-style: none;
}

.important-information-list li {
  position: relative;
}

.important-information-list li::after {
  position: absolute;
  top: 9px;
  left: -16px;
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #e60012;
  border-right: solid 2px #e60012;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  pointer-events: none;
}

.important-information-list li a {
  color: #e60012;
  font-weight: bolder;
  line-height: 2;
}

.container.inportant-info-margin {
  margin-top: 20px;
  padding: 0;
}

.information {
  width: 100%;
  margin-top: 60px;
  padding: 17px 38px 13px;
  border: 1px solid #afafaf;
  border-radius: 10px;
}

.information-title {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}

.information-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.information-list li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 0;
}

.information-list li::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #afafaf, #afafaf 3px, transparent 3px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 6px 1px;
  content: "";
  pointer-events: none;
}

.information-list li:first-child {
  padding-top: 0;
}

.information-list li:first-child::before {
  display: none;
}

.information-list time {
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 6.5em;
  font-weight: 700;
  font-size: 1.4rem;
}

.information-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
}

.information-link a {
  color: #000;
}

.information-link a:hover, .information-link a:active {
  color: #0058ff;
  text-decoration: underline;
}

.minicart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 10px 8px auto;
  color: #ffe600;
  font-size: 1.6rem;
}

.minicart-sum {
  font-size: 2rem;
}

.minicart-sum-unit {
  font-size: 1.2rem;
}

.minicart-cart-button {
  display: block;
  height: 100%;
  cursor: pointer;
  border-radius: 5px;
}

.minicart-cart-button::after {
  content: none;
}

.minicart-cart {
  position: relative;
  width: 46px;
  height: 100%;
  margin-left: 20px;
  background: url(../images/common/cart_bg.svg) bottom 0 left 0 no-repeat;
  background-size: contain;
}

.minicart-num {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
  font-weight: 700;
  font-size: 1.4rem;
  background-color: #ffe600;
  border-radius: 22px;
  -webkit-transform: translateX(-40%);
          transform: translateX(-40%);
}

.minicart-dropdown {
  width: calc(100% - 10px);
  padding: 10px;
  margin-top: 7px;
}

.minicart-dropdown-inner {
  position: relative;
  max-height: calc(100vh - 300px);
  overflow: scroll;
  overflow-x: hidden;
}

.minicart-item {
  position: relative;
  margin-bottom: 25px;
}

.minicart-item-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  margin: 15px 20px 15px 5px;
}

.minicart-item-links a {
  color: black;
}

.minicart-item-links a:hover {
  color: black;
  text-decoration: none;
}

.minicart-item-links a:hover .minicart-item-title {
  text-decoration: underline;
}

.minicart-item-img {
  width: 80px;
  min-width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

.minicart-item-img img {
  width: 100%;
  height: auto;
}

.minicart-item-body {
  width: 100%;
}

.minicart-item-title {
  font-weight: bold;
  min-height: 30px;
  line-height: 1.2;
}

.minicart-item-count {
  margin-top: 5px;
}

.minicart-item-count .product-count-btn {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.minicart-dropdown-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  max-width: 80%;
  margin: 20px auto 10px auto;
}

.minicart-dropdown-btn .btn {
  width: 140px;
  padding: 12px 0;
  margin: 0 5px;
  font-size: 1.5rem;
  line-height: 1;
}

.minicart-btn {
  height: 46px;
  margin-left: 8px;
  padding: 14px 10px;
  font-size: 1.2rem;
  border-width: 1px;
  border-radius: 11px;
}

.recommend {
  position: relative;
  margin-right: -15px;
  margin-left: -15px;
  padding-bottom: 50px;
}

.recommend-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 26px;
  padding: 8px 15px;
  color: #8b7817;
  font-weight: 700;
  font-size: 2rem;
  background-color: #f4e596;
}

.recommend-inner {
  margin: 0;
  padding: 0 15px;
}

.recommend-item {
  height: auto;
}

.recommend-item .product-list-item {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.recommend .price-num .price-num-base,
.recommend .price-num .price-num-tax {
  font-size: 1.3rem;
}

.side-nav {
  margin-top: 38px;
  padding: 0 10px;
}

.side-nav .list-group-item {
  position: relative;
  padding: 0;
  border: none;
}

.side-nav .list-group-item::before, .side-nav .list-group-item:last-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, #afafaf, #afafaf 2px, transparent 2px, transparent 4px);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: 4px 1px;
  content: "";
  pointer-events: none;
}

.side-nav .list-group-item:last-child::after {
  background-position: left bottom;
}

.side-nav .list-group-item a {
  position: relative;
  display: block;
  padding: 10px 8px 10px 52px;
  color: #000;
}

.side-nav .list-group-item a:hover, .side-nav .list-group-item a:active {
  color: #e60012;
  text-decoration: underline;
}

.side-nav .list-group-item a::before {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 30px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.side-nav .side-nav-beginner a::before {
  background-image: url(../images/common/icon_beginner.png);
}

.side-nav .side-nav-delivery a::before {
  background-image: url(../images/common/icon_delivery.png);
}

.side-nav .side-nav-order a::before {
  background-image: url(../images/common/icon_order.png);
}

.side-nav .side-nav-area a::before {
  background-image: url(../images/common/icon_area.png);
}

.side-nav .side-nav-faq a::before {
  background-image: url(../images/common/icon_faq.png);
}

.side-nav .side-nav-request a::before {
  background-image: url(../images/common/icon_request.png);
}

.side-nav .side-nav-inquiry a::before {
  background-image: url(../images/common/icon_inquiry.png);
}

.side-info {
  display: none;
}

.side-info .list-group-item {
  padding: 0;
  background-color: transparent;
}

.side-info-list {
  margin: 0;
  padding: 10px 0;
  letter-spacing: -0.01em;
  list-style: none;
}

.side-info-list a {
  color: #e60012;
}

.side-info-list a:hover, .side-info-list a:active {
  text-decoration: underline;
}

.side-info-list li {
  position: relative;
  padding-left: 1em;
  font-size: 1.2rem;
  line-height: 1.8;
}

.side-info-list li::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 0;
  height: 0;
  border-color: transparent transparent transparent #e60012;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  content: "";
}

.side-store-card {
  margin-top: 20px;
  border-color: #afafaf;
}

.side-store-card .card-header {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  background-color: #afafaf;
}

.side-store-name {
  margin-bottom: 8px;
  font-weight: 700;
  line-height: 1.25;
}

.side-store-address {
  margin-bottom: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}

.side-store-address p {
  margin: 0;
}

.side-store-info {
  margin-top: 1.5em;
  font-size: 1.2rem;
}

.side-store-info p {
  margin: 0;
}

.side-note {
  margin-top: 30px;
  font-size: 1.2rem;
}

.side-note .btn {
  width: 100%;
  margin: 20px 0;
  padding: 14px 10px;
  font-size: 13px;
  font-weight: bold;
  color: #5f5f5f;
  border-color: #5f5f5f;
  line-height: 1;
}

.side-note .btn:hover {
  color: white;
}

.search-category {
  margin-bottom: 30px;
}

.search-category .item-container {
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 70px;
}

.search-category .item-container:before {
  content: none;
}

.search-category .search-word {
  color: #E60013;
}

.search-category .category_arrow {
  background: url(../images/common/category_arrow_sp.png) no-repeat left center;
  background-size: 27px 25px;
  padding-left: 35px;
  font-size: 20px;
}

.search-category .page-title-text.category_arrow {
  font-size: 20px;
}

.search-category .tit {
  font-weight: bold;
}

.search-category .item-lists {
  display: block;
  list-style: none;
  list-style-type: none;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 1.4rem;
  position: relative;
  padding-left: 36px;
  line-height: 3;
}

.search-category .item-lists:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 14px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 10px;
  border-color: transparent transparent transparent #000000;
}

.search-category .item-lists li {
  display: inline;
}

.search-category .item-lists li:after {
  content: ">";
  margin-left: 8px;
}

.search-category .item-lists li:last-child:after {
  content: none;
}

.search-category .item-lists a {
  color: black;
  white-space: nowrap;
  padding: 5px;
  border-radius: 5px;
  background: #fffae5;
  border: 1px solid #707070;
  -webkit-box-shadow: 2px 2px #d6d6d6;
          box-shadow: 2px 2px #d6d6d6;
}

.search-category2 {
  margin: 0 -15px;
  overflow-x: scroll;
  background-color: #f4f4f4;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.search-category2::-webkit-scrollbar {
  display: none;
}

.search-category2-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.search-category2 a {
  color: inherit;
  text-decoration: underline;
}

.page-title-text .keyword {
  display: none;
}

.product {
  /*
  &-count {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 6px;

    &-label {
      margin: 0;
      font-size: 1.1rem;

      @include media-breakpoint-up(lg) {
        font-size: 1.2rem;
      }
    }

    &-label-unit {
      margin: 0;
      font-size: 1.4rem;

      @include media-breakpoint-up(lg) {
        font-size: 1.6rem;
      }
    }

    .product-select {
      width: 80px;
      margin-left: 6px;
    }
  }
*/
}

.product-count-all {
  font-size: 1.8rem;
}

.product-count-all-num {
  font-size: 2.4rem;
}

.product-count-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-count-btn .count-control {
  background: #e2e2e2;
  border: 1px solid #e2e2e2;
  text-align: center;
  padding: 5px;
  font-size: 2.2rem;
  width: 40px;
}

.product-count-btn .count-control:hover {
  background: #ccc;
}

.product-count-btn .count-control-input {
  pointer-events: none;
  width: 60px;
  border-radius: 0;
  border: none;
  text-align: center;
  border: 1px solid #ccc;
}

.product-sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

.product-category-sp {
  margin-bottom: 10px;
}

.product-category-sp select {
  border-radius: 0;
}

.product-select {
  position: relative;
  width: 142px;
}

.product-select::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border: 0;
  border-right: solid 2px #959ea7;
  border-bottom: solid 2px #959ea7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: "";
  pointer-events: none;
}

.product-select + .product-select {
  margin-left: 5px;
}

.product-select select {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.product-select select::-ms-expand {
  display: none;
}

.product-badge {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 6px -2px;
  font-size: 1rem;
}

.product-badge .badge {
  display: block;
  width: 65px;
  margin: 2px;
  font-size: 100%;
}

.product-badge .badge-advertising {
  color: #fff;
  background-color: #ff4d00;
}

a.product-badge .badge-advertising:hover, a.product-badge .badge-advertising:focus {
  color: #fff;
  background-color: #cc3e00;
}

a.product-badge .badge-advertising:focus, a.product-badge .badge-advertising.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 77, 0, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 77, 0, 0.5);
}

.product-badge .badge-new {
  color: #fff;
  background-color: #da291c;
}

a.product-badge .badge-new:hover, a.product-badge .badge-new:focus {
  color: #fff;
  background-color: #ad2116;
}

a.product-badge .badge-new:focus, a.product-badge .badge-new.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 41, 28, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(218, 41, 28, 0.5);
}

.product-badge .badge-age-restricted {
  color: #fff;
  background-color: #8fad15;
}

a.product-badge .badge-age-restricted:hover, a.product-badge .badge-age-restricted:focus {
  color: #fff;
  background-color: #69800f;
}

a.product-badge .badge-age-restricted:focus, a.product-badge .badge-age-restricted.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(143, 173, 21, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(143, 173, 21, 0.5);
}

.product-badge .badge-recommend {
  color: #fff;
  background-color: #4e3629;
}

a.product-badge .badge-recommend:hover, a.product-badge .badge-recommend:focus {
  color: #fff;
  background-color: #2d1f17;
}

a.product-badge .badge-recommend:focus, a.product-badge .badge-recommend.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 54, 41, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(78, 54, 41, 0.5);
}

.product-badge .badge-frozen {
  color: #212529;
  background-color: #e2faff;
  color: #23bedb;
}

a.product-badge .badge-frozen:hover, a.product-badge .badge-frozen:focus {
  color: #212529;
  background-color: #aff1ff;
}

a.product-badge .badge-frozen:focus, a.product-badge .badge-frozen.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(226, 250, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(226, 250, 255, 0.5);
}

.product-price {
  margin-top: auto;
  font-size: 1.2rem;
}

.product-price .price-num {
  padding: 0;
  color: #e60012;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.1;
  white-space: nowrap;
}

.product-price .price-num-base, .product-price .price-num-tax {
  font-size: 1.3rem;
}

.product-price-table {
  width: auto;
  margin-bottom: 0;
  margin-left: auto;
  line-height: 1.3;
}

.product-price-table td {
  padding: 0;
  font-size: 1.1rem;
  text-align: right;
  vertical-align: middle;
}

.product-price-table td:first-child {
  width: 4em;
  padding: 0;
}

.product-price-table td:last-child {
  padding-left: 6px;
}

.product-price-table tr:first-child td:last-child {
  font-size: 1.3rem;
}

.product-price-table tr:last-child td:last-child {
  font-size: 1.1rem;
}

.product-list .product-price .price-num-base,
.product-list .product-price .price-num-tax {
  font-size: 1.3rem;
}

.product-spinner {
  margin-top: 10px;
  text-align: right;
}

.product-spinner input {
  width: 40px;
  padding: 5px 0.25em;
  font-size: 1.3rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e2e2e2;
  border-radius: 0;
}

.product-spinner input[type="number"] {
  -moz-appearance: textfield;
}

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

.product-spinner .btn-spinner {
  background-color: #e2e2e2;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none;
}

.product-popover {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 220px;
  padding: 14px 10px;
  font-size: 1.2rem;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.product-popover-text {
  display: block;
}

.product-popover-cart {
  color: #218d82;
  background-color: #cceae7;
  border-color: #218d82;
}

.product-popover-cart .product-popover-text > a {
  color: #218d82;
  text-decoration: underline;
}

.product-popover-cart .product-popover-text > a:hover, .product-popover-cart .product-popover-text > a:active {
  color: #17645c;
}

.product-popover-over {
  color: #7b6006;
  background-color: #efe3bb;
  border-color: #b4911d;
}

.product-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 65px;
  padding-left: 0;
  list-style: none;
  border-radius: 6px;
}

.product-pagination .page-link {
  padding: 5px 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.product-pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.product-pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.product-pagination .page-link {
  margin-left: 3px;
}

.product-pagination .page-item:first-child .page-link,
.product-pagination .page-item:last-child .page-link {
  position: relative;
  display: block;
  height: 100%;
  border: none;
}

.product-pagination .page-item:first-child .page-link::before,
.product-pagination .page-item:last-child .page-link::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
}

.product-pagination .page-item:first-child .page-link {
  margin-right: 25px;
  margin-left: 0;
}

.product-pagination .page-item:first-child .page-link::before {
  background-image: url(../images/common/pagination_arrow_left.png);
}

.product-pagination .page-item:last-child .page-link {
  margin-left: 25px;
}

.product-pagination .page-item:last-child .page-link::before {
  background-image: url(../images/common/pagination_arrow_right.png);
}

.product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 28px;
}

.product-list > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.product-list-item {
  min-width: 134px;
  position: relative;
  width: 100%;
  padding-right: 13px;
  padding-left: 13px;
  margin-top: 36px;
}

.product-list-item a:hover,
.product-list-item a:active {
  text-decoration: underline;
}

.product-list-item:nth-child(-n+2) {
  margin-top: 0;
}

.product-list-item a {
  display: block;
  color: #000;
  text-decoration: none;
}

.product-list-item-inner {
  height: 100%;
  border: none;
  border-radius: 0;
}

.product-list-item-inner a {
  position: relative;
  display: block;
  min-height: 0%;
}

.product-list-item-inner .card-img,
.product-list-item-inner .card-img-top {
  border-radius: 0;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-list-item-inner .alert {
  margin: 13px auto 10px auto;
}

.product-list-item-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 1px;
}

.product-list-item-title {
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
}

.product-list-item-footer {
  position: relative;
  margin-top: 8px;
}

.product-detail-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.product-detail-media {
  min-width: 280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.product-detail-slider {
  position: relative;
}

.product-detail-slider .slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.product-detail-slider .slick-dots {
  bottom: -25px;
}

.product-detail-image {
  margin: 0;
  padding: 0;
}

.product-detail-image img {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.product-detail-images .slick-arrow {
  display: none !important;
}

.product-detail-images-nav {
  z-index: 10;
  display: none;
}

.product-detail-images-nav .product-detail-image {
  margin-right: 5px;
  margin-left: 5px;
}

.product-detail-images-nav .slick-prev:before,
.product-detail-images-nav .slick-next:before {
  color: #5f5f5f;
}

.product-detail-notice {
  margin: -10px 0 0 15px;
  font-size: 1.2rem;
  white-space: nowrap;
}

.product-detail-content {
  margin-top: 20px;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.product-detail-content-title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 2.8rem;
}

.product-detail-content .product-spinner input {
  width: 52px;
  font-size: 1.8rem;
}

.product-detail-content .product-spinner input:first-child,
.product-detail-content .product-spinner input:last-child {
  width: 50px;
}

.product-detail-price {
  display: table;
  margin: 0 0 0 auto;
  line-height: 1.2;
  text-align: right;
}

.product-detail-price .price-tag,
.product-detail-price .price-num,
.product-detail-price .price-num-unit {
  display: table-cell;
}

.product-detail-price .price-tag {
  padding-right: 20px;
}

.product-detail-price .price-num,
.product-detail-price .price-num-unit {
  color: #e60012;
}

.product-detail-price .price-num {
  font-weight: 700;
}

.product-detail-price-base, .product-detail-price-tax {
  display: table-row;
  font-size: 1.4rem;
}

.product-detail-price-base .price-num, .product-detail-price-tax .price-num {
  font-size: 3.5rem;
}

.product-detail-price-base .price-num-unit, .product-detail-price-tax .price-num-unit {
  font-size: 1.4rem;
}

.product-detail-status {
  margin-top: 8px;
  font-size: 1.4rem;
  text-align: right;
}

.product-detail-note {
  margin-top: 10px;
  font-size: 1.2rem;
}

.product-detail-note .product-popover-text {
  margin-top: 40px;
}

.product-detail-btn {
  position: relative;
  margin-top: 28px;
}

.product-detail-btn .btn-cart {
  max-width: 314px;
  margin: 0 auto;
}

.product-detail-btn .count-control-input {
  width: 100px;
}

.product-detail-btn .product-popover-text,
.product-detail-btn .product-popover a {
  display: inline-block;
}

.product-detail-desc {
  margin-top: 30px;
}

.product-detail-desc-title {
  margin-bottom: 16px;
  padding: 0 10px 5px;
  color: #585858;
  font-weight: 700;
  font-size: 2rem;
  border-bottom: solid 3px #d6d6d6;
}

.product-detail-desc p {
  padding: 0;
}

.product-detail + .recommend {
  margin-top: 60px;
}

.product-action {
  margin-bottom: 10px;
}

.product-action-fav {
  display: inline-block;
  padding: 8px 10px 5px 8px;
  border: 1px solid #afafaf;
  font-size: 13px;
  color: #5f5f5f;
  background-color: white;
}

.product-action-fav svg {
  max-width: 100%;
  fill: #afafaf;
  width: 15px;
  height: 13.5px;
  vertical-align: -10%;
}

.product-action-fav.active svg {
  fill: #e60012;
}

.product-link {
  color: #000;
  display: block;
}

.product-link:hover, .product-link:active {
  color: #000;
}

.product-detail-content .alert-productinfo {
  margin-top: 15px;
  font-size: 2rem;
}

.product-detail-content .product-count {
  margin-top: 14px;
}

.product-detail-content .product-select {
  width: 80px;
  margin-left: 20px;
  font-size: 2.4rem;
}

.product-detail-content .product-select select {
  font-size: 1.4rem;
}

#product-info-modal .modal-content {
  text-align: center;
  border-radius: 0;
  padding: 20px;
  /*
  .modal-footer {
    border-top: none;
    display: block;
    text-align: right;
    padding:0;
    .btn {
      border-radius: 0;
      padding:10px 30px;

    }
  }*/
}

#product-info-modal .modal-content .modal-body {
  color: #000;
  padding: 30px 25px 15px;
  border: 1px solid #707070;
}

#product-info-modal .modal-content .modal-body .modal-title {
  margin-bottom: 25px;
}

#product-info-modal .modal-content .modal-body .btn {
  font-weight: bold;
  border-radius: 1.6em;
  margin-bottom: 15px;
  width: 100%;
}

.feature {
  margin-bottom: 112px;
}

.feature-items {
  position: relative;
  margin-top: 75px;
}

.feature-title {
  margin-bottom: 10px;
  padding: 12px 8px;
  font-weight: 700;
  font-size: 2rem;
  background-color: #f5ece7;
}

.feature-arrow-prev, .feature-arrow-next {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 32px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-color: #fff;
  border: none;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.feature-arrow-prev::before, .feature-arrow-next::before {
  display: block;
  width: 14px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
}

.feature-arrow-prev {
  left: 0;
}

.feature-arrow-prev::before {
  background-image: url(../images/common/slider_arrow_left.png);
}

.feature-arrow-next {
  right: 0;
}

.feature-arrow-next::before {
  background-image: url(../images/common/slider_arrow_right.png);
}

.feature-inner {
  margin-right: -15px;
  margin-left: -15px;
}

.feature-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px;
}

.feature-item-link {
  display: block;
  color: #000;
}

.feature-item-link:hover, .feature-item-link:active {
  color: #333333;
}

.feature-item-link img {
  max-width: 100%;
  margin: 0 auto;
}

.feature-item-text {
  margin-top: 10px;
}

.bnr-list {
  margin-top: 70px;
}

.bnr-list-title {
  font-weight: 400;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
}

.bnr-list-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -12.5px;
}

.bnr-list-item {
  display: block;
  max-width: calc(50% - 5px);
  margin: 2.5px;
}

.bnr-list-item a {
  display: block;
}

.bnr-list-item img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.bnr-area {
  margin-top: 30px;
}

.bnr-area-footer {
  margin-top: 0;
  margin-bottom: 30px;
}

.bnr-area-item {
  max-width: 100%;
  text-align: center;
}

.bnr-area-item img {
  width: 100%;
  height: auto;
}

.bnr-area-item + .bnr-area-item {
  margin-top: 16px;
}

.category-bnr-item {
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.category-bnr-item img {
  border-radius: inherit;
}

.shop-top {
  position: relative;
  width: 100%;
  min-height: 100vh;
  margin: 0;
  overflow: hidden;
}

.shop-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-height: 100vh;
  padding: 84px 20px 10px;
}

.shop-top-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.shop-top-content-box {
  width: 100%;
  max-width: 335px;
  padding: 38px 30px 38px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 4px;
}

.shop-top-logo {
  margin: 30px 0 20px;
}

.shop-top-logo-img {
  width: 462px;
}

.shop-top-catchcopy {
  margin-bottom: 28px;
}

.shop-top-btns {
  margin-top: 8px;
}

.shop-top-btns .btn-submit {
  padding-top: 1.4em;
  padding-bottom: 1.4em;
  margin-bottom: 16px;
}

.shop-top-btns .btn {
  width: 100%;
  max-width: 387px;
}

.shop-top-btns .btn-registration {
  margin-bottom: 35px;
}

.shop-top-beginner {
  margin-top: 34px;
}

.shop-top-beginner a {
  color: #000;
  font-size: 1.4rem;
  text-decoration: underline;
}

.shop-top-beginner a::before {
  display: inline-block;
  width: 16px;
  height: 22px;
  margin-right: 0.5em;
  vertical-align: middle;
  background-image: url(../images/top/icon_beginner_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
}

.shop-top-information {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: auto;
  padding-bottom: 30px;
}

.shop-top-information .container {
  padding: 0;
}

.shop-top-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.shop-top-bg-pc {
  display: none;
}

.shop-top-bg-sp {
  display: block;
}

.shop-top-bg .object-fit-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.login-inner {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.login-form {
  margin-top: 28px;
}

.login-form label {
  font-weight: 700;
}

.login-form .form-group {
  text-align: left;
}

.login-form .form-group.form-check {
  display: inline-block;
  text-align: center;
}

.login-form .form-group:first-child {
  margin-bottom: 28px;
}

.login-form .form-control {
  height: 100%;
  padding: 12px 5px;
  font-size: 1.5rem;
}

.login-form .form-check {
  margin-bottom: 8px;
}

.login-form .form-check-input {
  margin-top: 0.5rem;
}

.login-form .form-check-label {
  margin-left: 0.5em;
  font-weight: 400;
}

.login-form .form-text.text-alert {
  color: #e60012;
  font-size: 1.4rem;
}

.login-form-footer {
  margin-top: 36px;
  text-align: center;
}

.login-link {
  margin-top: 8px;
}

.login-link a {
  color: #000;
  text-decoration: underline;
}

.login-btn {
  margin-bottom: 8px;
}

.login-registration {
  margin-top: 36px;
  text-align: center;
}

.login-registration-label {
  font-weight: 700;
}

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

.received-text-link {
  display: inline-block;
  font-weight: bold;
  color: #D42D26;
  margin-top: 1em;
}

.received-text-link a {
  color: #D42D26;
  text-decoration: underline;
}

.received-service-select {
  margin: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.received-service-select label {
  margin: 10px;
  font-size: 0;
  pointer-events: none;
}

.received-service-select .received-service-radio {
  display: none;
}

.received-service-select .received-service-image {
  display: inline-block;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  max-width: 360px;
  height: auto;
  opacity: 0.5;
  -webkit-transition: 0.3s opacity, 0.1s -webkit-box-shadow;
  transition: 0.3s opacity, 0.1s -webkit-box-shadow;
  transition: 0.3s opacity, 0.1s box-shadow;
  transition: 0.3s opacity, 0.1s box-shadow, 0.1s -webkit-box-shadow;
  pointer-events: auto;
  cursor: pointer;
}

.received-service-select .received-service-image:hover {
  opacity: 1;
}

.received-service-select .received-service-image img {
  width: 100%;
  height: auto;
  pointer-events: none;
}

.received-service-select .received-service-radio:checked ~ .received-service-image {
  opacity: 1;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.16);
}

.received-service-select .received-service-button {
  position: relative;
  display: block;
  margin: 26px auto 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  pointer-events: auto;
  cursor: pointer;
}

.received-service-select .received-service-button::before, .received-service-select .received-service-button::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
}

.received-service-select .received-service-radio ~ .received-service-button::before {
  width: 100%;
  height: 100%;
  border: 2px solid #4392CC;
  background-color: #F5F5F5;
}

.received-service-select .received-service-radio:checked ~ .received-service-button::after {
  width: 60%;
  height: 60%;
  background-color: #4392CC;
}

.received-box {
  width: 743px;
  max-width: 100%;
  margin: 16px auto 0;
  padding: 18px 22px;
  border-color: #da291c;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px;
}

.received-box-content {
  margin-top: 24px;
}

.received-box-content .btn-triangle-block {
  margin-top: 32px;
}

.received-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.received-list-head {
  font-size: 1.8rem;
}

.received-list-item + .received-list-item {
  margin-top: 40px;
}

.received-list-label-delivery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 16px;
}

.received-list-label-delivery + p {
  margin-bottom: 0;
  padding-left: 16px;
}

.received-list-label .btn-edit {
  margin-left: auto;
}

.received-list-label-name {
  display: inline-block;
  font-weight: 700;
}

.received-box-delivery .received-list-head {
  color: #7e5c56;
}

.received-box-store .received-list-head {
  color: #afc36b;
  font-weight: 700;
}

.received-header {
  display: inline-block;
  margin-bottom: 0;
  font-size: 2rem;
}

.received-header::after {
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
}

.received-header-delivery {
  color: #58271e;
}

.received-header-delivery::after {
  width: 60px;
  height: 36px;
  background-image: url(../images/common/icon_received_track.svg);
}

.received-header-store {
  color: #95b71f;
}

.received-header-store::after {
  width: 48px;
  height: 38px;
  background-image: url(../images/common/icon_received_store.svg);
}

.received-content {
  margin-top: 54px;
}

.received-delivery-content {
  position: relative;
}

.received-delivery-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.received-delivery-address .btn-edit {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.5rem;
}

.received-store-list {
  padding-left: 0;
  list-style: none;
}

.received-store-list .store-item + .store-item {
  margin-top: 38px;
}

.received-store-list .store-info-header {
  font-weight: 700;
}

.received-address-table .btn-edit-block .btn-edit {
  width: 150px;
}

.received-time-table-note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-size: 1.1rem;
  list-style: none;
}

.received-time-table-note li {
  margin-right: 18px;
  padding: 4px 0;
}

.received-time-table-note li img {
  margin-right: 4px;
  vertical-align: bottom;
}

.received-time-table-note li:last-child {
  margin-right: 0;
}

#service-info-modal .modal-dialog {
  max-width: 650px;
}

#service-info-modal .modal-content {
  position: relative;
  background-color: transparent;
}

#service-info-modal .modal-content .modal-body {
  padding: 0;
  border: 3px solid #e60012;
  border-radius: 35px;
  overflow: hidden;
}

#service-info-modal .modal-content .modal-body .popup_image {
  max-height: 80vh;
}

#service-info-modal .modal-content .modal-body .popup_image img {
  width: 100%;
  height: auto;
}

#service-info-modal .modal-content .popup_checkbox {
  position: absolute;
  bottom: 15px;
}

#service-info-modal .modal-content .popup_checkbox input[type=checkbox] {
  display: none;
}

#service-info-modal .modal-content .popup_checkbox .image_checked {
  display: none;
}

#service-info-modal .modal-content .popup_checkbox input[type=checkbox]:checked + .image_checked {
  display: block;
}

#service-info-modal .modal-content .popup_checkbox input[type=checkbox]:checked + .image_checked + .image {
  display: none;
}

#service-info-modal .modal-content .btn {
  position: absolute;
  padding: 0;
  width: 38px;
  height: 38px;
  top: -40px;
  right: -44px;
}

.txtdeco-s {
  background: #E60012;
  color: #fff;
  font-weight: bold;
  padding: 0 0.7em;
}

.txtdeco-p {
  background: #18943B;
  color: #fff;
  font-weight: bold;
  padding: 0 0.7em;
}

.top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-important-information {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.top-content {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.top-slider {
  position: relative;
  background-color: #fffae5;
  background-image: url("../images/top/ajax-loader.gif");
  background-repeat: no-repeat;
  background-position: center 82px;
}

.top-slider .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.top-slider-inner {
  margin: 0;
  padding: 9px 0 32px;
}

.top-slider-inner .slick-dots {
  bottom: 10px;
  margin-top: 0;
  font-size: 0.8rem;
  line-height: 1;
}

.top-slider-inner .slick-dots li {
  width: 8px;
  height: 8px;
  margin-right: 8px;
  margin-left: 8px;
}

.top-slider-inner .slick-dots li button,
.top-slider-inner .slick-dots li button::before {
  width: 8px;
  height: 8px;
  font-size: 8px;
}

.top-slider-item {
  width: 276px;
  height: 180px;
  padding: 0 8px;
}

.top-slider-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.top-slider-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.top-slider-item.slick-initialized .slick-slide {
  max-width: 350px;
}

.top-slider-arrows {
  position: absolute;
  top: 49px;
  left: 50%;
  width: 320px;
  height: 100px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}

.top-slider-arrow {
  position: absolute;
  display: block;
  width: 50px;
  height: 100px;
  pointer-events: auto;
}

.top-slider-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 25px;
  height: 25px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.top-slider-arrow::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  width: 13px;
  height: 13px;
  border: 0;
  border-top: solid 2px #e60012;
  border-right: solid 2px #e60012;
  cursor: pointer;
}

.top-slider .arrow-prev {
  left: 0;
}

.top-slider .arrow-prev::before {
  left: 18px;
}

.top-slider .arrow-prev::after {
  left: 25px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.top-slider .arrow-next {
  right: 0;
}

.top-slider .arrow-next::before {
  right: 18px;
}

.top-slider .arrow-next::after {
  right: 25px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.top-pickup {
  position: relative;
  margin-top: 40px;
}

.top-pickup:first-child {
  margin-top: 34px;
}

.top-pickup-title {
  position: relative;
  margin: 0 0 15px;
  padding: 12px 8px;
  font-weight: 700;
  font-size: 2rem;
  background-color: #f5ece7;
}

.top-pickup-inner {
  margin: 0 -15px;
  padding: 0 15px 60px 15px;
}

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

.top-banner-item {
  display: block;
}

.top-banner-item + .top-banner-item {
  margin-top: 10px;
}

.beginner-wrapper {
  font-size: 1.6rem;
}

.beginner-section-header {
  position: relative;
  padding-bottom: 14px;
  text-align: center;
}

.beginner-section-title {
  font-weight: 700;
  font-size: 2.25rem;
}

.beginner-mv {
  width: 100%;
  height: 188px;
  background-image: url(../images/pages/mv_beginner_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.beginner-about-header {
  padding: 17px 0 7px;
  color: #fff;
  font-weight: 700;
  font-size: 2.2rem;
  text-align: center;
  background-color: #e60012;
}

.beginner-about-content {
  width: 100%;
  padding: 0;
  padding-bottom: 30px;
}

.beginner-about-title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.4;
}

.beginner-about-item {
  position: relative;
  min-height: 264px;
  padding: 31px 15px 20%;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
}

.beginner-about-item-title {
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.7;
}

.beginner-about-item-title .text-accent {
  font-size: 2.25rem;
}

.beginner-about-item p {
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.beginner-about-item::before {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
}

.beginner-about-item:nth-child(1) {
  padding-top: 17px;
  background-image: url(../images/pages/about01_sp.jpg);
}

.beginner-about-item:nth-child(2) {
  background-image: url(../images/pages/about02_sp.jpg);
}

.beginner-about-item:nth-child(2) .beginner-about-item-inner {
  margin-left: auto;
}

.beginner-feature {
  padding-top: 30px;
  padding-bottom: 34px;
  background-color: #fffae6;
}

.beginner-feature-header::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 289px;
  height: 3px;
  background-image: url(../images/pages/beginner_feature_dots_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
}

.beginner-feature-title {
  font-weight: 700;
  font-size: 2.25rem;
}

.beginner-feature-list {
  margin-top: 44px;
  padding-left: 0;
  list-style: none;
}

.beginner-feature-item {
  padding: 0 23px 23px;
  font-size: 1.5rem;
  background-color: #fff;
  border: 2px solid #e60012;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.5);
}

.beginner-feature-item::before {
  display: block;
  width: 100%;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
}

.beginner-feature-item:nth-child(1)::before {
  background-image: url(../images/pages/feature01_sp.png);
  background-size: 80.5px 96px;
}

.beginner-feature-item:nth-child(2)::before {
  background-image: url(../images/pages/feature02_sp.png);
  background-size: 130px 87px;
}

.beginner-feature-item:nth-child(3)::before {
  background-image: url(../images/pages/feature03_sp.png);
  background-size: 67px 91px;
}

.beginner-feature-item-title {
  position: relative;
  margin-bottom: 23px;
  padding-bottom: 23px;
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
}

.beginner-feature-item-title::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 58px;
  height: 6px;
  background-image: linear-gradient(to right, transparent, transparent 2px, #e60012 2px, #e60012 8px, transparent 8px, transparent 10px);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 12px 6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
}

.beginner-feature-item + .beginner-feature-item {
  margin-top: 14px;
}

.beginner-feature-link {
  display: block;
  color: #e60012;
  text-align: center;
  text-decoration: underline;
}

.beginner-feature-link:hover, .beginner-feature-link:active {
  color: #b3000e;
}

.beginner-feature-note {
  color: #e60012;
}

.beginner-howto {
  padding: 28px 0 23px;
  background-color: #e60012;
}

.beginner-howto-header::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 361px;
  height: 3px;
  background-image: url(../images/pages/beginner_howto_dots_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
}

.beginner-howto-title {
  color: #fff;
}

.beginner-howto-list {
  margin: 0;
  padding: 46px 0 0;
  padding-left: 0;
  list-style: none;
}

.beginner-howto-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 130px;
  padding: 16px;
  color: #fff;
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
  background-color: #c11920;
  border-radius: 8px;
}

.beginner-howto-item:not(:last-child) {
  margin-bottom: 68px;
}

.beginner-howto-item:not(:last-child)::after {
  position: absolute;
  width: 68px;
  height: 29px;
  margin-bottom: 0;
  background-image: url(../images/pages/howto_arrow_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: '';
}

.beginner-howto-item p {
  width: 50%;
  margin-bottom: 0;
  text-align: center;
}

.beginner-howto-item .text-sm {
  font-size: 1.8rem;
}

.beginner-howto-img {
  width: 50%;
}

.beginner-howto .faq-btn-container {
  text-align: center;
  margin: 30px auto 25px;
  padding: 25px 20px 0;
}

.beginner-howto .faq-btn-container .faq-link {
  font-size: 2.1rem;
  font-weight: 700;
  padding: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 30px;
  background: #F9505C;
  display: block;
}

.enter-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 34px 15px 36px;
  background-image: url(../images/pages/enter_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.enter-box {
  width: 100%;
  max-width: 910px;
  padding: 28px 36px 44px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
}

.enter-content {
  margin-top: 38px;
  text-align: center;
}

.enter-btn-block {
  padding: 0 10px;
}

.enter-btn-block + .enter-btn-block {
  margin-top: 32px;
}

.enter-btn-label {
  margin-bottom: 2px;
  font-weight: 700;
  font-size: 1.8rem;
}

.enter-btn-text {
  margin-top: 8px;
}

.enter-btn-text a {
  color: black;
  text-decoration: underline;
}

.enter-btn-text a:hover {
  color: #e60012;
}

.service-wrapper {
  font-size: 1.6rem;
}

.service-wrapper .important-information {
  margin-top: 18px;
  margin-bottom: 22px;
}

.service-box {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 8px;
}

.service-mv {
  width: 100%;
  padding: 24px 0;
  background-image: url(../images/pages/mv_service_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.service-mv-title {
  margin-bottom: 8px;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 1.5;
  text-align: center;
}

.service-mv-btns {
  margin-right: -18px;
}

.service-mv-btn {
  position: relative;
  display: block;
  margin-bottom: 32px;
  text-align: center;
}

.service-mv-btn::after {
  position: absolute;
  bottom: -32px;
  left: 50%;
  display: block;
  width: 28px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
}

.service-mv-btn.service-mv-btn-standard::after {
  background-image: url(../images/pages/service_arrow_standard.svg);
}

.service-mv-btn.service-mv-btn-pro::after {
  background-image: url(../images/pages/service_arrow_pro.svg);
}

.service-mv-btn + .service-mv-btn {
  margin-top: 5px;
}

.service-header {
  padding-top: 19px;
  padding-bottom: 15px;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.service-section-title {
  text-align: center;
}

.service-detail {
  padding: 28px 0 25px;
}

.service-detail-list {
  margin-top: 44px;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.service-detail-list li {
  display: block;
  padding: 14px 20px 20px;
}

.service-detail-list li:first-child .text-accent {
  color: #e60012;
}

.service-detail-list li:nth-child(odd) {
  background-color: #f7f7f7;
}

.service-detail-list li:nth-child(even) {
  background-color: #fcfcfc;
}

.service-detail-list li:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}

.service-detail-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-detail-title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
}

.service-detail-img {
  width: 40%;
  text-align: center;
}

.service-detail-img img {
  max-width: 100%;
  vertical-align: middle;
}

.service-detail-text {
  width: 60%;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
}

.service-detail-text .zeikomi {
  font-size: 1.8rem;
}

.service-detail-text .zeikomi span {
  font-size: 0.8em;
}

.service-detail-text .text-accent {
  font-size: 2rem;
  color: #000;
}

.service-detail-text .detail-label {
  display: inline-block;
  width: 147px;
  padding: 4px 8px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  background-color: #e60012;
}

.service-detail-text .detail-label-text {
  font-size: 1.5rem;
  line-height: 1.4;
}

.service-detail-text .detail-label-text-sm {
  font-size: 1.35rem;
}

.service-detail-price {
  width: 60%;
  line-height: 1.2;
}

.service-detail-price .service-detail-text {
  width: 100%;
}

.service-detail-note {
  margin-top: 2px;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 1.1rem;
  text-align: center;
}

.service-stores {
  padding: 20px 0 25px;
  background-image: url(../images/pages/service_store_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.service-stores-box {
  padding: 18px 22px 22px;
}

.service-stores-box p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.4rem;
  text-align: center;
}

.service-stores-header {
  position: relative;
  padding-bottom: 14px;
  text-align: center;
}

.service-stores-header::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 160px;
  height: 3px;
  background-image: url(../images/pages/service_store_dots_standard_sp.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
}

.service-stores-title {
  margin: 0;
  font-weight: 700;
  font-size: 2.25rem;
}

.service-stores-list {
  margin-top: 20px;
}

.service-stores-btn {
  margin-top: 20px;
  text-align: center;
}

.service-store-box {
  position: relative;
  padding: 15px;
  padding-left: 89px;
  font-size: 1.2rem;
  background-color: #fff;
  border-color: #e60012;
  border-style: solid;
  border-width: 1px;
  border-radius: 8px;
}

.service-store-box::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 52px;
  height: 41px;
  background-image: url(../images/pages/service_store_standard.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
}

.service-store-box + .service-store-box {
  margin-top: 10px;
}

.service-store-label {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 1.5rem;
}

.service-faq {
  padding: 32px 0;
  background-color: #fffae6;
}

.service-faq-lists {
  margin-top: 32px;
  padding: 0 8px;
  background-color: #fff;
  border-radius: 8px;
}

.service-faq-lists dt {
  position: relative;
  padding: 24px 8px 16px 60px;
  font-size: 1.6rem;
  border-top: 1px solid #707070;
}

.service-faq-lists dt::before {
  position: absolute;
  top: 24px;
  left: 20px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 4px solid #e60012;
  border-right: 4px solid #e60012;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  content: '';
}

.service-faq-lists dt:first-child {
  border-top: none;
}

.service-faq-lists dt.active::before {
  top: 28px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.service-faq-lists dd {
  display: none;
  margin-bottom: 20px;
  padding: 0 12px;
}

.service-faq-list {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.5rem;
  line-height: 1.8;
  list-style: none;
}

.service-faq-list li {
  position: relative;
  line-height: 1.2;
}

.service-faq-list li::before {
  display: inline-block;
  content: '・';
}

.service-faq-list li + li {
  margin-top: 0.5em;
}

.service-faq-list .text-accent {
  font-weight: 400;
}

.service-faq-list-inner {
  padding: 0;
}

.service-faq-list-inner + .service-faq-list-inner {
  margin-top: 30px;
}

.service-faq-list-subhead {
  padding: 0 0.5em;
  font-weight: 700;
  border-bottom: 1px solid #e60012;
}

.service-standard .service-header {
  background-color: #e60012;
}

.service-standard .service-header img {
  width: 354px;
  height: 128px;
}

.service-standard .section-introduction-header img {
  width: 345px;
  height: 53px;
}

.service-standard .section-about-header img {
  width: 297px;
  height: 91px;
}

.service-pro .service-detail-list li:first-child .text-accent {
  color: #18943b;
}

.service-pro .service-header {
  padding-top: 18px;
  background-color: #18943b;
}

.service-pro .service-header img {
  width: 268px;
  height: 129px;
}

.service-pro .section-introduction-header img {
  width: 345px;
  height: 53px;
}

.service-pro .section-about-header img {
  width: 297px;
  height: 91px;
}

.service-pro .service-detail-text .detail-label {
  background-color: #18943b;
}

.service-pro .service-stores-header::before {
  background-image: url(../images/pages/service_store_dots_pro_sp.svg);
}

.service-pro .service-store-box {
  border-color: #18943b;
}

.service-pro .service-store-box::before {
  background-image: url(../images/pages/service_store_pro.svg);
}

.service-pro .service-faq-lists dt::before {
  border-top: 4px solid #18943b;
  border-right: 4px solid #18943b;
}

.service-pro .service-faq-list .text-accent {
  color: #e60012;
}

.service-pro .service-faq-list-subhead {
  border-bottom: 1px solid #18943b;
}

.customer-edit-title {
  margin: 10px auto 10px;
  max-width: 1020px;
  font-weight: bold;
}

.customer-edit-text {
  margin-top: 22.5px;
  margin-bottom: 16px;
}

.customer-text {
  margin-top: 22px;
  margin-bottom: 8px;
}

.customer-terms-box {
  width: 100%;
  max-width: 1020px;
  height: 300px;
  margin: 10px auto 40px;
  padding: 14px 16px;
  overflow-y: scroll;
  font-size: 1.2rem;
  border: 1px solid #d9d9d9;
}

.customer-terms-box .section-content-shop {
  width: auto;
  max-width: auto;
  max-width: initial;
  margin: 0;
}

.customer-terms-box h3.section-title {
  margin-bottom: 1.5em;
}

.customer-terms-box h4.section-title {
  font-weight: normal;
  margin-bottom: 0.5rem;
}

.customer-terms-box h3 {
  margin-bottom: 1.5em;
  font-weight: 700;
  font-size: 1.5rem;
}

.customer-terms-box h4,
.customer-terms-box h5 {
  font-size: 1.2rem;
}

.customer-alert-box {
  width: 100%;
  max-width: 680px;
  margin: 20px auto 0;
  padding: 20px 30px;
  background-color: #fdeff0;
  text-align: left;
}

.content-order .table-coupon {
  margin-top: 10px;
  margin-bottom: 0;
}

.content-order .table-coupon th {
  font-size: 1.3rem;
}

.content-order .table-coupon td {
  background-color: #fff;
}

.content-order .table-tax-wrapper {
  margin-top: 86px;
}

.content-order .table-block-label + .table-tax-wrapper {
  margin-top: 12px;
}

.content-order .table-coupon input[type="checkbox"] {
  display: none;
}

.content-order .table-coupon input[type="checkbox"] + span {
  padding-left: 38px;
  position: relative;
}

.content-order .table-coupon input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 28px;
  height: 28px;
  border: 1px solid #afafaf;
  background-color: white;
}

.content-order .table-coupon input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 38%;
  left: 6px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 16px;
  height: 11px;
  border-left: 3px solid #afafaf;
  border-bottom: 3px solid #afafaf;
}

.content-order .table-coupon .status-checkbox {
  position: absolute;
  top: 13px;
  right: 13px;
  display: block;
  font-weight: 700;
  text-align: right;
}

.content-order .table-coupon .status-checkbox input[type="checkbox"] + span {
  padding-left: 28px;
}

.content-order .table-coupon .status-checkbox input[type="checkbox"] + span::before {
  left: auto;
  right: 0;
}

.content-order .table-coupon .status-checkbox input[type="checkbox"]:checked + span::after {
  left: auto;
  right: 6px;
}

.content-order .table-coupon .status-checkbox label {
  margin-bottom: 1rem;
}

.content-order .table-coupon .active td {
  background-color: rgba(229, 141, 0, 0.3);
}

.content-order .table-tax {
  max-width: 700px;
  margin: 0 auto;
}

.content-order .table-tax-total {
  color: #e60012;
}

.content-order .table-shortage {
  margin-top: 60px;
}

.content-order .link-mypage {
  text-decoration: underline;
}

.content-order .card-registered {
  background-color: #fff;
}

.content-order .card-registered td {
  border: none;
}

.order-status p {
  margin-bottom: 0;
}

.order-age-check {
  margin-top: 30px;
  text-align: center;
}

.order-age-check .form-check {
  display: inline-block;
}

.order-age-check-text {
  color: #e60012;
}

.order-age-check-btn {
  margin-top: 40px;
}

.order-age-check .form-check-label {
  margin-left: 0.5em;
}

.order-cart-edit-block {
  margin-top: 15px;
  text-align: right;
}

.order-complete-header {
  font-weight: 700;
  font-size: 1.5rem;
}

.order-num-line {
  margin-top: 30px;
  margin-bottom: 31px;
}

.order-num {
  padding: 0 1em;
  color: #000;
  font-weight: 700;
  font-size: 2rem;
  text-decoration: underline;
  vertical-align: baseline;
}

.order-num:hover, .order-num:active {
  color: #000;
}

.order-block {
  margin-top: 50px;
}

.order-block-label {
  font-weight: 700;
  font-size: 2rem;
}

.order-block-label + .form-required-note {
  margin-top: 8px;
}

.order-tax-price {
  text-align: right;
}

.content-order .table-block-label + .table-cart-wrapper,
.content-order .table-block-label + .table-tax-wrapper {
  margin-top: 8px;
}

.mypage-status {
  margin-top: 16px;
}

.mypage-status p {
  margin: 0;
}

.mypage-count {
  text-align: right;
}

.mypage-count .product-select {
  display: inline-block;
  margin-left: 1em;
  vertical-align: bottom;
}

.mypage-recommend-block {
  margin-top: 18px;
}

.mypage-recommend-list-block {
  margin-top: 15px;
}

.mypage-recommend-cart {
  position: relative;
  width: 100%;
  margin-top: 12px;
}

.address-checkbox {
  position: relative;
  padding-left: 1.8rem;
}

.address-checkbox .form-check-input {
  position: absolute;
  margin-top: 0.5rem;
  margin-left: -1.8rem;
}

.recommend-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  padding: 15px;
  background-color: #f0f0f0;
}

.recommend-list .product-cell {
  padding: 15px;
  border: 1px solid #afafaf;
}

.recommend-list .product-cell-img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28%;
}

.recommend-list .product-cell-detail {
  width: 100%;
}

.recommend-list .product-cell-name {
  font-size: 1.5rem;
}

.recommend-list .product-cell-price .price-base {
  margin: 8px 0 0;
  font-size: 1.5rem;
}

.recommend-list .product-cell-price .price-base-num {
  font-size: 1.5rem;
}

.recommend-list .product-cell-price .price-tax {
  margin: 0;
  font-size: 1.2rem;
}

.history-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  line-height: 1.6;
}

.history-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #afafaf;
}

.history-list-item p {
  margin: 0;
}

.history-list-item + .history-list-item {
  margin-top: 10px;
}

.history-list-footer {
  margin-top: 20px;
  text-align: center;
}

.history-order-num {
  font-weight: 700;
  font-size: 2rem;
  text-decoration: underline;
  color: #e60012;
}

.history-order-num a {
  color: #e60012;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.history-order-num a:hover {
  opacity: 0.75;
}

.history-item-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 15px;
  font-size: 1.5rem;
}

.history-item-detail:nth-child(2) {
  font-size: 1.4rem;
  margin-top: 0;
}

.history-item-label {
  margin-right: 0.5em;
  font-weight: 700;
}

.history-item-btn-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  margin-top: 12px;
}

.history-item-btn-block .btn + .btn {
  margin-left: 10px;
}

.history-link {
  margin-top: 8px;
}

.history-link a,
.history-link a:hover,
.history-link a:active {
  color: #000;
}

.history-option {
  margin-top: 19px;
  margin-bottom: 15px;
  text-align: right;
}

.history-option-item {
  display: block;
}

.history-option-item .product-select {
  display: inline-block;
}

.history-option-item + .history-option-item {
  margin-top: 8px;
}

.history-option-label {
  margin-right: 1em;
  margin-bottom: 0;
}

.history-list.history-list-mypage .history-list-item {
  padding: 15px;
}

.history-list.history-list-mypage .history-item-detail {
  margin-top: 12px;
}

.history-list.history-list-mypage .history-item-detail:nth-child(2) {
  margin-top: 0;
}

.mypage-cc-list table.table {
  margin-top: 0;
  margin-bottom: 0;
  border: none;
}

.mypage-cc-list table.table th span {
  display: inline-block;
}

.mypage-cc-list table.table tr {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #afafaf;
}

.mypage-cc-list table.table tr:last-child {
  margin-bottom: 0;
}

.mypage-cc-list table.table thead tr,
.mypage-cc-list table.table thead tr th {
  display: none;
}

.mypage-cc-list table.table td {
  display: block;
  border: none;
  padding: 0 20px 10px 20px;
}

.mypage-cc-list table.table tr td:first-child {
  padding-top: 20px;
}

.mypage-cc-list table.table tr td:last-child {
  padding-bottom: 20px;
}

.mypage-cc-btn-add {
  width: 100%;
  text-align: right;
  margin-bottom: 15px;
}

.mypage-cc-btn-add .btn {
  font-weight: bold;
}

.mypage-cc-btn-add.-pc {
  display: none;
}

.mypage-cc-btn-delete {
  text-align: right;
}

#shop-rule-order, #shop-rule-super {
  padding-top: 170px;
  margin-top: -170px;
}

.shop-rule-page-link-wrap {
  text-align: center;
  margin: 40px 0;
}

.shop-rule-page-link1, .shop-rule-page-link2 {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: white;
  border-radius: 4px;
  -webkit-transition: 0.15s background-color;
  transition: 0.15s background-color;
}

.shop-rule-page-link1:after, .shop-rule-page-link2:after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 16px;
  margin-left: 10px;
  background-image: url("../images/common/double_arrow_down.svg");
  background-size: contain;
  vertical-align: middle;
}

.shop-rule-page-link1:hover, .shop-rule-page-link2:hover {
  text-decoration: none;
  color: white;
}

.shop-rule-page-link1 {
  background-color: #E60012;
}

.shop-rule-page-link1:hover {
  background-color: #b3000e;
}

.shop-rule-page-link2 {
  background-color: #932913;
}

.shop-rule-page-link2:hover {
  background-color: #661c0d;
}

.js-shop-area-toggle {
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.js-shop-area-toggle:hover {
  opacity: 0.75;
}

.shop-ruletouse .section-content-shop p {
  font-size: 1.2rem;
  margin-bottom: 1.6rem;
  text-align: justify;
}

.shop-area .mb30 {
  margin-bottom: 30px;
}

.shop-area .mb50 {
  margin-bottom: 50px;
}

.shop-area .section-content {
  margin-bottom: 50px;
}

.shop-area-nav {
  margin-bottom: 0;
  text-align: center;
}

.shop-area-bnr {
  position: relative;
  display: inline-block;
  margin: 10px 5px 30px 20px;
}

.shop-area-bnr::after {
  content: '';
  position: absolute;
  bottom: -28%;
  left: 48%;
  display: block;
  width: 12%;
  height: 18%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shop-area-bnr.-std::after {
  background-image: url(../images/pages/service_arrow_standard.svg);
}

.shop-area-bnr.-pro::after {
  background-image: url(../images/pages/service_arrow_pro.svg);
}

.shop-area-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.shop-area #standard, .shop-area #pro {
  margin: 0 -15px 50px;
}

.shop-area-h3 {
  width: 100%;
  height: 102px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.shop-area-h3.-std {
  background-color: #e60012;
}

.shop-area-h3.-std img {
  width: 223.5px;
  height: 62.25px;
}

.shop-area-h3.-pro {
  background-color: #18943b;
}

.shop-area-h3.-pro img {
  width: 101.25px;
  height: 64.5px;
}

.shop-area-text {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.shop-area-table1 {
  width: 100%;
  color: black;
  border-radius: 5px;
  border-collapse: collapse;
  /* css hack IE10以上 */
}

.shop-area-table1 th {
  position: relative;
  padding: 10px 0;
  width: 70px;
  height: 100%;
  text-align: center;
}

.shop-area-table1 th::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  width: 1px;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.shop-area-table1 td {
  padding: 10px;
  height: 100px;
  font-size: 1.3rem;
}

.shop-area-table1.-a {
  background: #89BA40;
}

.shop-area-table1.-b {
  background: #38B8EF;
}

.shop-area-table1.-c {
  background: #E88AB6;
}

.shop-area-table1.-d {
  background: #FFEF24;
}

.shop-area-table1.-pro th {
  background: #89BA40;
  height: 50px;
}

.shop-area-table1.-pro th:after {
  content: none;
}

.shop-area-table2 {
  width: 100%;
  margin-top: 12px;
  color: black;
}

.shop-area-table2-wrap {
  display: none;
}

.shop-area-table2 th,
.shop-area-table2 td {
  text-align: center;
  padding: 5px;
  border: 1px solid #000;
}

.shop-area-table2 thead tr:nth-child(2) th {
  font-weight: normal;
}

.shop-area-table2.-a th {
  background: #DBEAC5;
}

.shop-area-table2.-b th {
  background: #C3EAFA;
}

.shop-area-table2.-c th {
  background: #F8DCE9;
}

.shop-area-table2.-d th {
  background: #FFFABC;
}

.shop-area-table2.-pro th {
  background: #DBEAC5;
}

.shop-area-map {
  margin: 10px 0 60px 0;
}

.shop-area-map img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.shop-area-map-title {
  font-weight: bold;
}

.shop-area-map-text {
  font-size: 1.2rem;
}

.shop-area-pin-map-wrap {
  position: relative;
  margin-bottom: 50px;
}

.shop-area-pin-map-wrap .shop-area-pin {
  position: absolute;
  display: inline-block;
  bottom: 50%;
  left: 50%;
  width: 12%;
}

.shop-area-pin-map-wrap .shop-area-pin.-pin1 {
  bottom: 60%;
  left: 55%;
}

.shop-area-pin-map-wrap .shop-area-pin.-pin2 {
  bottom: 74%;
  left: 75%;
}

.shop-area-pin-map-wrap .shop-area-pin.-pin3 {
  bottom: 35%;
  left: 40%;
}

.shop-area-pin-map-wrap .shop-area-pin.-pin4 {
  bottom: 19%;
  left: 17%;
}

.shop-area-pin-map-wrap .shop-area-pin.-pin5 {
  bottom: 59%;
  left: 59%;
}

.shop-area-pin-map-wrap .shop-area-pin.-pin6 {
  bottom: 23%;
  left: 31%;
}

.shop-area-pin-map-wrap img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.shop-area-modal .modal-body {
  padding: 5px 10px 25px 10px;
}

.shop-area-modal .modal-body td {
  font-weight: normal;
}

.shop-area-modal .close {
  font-size: 50px;
}

.shop-area .shop-area-toggle-text {
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-weight: bold;
}

.shop-area .shop-area-toggle-text.-open {
  font-size: 0;
}

.shop-area .shop-area-toggle-text.-open::before {
  font-size: 1.5rem;
  content: "閉じる▲";
}

.shop-area .nowrap {
  display: inline-block;
  white-space: nowrap;
}

.shop-faq-top-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fffae6;
  padding: 3% 4%;
}

.shop-faq-top-nav-item {
  display: block;
  width: 48%;
  margin: 1%;
  background-color: white;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.shop-faq-top-nav-item:hover {
  text-decoration: none;
  opacity: 0.75;
}

.shop-faq-top-nav-item-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -8px 0 -12px;
  height: 75px;
}

.shop-faq-top-nav-item-img img {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.shop-faq-top-nav-item-text {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  margin-bottom: 10px;
}

.shop-faq-nav {
  margin-bottom: 10px;
  padding-left: 5px;
  list-style-type: none;
  line-height: 1.5;
}

.shop-faq-nav li {
  color: black;
  margin-bottom: 8px;
}

.shop-faq-nav li:before {
  content: ">";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transform: scale(0.5, 1);
          transform: scale(0.5, 1);
}

.shop-faq-nav a {
  color: black;
  text-decoration: underline;
}

.shop-faq-nav a:hover {
  color: #E50012;
}

.shop-faq-fix-link {
  margin-top: -70px;
  padding-top: 110px;
}

.shop-faq-h3 {
  margin: 0 -15px 15px -15px;
  padding: 15px 15px 13px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #f0f0f0;
}

.shop-faq p {
  margin-bottom: 28.8px;
  line-height: 1.8;
}

.shop-faq p a {
  color: black;
  text-decoration: underline;
}

.shop-faq p a:hover {
  color: #E50012;
}

.shop-faq-secure-table {
  width: 100%;
  margin-bottom: 28.8px;
}

.shop-faq-secure-table th,
.shop-faq-secure-table td {
  border: 1px solid #5f5f5f;
}

.shop-faq-secure-table th {
  padding: 1em;
}

.shop-faq-secure-table td {
  padding: 1em;
}

.shop-faq-secure-table .secure-table-h5 {
  margin: 0;
  text-align: center;
  font-weight: bold;
  color: #18943b;
}

.shop-faq-secure-table .secure-table-h6 {
  position: relative;
  display: block;
  margin: 0 auto 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  color: #18943b;
  text-align: center;
  font-weight: bold;
}

.shop-faq-secure-table .secure-table-h6::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  display: inline-block;
  width: 30px;
  height: 1px;
  background-color: #18943b;
}

.shop-faq-secure-table .secure-cards_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 60px;
  border-top: 1px solid #5f5f5f;
  border-left: 1px solid #5f5f5f;
}

.shop-faq-secure-table .secure-cards_wrap .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  min-height: 196px;
  padding: 1em;
  border-right: 1px solid #5f5f5f;
  border-bottom: 1px solid #5f5f5f;
  text-align: center;
}

.shop-faq-secure-table .secure-cards_wrap .item .img {
  width: 100%;
  max-width: 190px;
}

.shop-faq-secure-table .secure-image {
  display: block;
  margin: 20px auto;
  width: 100%;
  max-width: 600px;
}

.shop-guide-nav {
  list-style-type: none;
  margin: 0 0 50px;
  padding: 0;
  text-align: center;
}

.shop-guide-nav li {
  margin: 15px 5px;
}

.shop-guide-nav li a,
.shop-guide-nav li span {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  color: #888888;
  border: 2px solid #888888;
  border-radius: 5px;
  -webkit-transition: color 0.3s, border-color 0.3s;
  transition: color 0.3s, border-color 0.3s;
  min-width: 280px;
}

.shop-guide-nav li.current a,
.shop-guide-nav li.current span,
.shop-guide-nav li a:hover {
  text-decoration: none;
  color: #E50012;
  border-color: #E50012;
}

.shop-guide p {
  margin-bottom: 28.8px;
  line-height: 1.8;
}

.shop-guide p a {
  color: black;
  text-decoration: underline;
}

.shop-guide p a:hover {
  color: #E50012;
}

.shop-guide-img {
  margin: 20px auto 50px;
  max-width: 375px;
  height: auto;
  text-align: center;
  border: 1px solid #707070;
}

.shop-guide-info-box {
  margin: 0 -15px 40px -15px;
  padding: 15px 15px 15px 65px;
  background-color: #C9E8F5;
  background-image: url("../images/pages/shop-guide-info-box-icon.png");
  background-position: 15px 15px;
  background-size: 35px 29px;
  background-repeat: no-repeat;
  line-height: 1.8;
}

.shop-guide-info-box-title {
  font-weight: bold;
}

.shop-guide-panda-title {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin: 0 -15px 15px -15px;
  text-align: center;
}

.shop-guide-panda-title span {
  display: inline-block;
  background-color: white;
  padding: 0 10px;
}

.shop-guide-panda-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 4px;
  background-image: repeating-linear-gradient(to right, #8d8d8d, #8d8d8d 7px, transparent 7px, transparent 17px);
  z-index: -1;
}

.shop-guide-panda-title:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 48px;
  margin-left: -10px;
  background: center left no-repeat url(../images/pages/guide-panda-title.svg);
  vertical-align: middle;
  background-color: white;
}

.shop-guide-title {
  color: #5F5F5F;
  background-color: #EFEFEF;
  margin: 0 -15px 20px -15px;
  padding: 15px 20px;
  font-weight: bold;
}

.info-page-container {
  margin: 20px 0;
}

.info-page-container.-gray {
  background-color: #F4F4F4;
  margin: 0;
  padding: 20px 0;
}

.info-page-container-inner {
  max-width: 540px;
  margin: 0 auto;
}

.info-page-renewal-password-img {
  margin: 50px 0;
  padding: 0 15px;
  text-align: right;
}

.info-page-renewal-password-img img {
  max-width: 100%;
  width: 729px;
  height: auto;
}

.info-page-renewal-password-img .-pc {
  display: none;
}

.info-page-renewal-password-box-warp {
  display: block;
}

.info-page-renewal-password-box {
  position: relative;
  margin: 15px;
  padding: 15px 5px 115px 10px;
  border: 2.5px solid #E50012;
  border-radius: 11px;
  background-color: white;
}

.info-page-renewal-password-box .upper {
  min-height: 115px;
}

.info-page-renewal-password-box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #E50012;
}

.info-page-renewal-password-box .title .left {
  width: 40px;
  min-width: 40px;
}

.info-page-renewal-password-box .title .left img {
  width: 40px;
  height: 40px;
}

.info-page-renewal-password-box .title .right {
  padding-left: 6px;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.info-page-renewal-password-box .arrow {
  margin: 15px 0;
  text-align: center;
}

.info-page-renewal-password-box .arrow img {
  width: 42px;
  height: 32px;
}

.info-page-renewal-password-box .text a {
  color: black;
  text-decoration: underline;
}

.info-page-renewal-password-box .text a:hover {
  color: #E50012;
}

.info-page-renewal-password-box .button {
  position: absolute;
  width: 100%;
  bottom: 25px;
  left: 0;
  text-align: center;
}

.info-page-renewal-password-box .button a {
  display: inline-block;
  padding: 16px 30px;
  min-width: 210px;
  background-color: #E50012;
  color: white;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  border-radius: 25px;
  -webkit-transition: 0.15s background-color;
  transition: 0.15s background-color;
}

.info-page-renewal-password-box .button a:hover {
  background-color: #b2000e;
  text-decoration: none;
}

.info-page-renewal-password-box.-item1 {
  width: auto;
}

.info-page-renewal-password-box.-item2 {
  width: auto;
}

.info-page-renewal-password-box.-item3 {
  width: auto;
}

.style-standard .menu-toggle.close .menu-toggle-bar,
.style-pro .menu-toggle.close .menu-toggle-bar {
  background-color: #c6c6c6;
  opacity: 1;
}

.style-standard .header-simple-delivery.header-border {
  border-color: #e60012;
}

.style-standard .header-simple-delivery-content {
  background-color: #e60012;
}

.style-standard .header-beginners {
  border-color: #e60012;
}

.style-standard .header-shopping {
  background-color: #e60012;
}

.style-standard .header-dropdown-menu {
  background-color: #fffaf5;
}

.style-standard .header-category-parent {
  color: #e60012;
}

.style-standard .header-delivery-btn {
  color: #e60012;
}

.style-standard .menu-category-sp .menu-category-head {
  background-color: #c11920;
}

.style-standard .menu-category-list-inner {
  background-color: rgba(193, 25, 32, 0.1);
}

.style-standard .menu-category-nav-img:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#f9e9e8));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f9e9e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f9e9e8',GradientType=1 );
}

.style-standard .menu-category-list-inner.active,
.style-standard .menu-category-list-inner::after {
  color: #c11920;
}

.style-standard .menu-category-list-child li a:active,
.style-standard .menu-category-list-child li a:hover {
  color: #e60012;
}

.style-standard .menu-list .menu-sale {
  color: #58271e;
}

.style-standard .menu-list .menu-sale::after {
  border-color: #58271e;
}

.style-standard .menu-list .menu-fav {
  color: #95b71f;
}

.style-standard .minicart-btn {
  color: #fff;
  background-color: #e58d00;
}

.style-standard .minicart-btn:hover, .style-standard .minicart-btn:active {
  background-color: #ffa719;
}

.style-standard .minicart-num {
  color: #e60012;
}

.style-standard .menu-toggle .menu-toggle-bar {
  background-color: #e60012;
}

.style-standard .menu-storeinfo {
  background-color: #e60012;
}

.style-standard .category-child-head {
  color: #e60012;
}

.style-pro .header-logo-only.header-border {
  border-color: #18943b;
}

.style-pro .header-simple-delivery.header-border {
  border-color: #18943b;
}

.style-pro .header-simple-delivery-content {
  background-color: #18943b;
}

.style-pro .header-logout,
.style-pro .header-notenter,
.style-pro .header-beginners {
  border-color: #18943b;
}

.style-pro .header-shopping {
  background-color: #18943b;
}

.style-pro .header-dropdown-menu {
  background-color: #f9fff5;
}

.style-pro .header-category-parent {
  color: #18943b;
}

.style-pro .header-delivery-btn {
  color: #18943b;
}

.style-pro .header-notenter-enter .btn-enter,
.style-pro .header-notenter-btn-block .btn-enter {
  color: #fff;
  background-color: #18943b;
  border-color: #18943b;
}

.style-pro .header-notenter-enter .btn-enter:hover,
.style-pro .header-notenter-btn-block .btn-enter:hover {
  color: #fff;
  background-color: #13732e;
  border-color: #11682a;
}

.style-pro .header-notenter-enter .btn-enter:focus, .style-pro .header-notenter-enter .btn-enter.focus,
.style-pro .header-notenter-btn-block .btn-enter:focus,
.style-pro .header-notenter-btn-block .btn-enter.focus {
  color: #fff;
  background-color: #13732e;
  border-color: #11682a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 164, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(59, 164, 88, 0.5);
}

.style-pro .header-notenter-enter .btn-enter.disabled, .style-pro .header-notenter-enter .btn-enter:disabled,
.style-pro .header-notenter-btn-block .btn-enter.disabled,
.style-pro .header-notenter-btn-block .btn-enter:disabled {
  color: #fff;
  background-color: #18943b;
  border-color: #18943b;
}

.style-pro .header-notenter-enter .btn-enter:not(:disabled):not(.disabled):active, .style-pro .header-notenter-enter .btn-enter:not(:disabled):not(.disabled).active,
.show > .style-pro .header-notenter-enter .btn-enter.dropdown-toggle,
.style-pro .header-notenter-btn-block .btn-enter:not(:disabled):not(.disabled):active,
.style-pro .header-notenter-btn-block .btn-enter:not(:disabled):not(.disabled).active,
.show >
.style-pro .header-notenter-btn-block .btn-enter.dropdown-toggle {
  color: #fff;
  background-color: #11682a;
  border-color: #0f5d25;
}

.style-pro .header-notenter-enter .btn-enter:not(:disabled):not(.disabled):active:focus, .style-pro .header-notenter-enter .btn-enter:not(:disabled):not(.disabled).active:focus,
.show > .style-pro .header-notenter-enter .btn-enter.dropdown-toggle:focus,
.style-pro .header-notenter-btn-block .btn-enter:not(:disabled):not(.disabled):active:focus,
.style-pro .header-notenter-btn-block .btn-enter:not(:disabled):not(.disabled).active:focus,
.show >
.style-pro .header-notenter-btn-block .btn-enter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(59, 164, 88, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(59, 164, 88, 0.5);
}

.style-pro .btn-header-icon.btn-sale {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.style-pro .btn-header-icon.btn-sale:hover {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
}

.style-pro .btn-header-icon.btn-sale:focus, .style-pro .btn-header-icon.btn-sale.focus {
  color: #fff;
  background-color: #c0000f;
  border-color: #b3000e;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.style-pro .btn-header-icon.btn-sale.disabled, .style-pro .btn-header-icon.btn-sale:disabled {
  color: #fff;
  background-color: #e60012;
  border-color: #e60012;
}

.style-pro .btn-header-icon.btn-sale:not(:disabled):not(.disabled):active, .style-pro .btn-header-icon.btn-sale:not(:disabled):not(.disabled).active,
.show > .style-pro .btn-header-icon.btn-sale.dropdown-toggle {
  color: #fff;
  background-color: #b3000e;
  border-color: #a6000d;
}

.style-pro .btn-header-icon.btn-sale:not(:disabled):not(.disabled):active:focus, .style-pro .btn-header-icon.btn-sale:not(:disabled):not(.disabled).active:focus,
.show > .style-pro .btn-header-icon.btn-sale.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(234, 38, 54, 0.5);
}

.style-pro .menu-category-sp .menu-category-head {
  background-color: #1e671c;
}

.style-pro .menu-category-list-inner {
  background-color: rgba(30, 103, 21, 0.1);
}

.style-pro .menu-category-nav-img:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#e9efe8));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #e9efe8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e9efe8',GradientType=1 );
}

.style-pro .menu-category-list-inner.active,
.style-pro .menu-category-list-inner::after {
  color: #1e671c;
}

.style-pro .menu-category-list-child li a:active,
.style-pro .menu-category-list-child li a:hover {
  color: #18943b;
}

.style-pro .menu-list .menu-sale {
  color: #e60012;
}

.style-pro .menu-list .menu-sale::before {
  background-image: url(../images/common/icon_sale_sp_pro.svg);
}

.style-pro .menu-list .menu-sale::after {
  border-color: #e60012;
}

.style-pro .menu-list .menu-fav {
  color: #58271e;
}

.style-pro .menu-list .menu-fav::before {
  background-image: url(../images/common/icon_heart_sp_pro.svg);
}

.style-pro .minicart-btn {
  color: #fff;
  background-color: #e58d00;
}

.style-pro .minicart-btn:hover, .style-pro .minicart-btn:active {
  background-color: #ffa719;
}

.style-pro .minicart-num {
  color: #18943b;
}

.style-pro .menu-toggle .menu-toggle-bar {
  background-color: #18943b;
}

.style-pro .menu-storeinfo {
  background-color: #18943b;
}

.style-pro .category-child-head {
  color: #18943b;
}

.style-pro .footer-nav {
  background-color: #18943b;
}

@media (min-width: 375px) {
  .product-list .product-price .price-num-base,
  .product-list .product-price .price-num-tax {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .container-info {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
  }
  .content-inner {
    margin-top: 46px;
  }
  .content-main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: calc(100% - 260px);
  }
  .content-side {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 260px;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 260px;
  }
  .section-title {
    font-size: 2rem;
  }
  .section-content-form {
    margin-top: 40px;
  }
  .section-content-cart {
    margin-top: 40px;
  }
  .section-content-complete {
    margin-top: 40px;
  }
  .section-content-shop {
    margin-top: 40px;
  }
  .section-header + .section-content {
    margin-top: 40px;
  }
  .section-footer {
    margin-top: 80px;
  }
  .section-mypage-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 30px;
  }
  .section-mypage-footer .btn + .btn {
    margin-top: 0;
    margin-left: 22px;
  }
  .section-mypage-footer + .section-footer {
    margin-top: 110px;
  }
  .d-sp {
    display: none;
  }
  .d-pc {
    display: inline-block;
  }
  .alert-productinfo {
    font-size: 1.2rem;
    text-align: left;
  }
  .alert-warning {
    border-width: 3px;
  }
  .alert-danger {
    border-width: 3px;
  }
  .alert-disabled {
    font-size: 1.2rem;
  }
  .btn-mypage-cancel {
    width: auto;
    border-width: 2px;
  }
  .btn-cart {
    font-size: 1.6rem;
  }
  .btn-cart-mypage {
    font-size: 1.4rem;
  }
  .btn-zipcode {
    padding: 5px 14px;
  }
  .btn-triangle {
    margin: 0;
  }
  .modal-important-information .modal-header {
    text-align: left;
  }
  .modal-important-information .btn-close {
    display: none;
  }
  .modal-important-information .modal-header {
    text-align: left;
  }
  .modal-dialog.modal-xl .modal-content {
    padding: 40px;
  }
  .table th,
  .table td {
    padding: 15px 20px;
  }
  .table-form-note {
    font-size: 1.2rem;
  }
  .table-form-mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .table-form-mail th {
    width: 300px;
    max-width: 100%;
  }
  .table-form-mail .form-group {
    width: 100%;
    max-width: 240px;
  }
  .table-form-mail .table-form-note {
    padding-left: 10px;
  }
  .table-timezone .cell-check .form-check-input {
    width: 22px;
    height: 22px;
  }
  .table-timezone .cell-status {
    padding: 8px;
  }
  .table-timezone .cell-time {
    padding: 8px;
  }
  .table-timezone .cell-limit {
    padding: 8px;
  }
  .table-timezone-row {
        grid-template-areas: "cell-check cell-status cell-time cell-limit";
    -ms-grid-rows: 45px;
    grid-template-rows: 45px;
    -ms-grid-columns: 110px 110px 1fr 1fr;
    grid-template-columns: 110px 110px 1fr 1fr;
  }
  .table-timezone-head .cell-status,
  .table-timezone-head .cell-time,
  .table-timezone-head .cell-limit {
    padding: 10px;
  }
  .table-address-btn-block {
    width: 100%;
  }
  .table-address-note {
    font-size: 1.2rem;
  }
  .product-cell-img {
    width: 70px;
  }
  .product-cell-detail {
    padding-left: 30px;
  }
  .product-cell-number {
    display: none;
  }
  .product-cell-name {
    font-size: 1.6rem;
  }
  .product-cell-price .price-base {
    font-size: 1.4rem;
  }
  .product-cell-price .price-tax {
    font-size: 1.1rem;
  }
  .product-cell .alert {
    font-size: 1.4rem;
  }
  .step-block {
    padding-top: 56px;
    padding-bottom: 40px;
  }
  .step li > span {
    padding: 12px 1em 12px 1em;
    font-size: 1.6rem;
  }
  .step-order .step li {
    min-width: 16%;
  }
  .header .navbar-brand .std {
    width: 381px;
    height: 60px;
  }
  .header .navbar-brand .pro {
    width: 320px;
    height: 60px;
  }
  .header .navbar-brand .out {
    width: 259px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header .navbar-brand .out2 {
    width: 259px;
    height: 60px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-tabnav > li {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 118px;
    border-radius: 20px 20px 0 0;
  }
  .header-tabnav > li.pc-sale-btn {
    background: #FFFAE5;
    display: block;
  }
  .header-tabnav > li .tab-link {
    height: 44px;
    padding: 13px 0;
    font-weight: bold;
  }
  .footer {
    padding-top: 110px;
  }
  .footer-nav {
    padding: 14px 120px;
  }
  .footer-bnr-item {
    max-width: 32%;
  }
  .breadcrumb {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 28px;
    overflow-x: hidden;
    background-color: transparent;
  }
  .category-tree {
    display: block;
  }
  .category-tree .list-group-item {
    position: relative;
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .category-tree .list-group-item > a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
  .category-tree .list-group-item > a:hover, .category-tree .list-group-item > a:active {
    font-weight: 700;
    text-decoration: none;
  }
  .category-tree .list-group-item:first-child > a {
    padding-top: 0;
  }
  .important-information {
    max-width: 860px;
    margin: 10px auto;
  }
  .container.inportant-info-margin {
    margin-top: 56px;
    padding: 0 15px 0;
  }
  .minicart-dropdown {
    width: 350px;
    margin-right: -30px;
    top: 200vh;
  }
  .minicart-item-links {
    margin-right: 30px;
  }
  .minicart-item-title {
    min-height: 40px;
  }
  .minicart-item-count .product-count-btn .count-control {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    width: 32px;
  }
  .recommend .price-num .price-num-base,
  .recommend .price-num .price-num-tax {
    font-size: 1.5rem;
  }
  .side-nav {
    padding: 6px 10px;
    border: 1px solid #afafaf;
    border-radius: 6px;
  }
  .side-nav .list-group-item:first-child::before,
  .side-nav .list-group-item:last-child::after {
    display: none;
  }
  .side-info {
    display: block;
    margin-top: 20px;
    padding: 10px;
    background-color: #fffae6;
  }
  .side-note .btn {
    border-width: 2px;
    font-size: 12px;
  }
  .search-category {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-top: 0;
  }
  .search-category .category_arrow {
    background: none;
    padding: 0;
  }
  .search-category .page-title-text.category_arrow {
    font-size: 24px;
  }
  .search-category .item-container {
    margin-top: 20px;
    padding-top: 4px;
    padding-left: 80px;
    position: relative;
  }
  .search-category .item-container:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    width: 52px;
    height: 35px;
    background: url(../images/common/category_arrow_pc.png) no-repeat center;
    background-size: contain;
  }
  .search-category a:hover {
    color: #e60012;
    font-weight: bold;
  }
  .page-title-text .keyword {
    display: inline;
  }
  .product-count-btn .count-control {
    width: 48px;
    margin: 0 5px;
  }
  .product-count-btn .count-control-input {
    width: 74px;
  }
  .product-category-sp {
    display: none;
  }
  .shop-top-inner {
    padding-top: 80px;
  }
  .shop-top-content-box {
    max-width: 580px;
  }
  .shop-top-btns .btn-submit {
    font-size: 19px;
  }
  .shop-top-beginner a {
    font-size: 1.6rem;
  }
  .shop-top-beginner a::before {
    width: 18px;
    height: 26px;
    background-image: url(../images/top/icon_beginner_pc.png);
  }
  .shop-top-bg-pc {
    display: block;
  }
  .shop-top-bg-sp {
    display: none;
  }
  .login-inner {
    width: 860px;
    text-align: left;
  }
  .login-inner p {
    margin: 0;
  }
  .login-form .form-group.form-check {
    text-align: left;
  }
  .received-text {
    text-align: left;
  }
  .received-box {
    margin-top: 34px;
    padding: 32px;
    border-width: 4px;
  }
  .received-box-content {
    margin-top: 30px;
  }
  .received-box-content .btn-triangle-block {
    margin-top: 0;
  }
  .received-box-content .received-list + .btn-triangle-block {
    margin-top: 32px;
    margin-bottom: 10px;
    text-align: right;
  }
  .received-list-item-store {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .received-list-item + .received-list-item {
    margin-top: 28px;
  }
  .received-list-label-delivery {
    display: block;
  }
  .received-list-label .btn-edit {
    margin-left: 50px;
  }
  .received-list-store {
    width: 100%;
  }
  .received-list-store .received-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .received-delivery-address {
    margin-top: 40px;
  }
  .received-delivery-address .btn-edit {
    position: relative;
    margin-left: 20px;
    font-size: 1.2rem;
  }
  .received-store-list {
    margin-top: 40px;
  }
  .received-store-list .store-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .received-address-table .btn-edit-block {
    position: absolute;
    top: 50%;
    right: 12px;
    display: inline-block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .received-address-table th {
    width: 300px;
  }
  .received-time-table-note {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top-wrapper {
    display: block;
  }
  .top-slider {
    background-position: center 183px;
  }
  .top-slider-inner {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 65px;
  }
  .top-slider-inner .slick-dots {
    bottom: 24px;
    font-size: 1.5rem;
  }
  .top-slider-inner .slick-dots li {
    width: 15px;
    height: 15px;
    margin-right: 18px;
    margin-left: 18px;
  }
  .top-slider-inner .slick-dots li button,
  .top-slider-inner .slick-dots li button::before {
    width: 15px;
    height: 15px;
    font-size: 15px;
  }
  .top-slider-item {
    width: 700px;
    height: 325px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .top-slider-item.slick-initialized .slick-slide {
    max-width: 700px;
  }
  .top-slider-arrows {
    top: 180px;
    width: 650px;
    height: 50px;
  }
  .top-slider-arrow {
    width: 50px;
    height: 50px;
  }
  .top-slider-arrow::before {
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  .top-slider-arrow::after {
    width: 26px;
    height: 26px;
    border-width: 4px;
  }
  .top-slider .arrow-prev {
    left: -26px;
  }
  .top-slider .arrow-prev::before {
    left: 0;
  }
  .top-slider .arrow-prev::after {
    left: 28%;
  }
  .top-slider .arrow-next {
    right: -26px;
  }
  .top-slider .arrow-next::before {
    right: 0;
  }
  .top-slider .arrow-next::after {
    right: 28%;
  }
  .service-standard .service-header img {
    width: auto;
    height: auto;
  }
  .service-standard .section-introduction-header img {
    width: auto;
    height: auto;
  }
  .service-standard .section-about-header img {
    width: auto;
    height: auto;
  }
  .service-pro .service-header img {
    width: auto;
    height: auto;
  }
  .service-pro .section-introduction-header img {
    width: auto;
    height: auto;
  }
  .service-pro .section-about-header img {
    width: auto;
    height: auto;
  }
  .customer-alert-box {
    text-align: center;
    margin: 40px auto 0;
  }
  .recommend-list .product-cell {
    width: 100%;
  }
  .recommend-list .product-cell-img {
    width: 136px;
  }
  .recommend-list .product-cell-number {
    font-size: 2rem;
  }
  .recommend-list .product-cell-name {
    font-size: 2rem;
  }
  .recommend-list .product-cell-price .price-base {
    margin-top: 16px;
    font-size: 2rem;
  }
  .recommend-list .product-cell-price .price-base-num {
    font-size: 2.4rem;
  }
  .recommend-list .product-cell-price .price-tax {
    font-size: 2rem;
  }
  .mypage-cc-list table.table tr {
    display: table-row;
    margin-bottom: 0;
    border: none;
  }
  .mypage-cc-list table.table thead tr {
    display: table-row;
  }
  .mypage-cc-list table.table thead tr th,
  .mypage-cc-list table.table td {
    display: table-cell;
    border-right: none;
    border-left: none;
    border-top: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
    padding: 15px;
    vertical-align: middle;
  }
  .mypage-cc-list table.table thead tr th {
    padding: 8px 15px;
  }
  .mypage-cc-list table.table tr th:first-child,
  .mypage-cc-list table.table tr td:first-child {
    padding-top: 15px;
    border-left: 1px solid #afafaf;
  }
  .mypage-cc-list table.table tr th:first-child {
    padding-top: 8px;
  }
  .mypage-cc-list table.table tr th:last-child,
  .mypage-cc-list table.table tr td:last-child {
    padding-bottom: 15px;
    border-right: 1px solid #afafaf;
  }
  .mypage-cc-list table.table tr th:last-child {
    padding-bottom: 8px;
  }
  .mypage-cc-title.-sp {
    display: none;
  }
  .mypage-cc-btn-add {
    width: 280px;
  }
  .mypage-cc-btn-add.-pc {
    display: block;
  }
  .mypage-cc-btn-add.-sp {
    display: none;
  }
  .mypage-cc-btn-delete {
    text-align: center;
  }
  #shop-rule-order, #shop-rule-super {
    padding-top: 200px;
    margin-top: -200px;
  }
  .shop-faq-top-nav-item-img {
    height: 120px;
    padding: 30px 0;
    margin: 0;
  }
  .shop-faq-top-nav-item-img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .shop-faq-top-nav-item-text {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
  .shop-faq-secure-table td {
    padding: 2em;
  }
  .shop-faq-secure-table .secure-cards_wrap .item {
    width: 33.33333%;
  }
  .shop-guide-nav li {
    display: inline-block;
    margin: 5px;
  }
  .shop-guide-nav li a,
  .shop-guide-nav li span {
    min-width: auto;
    min-width: initial;
  }
  .info-page-container {
    margin: 35px 0;
  }
  .info-page-container.-gray {
    padding: 35px 0;
  }
  .info-page-container-inner {
    width: 100%;
    max-width: 1200px;
  }
  .info-page-renewal-password-img {
    margin: 80px 0;
    max-width: 100%;
  }
  .info-page-renewal-password-img img {
    width: 1071px;
  }
  .info-page-renewal-password-img .-pc {
    display: inline-block;
  }
  .info-page-renewal-password-img .-sp {
    display: none;
  }
  .info-page-renewal-password-box-warp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .info-page-renewal-password-box {
    padding: 25px 10px 125px 20px;
    border-width: 5px;
  }
  .info-page-renewal-password-box .upper {
    min-height: 130px;
  }
  .info-page-renewal-password-box .title .left {
    width: 30px;
    min-width: 30px;
  }
  .info-page-renewal-password-box .title .left img {
    width: 30px;
    height: 30px;
  }
  .info-page-renewal-password-box .title .right {
    padding-left: 4px;
    font-size: 16px;
  }
  .info-page-renewal-password-box .arrow {
    margin: 20px 0;
  }
  .info-page-renewal-password-box .button a {
    padding: 13px 26px;
    min-width: 160px;
    font-size: 14px;
  }
  .info-page-renewal-password-box.-item1 {
    width: 40%;
  }
  .info-page-renewal-password-box.-item2 {
    width: 30%;
  }
  .info-page-renewal-password-box.-item3 {
    width: 30%;
  }
  .style-standard .category-tree {
    display: block;
  }
  .style-standard .category-tree .list-group-item > a:hover, .style-standard .category-tree .list-group-item > a:active {
    color: #e60012;
  }
  .style-standard .category-tree .list-group-item.current {
    color: #e60012;
  }
  .style-pro .category-tree {
    display: block;
  }
  .style-pro .category-tree .list-group-item > a:hover, .style-pro .category-tree .list-group-item > a:active {
    color: #18943b;
  }
  .style-pro .category-tree .list-group-item.current {
    color: #18943b;
  }
  .table-timezone .cell-check {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .table-timezone .cell-status {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
  }
  .table-timezone .cell-time {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .table-timezone .cell-limit {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
}

@media (min-width: 992px) {
  body {
    font-size: 1.6rem;
    overflow-y: scroll;
  }
  .container {
    max-width: 100%;
  }
  .content-md-inner {
    width: 1000px;
  }
  .page-title-text {
    font-size: 2.4rem;
  }
  .section-content-shop .section-title.-fix-link {
    margin-top: -70px;
    padding-top: 70px;
  }
  .section-title-dots {
    padding-bottom: 10px;
    font-size: 3rem;
  }
  .section-title-dots::before {
    bottom: 0;
    left: 50%;
    width: 630px;
    height: 6px;
    background-image: url(../images/pages/enter_dots_pc.svg);
  }
  .modal-open .page-top-btn {
    padding-right: 15px;
  }
  .swiper-button-prev:before,
  .swiper-button-next:before {
    display: none;
  }
  .swiper-button-prev,
  .swiper-button-next {
    top: 34.5%;
    width: 30px;
    height: 40px;
    background-color: transparent;
    border-radius: initial;
  }
  .swiper-button-prev {
    left: -13px;
  }
  .swiper-button-next {
    right: -13px;
  }
  .recommend .swiper-button-prev,
  .recommend .swiper-button-next {
    top: 46.5%;
  }
  .recommend .swiper-button-prev {
    left: -13px;
  }
  .recommend .swiper-button-next {
    right: -13px;
  }
  .top-pickup .swiper-button-disabled,
  .recommend .swiper-button-disabled {
    display: none;
  }
  .alert-warning .alert-heading {
    font-size: 1.6rem;
  }
  .alert-visitor {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 2px solid #007be5;
  }
  .alert-change-order {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 1.4rem;
    text-align: center;
    border-bottom: 2px solid #007be5;
    border-top: none;
  }
  .badge-required {
    padding: 8px 12px;
    font-size: 1.2rem;
    border-radius: 6px;
  }
  .badge-important-info {
    font-size: 1.2rem;
  }
  .btn {
    font-size: 1.6rem;
  }
  .btn-enter {
    padding: 8px 25px;
  }
  .btn-mypage-action {
    font-size: 2rem;
    border-width: 2px;
  }
  .btn-history-cancel {
    font-size: 1.2rem;
  }
  .btn-history-inquiry {
    font-size: 1.2rem;
  }
  .btn-pickup-list {
    bottom: auto;
    bottom: initial;
    left: auto;
    left: initial;
    top: 50%;
    right: 10px;
    font-size: 1.2rem;
    padding: 8px 14px 8px 26px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .btn-pickup-list::before {
    right: auto;
    right: initial;
    left: 6px;
  }
  .btn-cart-clear {
    font-size: 1.2rem;
  }
  .btn-edit,
  .btn-edit-red {
    padding: 6px 14px;
    font-size: 1.2rem;
  }
  .btn-cart-edit {
    padding: 6px 14px;
    font-size: 1.2rem;
  }
  .btn-cart-delete {
    padding: 6px 14px;
    font-size: 1.2rem;
  }
  .btn-cart-fav {
    font-size: 1.4rem;
  }
  .btn-address {
    font-size: 1.2rem;
  }
  .btn-zipcode {
    font-size: 1.2rem;
  }
  .btn-triangle {
    font-size: 2rem;
  }
  .btn-submit-lg {
    font-size: 2rem;
  }
  .btn-submit-outline-lg {
    font-size: 2rem;
    border-width: 2px;
  }
  .btn-registration {
    border-width: 2px;
  }
  .btn-header-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 58px;
    height: 100%;
    margin-left: 1px;
    padding: 6px 3px;
    font-size: 1rem;
    border-radius: 0;
  }
  .modal-dialog.modal-xl {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
  .table-block-label + .form-required-note {
    margin-top: 15px;
  }
  .table-block-box {
    margin-top: 22px;
    padding: 24px 40px;
  }
  .table-form .form-text {
    font-size: 1.2rem;
  }
  .table-form td {
    border-width: 1px 0 0 1px;
  }
  .table-form .form-group {
    width: 100%;
    max-width: 250px;
  }
  .table-row dt {
    width: 28%;
    padding: 15px 68px 15px 20px;
  }
  .table-row dt .badge {
    right: 20px;
  }
  .table-row dd {
    width: 72%;
    padding: 15px 20px;
  }
  .table-row dd.has-edit-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table-row dd.has-edit-btn .btn {
    width: 150px;
    margin-top: 0;
    margin-left: auto;
  }
  .table-cell-edit .btn-edit {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 150px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .table-col {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .table-col dt,
  .table-col dd {
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
  }
  .table-favorite-block {
    margin-top: 10px;
  }
  .table-favorite-block .product-cell-name {
    margin-bottom: 0.5rem;
  }
  .table-favorite-block .product-popover {
    right: auto;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
  }
  .table-favorite dt:nth-child(1),
  .table-favorite dd:nth-child(1) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90px;
  }
  .table-favorite dt:nth-child(2) .product-cell-price,
  .table-favorite dd:nth-child(2) .product-cell-price {
    display: none;
  }
  .table-favorite dt:nth-child(2) .product-cell-img,
  .table-favorite dd:nth-child(2) .product-cell-img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: auto;
  }
  .table-favorite dt:nth-child(2) .product-cell-img img,
  .table-favorite dd:nth-child(2) .product-cell-img img {
    max-width: 70px;
  }
  .table-favorite dt:nth-child(2) .product-cell-img .alert-disabled,
  .table-favorite dd:nth-child(2) .product-cell-img .alert-disabled {
    display: none;
  }
  .table-favorite dt:nth-child(2) .product-cell-detail,
  .table-favorite dd:nth-child(2) .product-cell-detail {
    width: 100%;
  }
  .table-favorite dt:nth-child(3),
  .table-favorite dd:nth-child(3) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 180px;
  }
  .cart-cell {
    display: table-cell;
    padding: 15px 20px;
  }
  .table-cart-wrapper {
    margin-top: 105px;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
  }
  .table-cart-row.disabled .cart-cell {
    position: relative;
  }
  .table-cart-row.disabled .cart-cell::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
  }
  .table-cart {
    display: table;
    border-collapse: collapse;
  }
  .table-cart-row, .table-cart-row-header {
    display: table-row;
    border-top: 1px solid #afafaf;
    border-left: 1px solid #afafaf;
  }
  .table-cart-row-header {
    background-color: #f0f0f0;
  }
  .table-cart-row-header .cart-cell {
    font-weight: 700;
    text-align: center;
  }
  .table-cart .cart-cell {
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
  }
  .table-cart .cart-title,
  .table-cart .cart-title-mypage {
    width: auto;
  }
  .table-cart .cart-num,
  .table-cart .cart-subtotal,
  .table-cart .cart-delete {
    text-align: center;
    vertical-align: middle;
  }
  .table-cart .cart-num .cart-cell-inner,
  .table-cart .cart-subtotal .cart-cell-inner,
  .table-cart .cart-delete .cart-cell-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table-cart .cart-price {
    text-align: center;
    vertical-align: middle;
  }
  .table-cart .cart-price .cart-cell-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table-cart .cart-num {
    width: 108px;
  }
  .table-cart .cart-num .cart-cell-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table-cart .cart-num .cart-cell-inner .form-row {
    z-index: 0;
    width: 100%;
  }
  .table-cart .cart-num-max {
    margin: 3px -1.5em;
  }
  .table-cart .cart-num-note {
    display: none;
  }
  .table-cart .cart-delete {
    width: 100px;
  }
  .table-cart .cart-title {
    width: 600px;
  }
  .table-cart .cart-title-mypage {
    width: 500px;
  }
  .table-cart .cart-price {
    width: 250px;
  }
  .table-cart-sp {
    display: none;
  }
  .table-cart-product .alert-productinfo {
    font-size: 1.6rem;
  }
  .table-cart-confirm .cart-tax {
    width: 100px;
    text-align: center;
    vertical-align: middle;
  }
  .table-cart-confirm .cart-num {
    width: 108px;
  }
  .table-cart-confirm .cart-btn {
    width: 200px;
    text-align: center;
    vertical-align: middle;
  }
  .table-cart-confirm .cart-title {
    max-width: 600px;
  }
  .table-cart-confirm .cart-price {
    max-width: 230px;
  }
  .table-cart-confirm .cart-subtotal {
    width: 160px;
  }
  .table-order-detail .cart-tax {
    width: 100px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
  }
  .table-order-detail .cart-num {
    width: 108px;
    padding: 5px;
  }
  .table-order-detail .cart-btn {
    min-width: 230px;
    text-align: center;
    vertical-align: middle;
    padding: 5px;
  }
  .table-order-detail .cart-title {
    max-width: 600px;
  }
  .table-order-detail .cart-price {
    max-width: 230px;
    padding: 5px;
  }
  .table-order-detail .cart-subtotal {
    width: 160px;
    padding: 5px;
  }
  .table-link-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-right: 0;
    padding-left: 0;
  }
  .table-link-item {
    margin-right: 15px;
    margin-left: 15px;
  }
  .table-payment-wrapper {
    margin: 8px auto auto;
    padding: 20px 30px;
  }
  .table-payment + .table-payment {
    margin-top: 50px;
  }
  .table-payment-header {
    padding: 8px 16px;
  }
  .table-payment-body {
    padding: 15px 20px;
  }
  .table-payment-cc {
    padding: 0;
  }
  .table-payment-cc-list .payment-option {
    display: table-row;
    padding: 0;
    border: none;
  }
  .table-payment-cc-list .payment-option td {
    display: table-cell;
    padding: 15px 20px;
    border-bottom: 1px solid #afafaf;
  }
  .table-payment-cc-list .payment-option td:first-child {
    padding-left: 36px;
  }
  .table-payment-cc-new {
    padding: 20px 20px 20px 36px;
  }
  .table-payment-cc-new-register .cc-check .form-check-label {
    display: none;
  }
  .table-payment-cc-new-check + .table-payment-cc-new-register {
    margin-top: 15px;
    margin-left: 24px;
  }
  .table-address-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 34px;
  }
  .table-address-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 910px;
  }
  .table-address-cell {
    max-width: 620px;
    padding: 15px 20px;
  }
  .table-address-cell.table-address-head {
    max-width: 290px;
    border-right: 1px solid #afafaf;
  }
  .table-address-btns {
    max-width: 290px;
    border-left: 1px solid #afafaf;
  }
  .step li {
    min-width: 200px;
    margin-left: 16px;
  }
  .step li::after {
    border-left-width: 20px;
  }
  .step li:first-of-type {
    padding: 12px 1em 12px 1em;
    font-size: 1.6rem;
  }
  .form-control {
    height: 30px;
  }
  .form-inline input + button {
    margin-left: 13px;
  }
  .form-check-inline + .form-check-inline {
    margin-left: 20px;
  }
  .form-zipcode {
    max-width: 185px;
  }
  .form-inline-tel .form-control {
    width: 5em;
  }
  .form-required-note {
    margin-top: 35px;
  }
  .form-confirm-text {
    margin-top: 10px;
    margin-bottom: 28px;
  }
  .form-alert-note {
    margin-top: 34px;
    font-size: 1.4rem;
  }
  .header-simple-delivery.header-border {
    border-bottom: 6px solid #e60012;
  }
  .header-simple-delivery .navbar {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .header-simple-delivery .navbar-brand .std,
  .header-simple-delivery .navbar-brand .pro {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .header-simple-delivery-content .header-delivery-store-label::after,
  .header-simple-delivery-content .header-delivery-store-label2::after {
    width: 44px;
    height: 26px;
  }
  .header-simple-delivery-content {
    width: auto;
    padding: 8px;
    min-width: 390px;
    margin: 25px 0 0;
  }
  .header-notenter-block {
    margin-left: 10px;
    white-space: nowrap;
  }
  .header-main {
    width: auto;
  }
  .header-btn {
    font-size: 1.2rem;
  }
  .header-nav {
    display: block;
  }
  .header-tabnav {
    margin: 5px auto 0;
    padding: 5px 0 0;
  }
  .header-tabnav > li.case-pagetop-hidden {
    display: none;
  }
  .header-dropdown-menu > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .header-category-pc {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-category-btn-pc {
    display: block;
  }
  .header-category-btn-sp {
    display: none;
  }
  .header-delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .header-delivery-btn {
    font-size: 1.2rem;
  }
  .header-search-pc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 10%;
  }
  .header-search-sp {
    display: none;
  }
  .header-sp {
    display: none;
  }
  .modal-open .header.header-fixed .header-shopping {
    padding-right: 15px;
  }
  .footer-bnr-item + .footer-bnr-item {
    margin-top: 0;
    margin-left: 6px;
  }
  .footer-links {
    font-size: 1.2rem;
  }
  .footer-copyright {
    font-size: 1.2rem;
  }
  .information {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .information-list time {
    width: 7.5em;
  }
  .information-link a {
    margin-right: 30px;
  }
  .minicart {
    margin: 5px 8px 5px 12px;
    padding-left: 12px;
  }
  .minicart-cart-button {
    margin-left: 15px;
  }
  .minicart-cart {
    margin-left: 15px;
  }
  .minicart-dropdown {
    margin-top: 4px;
  }
  .minicart-dropdown-inner {
    max-height: calc(100vh - 350px);
  }
  .minicart-btn {
    height: 40px;
    padding: 11px 10px;
    font-size: 1.2rem;
  }
  .recommend {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
  .recommend-title {
    padding: 12px;
  }
  .recommend-inner {
    padding: 0 15px;
  }
  .recommend-item {
    width: initial;
    max-width: initial;
  }
  .recommend-item .product-badge .badge {
    width: 32.3%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  .search-category .item-lists a {
    padding: 10px;
    border-radius: 10px;
  }
  .search-category .item-lists a:hover {
    text-decoration: none;
    background: #ffe888;
  }
  .product-badge {
    margin: 4px -2px;
  }
  .product-price {
    font-size: 1.4rem;
  }
  .product-price .price-num {
    color: #e60012;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1;
  }
  .product-price .price-num-base, .product-price .price-num-tax {
    font-weight: 700;
    font-size: 1.4rem;
  }
  .product-price .price-num:first-child {
    font-size: 1.4rem;
  }
  .product-price-table {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    line-height: 1.3;
  }
  .product-price-table td {
    padding: 0;
    font-size: 1.2rem;
    text-align: right;
    white-space: nowrap;
  }
  .product-price-table td:first-child {
    width: 4em;
  }
  .product-price-table td:last-child {
    padding-left: 5px;
  }
  .product-price-table tr:first-child td:last-child {
    font-size: 1.4rem;
  }
  .product-price-table tr:last-child td:last-child {
    font-size: 1.2rem;
  }
  .product-list .product-price .price-num-base,
  .product-list .product-price .price-num-tax {
    font-size: 2rem;
  }
  .product-popover {
    border-width: 2px;
  }
  .product-popover .product-popover-text {
    display: inline-block;
  }
  .product-list > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .product-list-item {
    margin-top: 100px;
    position: relative;
    width: 100%;
    padding-right: 17px;
    padding-left: 17px;
  }
  .product-list-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .product-list-item-title {
    font-size: 1.6rem;
  }
  .product-detail-main {
    padding-right: 15px;
    padding-left: 15px;
  }
  .product-detail-media {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53%;
        -ms-flex: 0 0 53%;
            flex: 0 0 53%;
    max-width: 53%;
    padding-right: 0;
    padding-left: 0;
  }
  .product-detail-images-nav {
    display: block;
    margin: 10px 10px 0;
  }
  .product-detail-notice {
    margin: 5px 0 0 15px;
  }
  .product-detail-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 47%;
    margin-top: 0;
  }
  .product-detail-content .product-spinner input {
    width: 66px;
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 2.3rem;
  }
  .product-detail-price {
    margin-top: 40px;
  }
  .product-detail-price {
    margin-top: 40px;
  }
  .product-detail-price .price-num,
  .product-detail-price .price-num-unit {
    color: #e60012;
  }
  .product-detail-price .price-num {
    font-weight: 700;
  }
  .product-detail-price .product-detail-price-base,
  .product-detail-price .product-detail-price-tax {
    font-size: 2rem;
    white-space: nowrap;
  }
  .product-detail-price .product-detail-price-base .price-num,
  .product-detail-price .product-detail-price-tax .price-num {
    font-size: 3.2rem;
  }
  .product-detail-price .product-detail-price-base .price-num-unit,
  .product-detail-price .product-detail-price-tax .price-num-unit {
    font-size: 2.4rem;
  }
  .product-detail-status {
    font-size: 1.6rem;
  }
  .product-detail-btn .count-control-input {
    width: 80px;
  }
  .product-detail-desc p {
    padding: 0 40px;
  }
  .product-detail + .recommend {
    margin-top: 100px;
  }
  .product-action {
    text-align: right;
    margin-bottom: 15px;
  }
  .product-action-fav {
    font-size: 13px;
  }
  .product-detail-content .product-select {
    width: 120px;
  }
  .product-detail-content .product-select select {
    height: 50px;
    font-size: 1.6rem;
  }
  #product-info-modal .modal-content .modal-body {
    padding: 30px 50px 15px;
  }
  .feature-inner {
    margin-right: 0;
    margin-left: 0;
    padding: 0 36px;
  }
  .feature-item {
    width: 124px;
    padding: 0 12px;
  }
  .bnr-list-content {
    margin: 0 -11px;
  }
  .bnr-list-item {
    margin: 7px 11px;
  }
  .login-form .btn {
    font-size: 1.5rem;
  }
  .login-registration .btn {
    font-size: 1.5rem;
  }
  .received-service-select label {
    margin: 40px 15px;
  }
  .received-service-select .received-service-image {
    width: 360px;
  }
  .received-time-table-note {
    font-size: 1.2rem;
  }
  .top-main {
    padding-left: 35px;
  }
  .top-pickup {
    margin-top: 50px;
  }
  .top-pickup:first-child {
    margin-top: 70px;
  }
  .top-pickup-title {
    margin-bottom: 35px;
  }
  .top-pickup-inner {
    margin: 0;
    padding: 0 15px;
  }
  .top-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
    margin-left: -10px;
  }
  .top-banner img {
    margin-bottom: 50px;
  }
  .top-banner + .top-pickup {
    margin-top: 0;
  }
  .top-banner-item {
    width: 50%;
    margin: 0 10px;
  }
  .top-banner-item + .top-banner-item {
    margin-top: 0;
  }
  .beginner-section-title {
    font-size: 3rem;
  }
  .beginner-mv {
    height: 450px;
    background-image: url(../images/pages/mv_beginner_pc.jpg);
  }
  .beginner-about-header {
    padding: 28px 0;
    font-size: 3.2rem;
  }
  .beginner-about-content {
    max-width: 1200px;
    padding: 60px 10px;
  }
  .beginner-about-title {
    font-size: 3.2rem;
  }
  .beginner-about-item {
    padding-top: 48px;
    padding-bottom: 20px;
    background-size: 528px 264px;
  }
  .beginner-about-item-inner {
    width: 65%;
  }
  .beginner-about-item-title {
    font-size: 2.8rem;
  }
  .beginner-about-item-title .text-accent {
    font-size: 3rem;
  }
  .beginner-about-item p {
    font-size: 1.6rem;
  }
  .beginner-about-item:nth-child(1) {
    padding-top: 48px;
    background-image: url(../images/pages/about01_pc.jpg);
    background-position: top right;
  }
  .beginner-about-item:nth-child(1)::before {
    bottom: -35px;
    left: 398px;
    width: 97px;
    height: 118px;
    background-image: url(../images/pages/chara01_pc.png);
  }
  .beginner-about-item:nth-child(2) .beginner-about-item-inner {
    width: 62%;
  }
  .beginner-about-item:nth-child(2) {
    background-image: url(../images/pages/about02_pc.jpg);
  }
  .beginner-about-item:nth-child(2) .beginner-about-item-title {
    text-align: right;
  }
  .beginner-about-item:nth-child(2)::before {
    top: 0;
    right: 530px;
    width: 85px;
    height: 108px;
    background-image: url(../images/pages/chara02_pc.png);
  }
  .beginner-about-item + .beginner-about-item {
    margin-top: 70px;
  }
  .beginner-feature {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .beginner-feature-header::before {
    width: 436px;
    height: 6px;
    background-image: url(../images/pages/beginner_feature_dots_pc.svg);
  }
  .beginner-feature-title {
    font-size: 3rem;
  }
  .beginner-feature-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 60px;
  }
  .beginner-feature-item {
    width: 31.5%;
    margin-right: 0.9%;
    margin-left: 0.9%;
    padding-right: 14px;
    padding-bottom: 20px;
    padding-left: 14px;
    font-size: 1.6rem;
    border-width: 4px;
    border-radius: 15px;
  }
  .beginner-feature-item::before {
    height: 130px;
  }
  .beginner-feature-item:nth-child(1)::before {
    background-image: url(../images/pages/feature01_pc.png);
    background-size: 79px 94px;
  }
  .beginner-feature-item:nth-child(2)::before {
    background-image: url(../images/pages/feature02_pc.png);
    background-size: 138px 93px;
  }
  .beginner-feature-item:nth-child(3)::before {
    background-image: url(../images/pages/feature03_pc.png);
    background-size: 67px 91px;
  }
  .beginner-feature-item-title {
    font-size: 2.4rem;
  }
  .beginner-feature-item-title::after {
    display: block;
    width: 48px;
    height: 5px;
    background-image: linear-gradient(to right, transparent, transparent 2px, #e60012 2px, #e60012 7px, transparent 7px, transparent 9px);
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: 10px 5px;
    content: '';
  }
  .beginner-feature-item + .beginner-feature-item {
    margin-top: 0;
  }
  .beginner-howto {
    padding: 60px 0 40px;
  }
  .beginner-howto-header::before {
    width: 500px;
    height: 6px;
    background-image: url(../images/pages/beginner_howto_dots_pc.svg);
  }
  .beginner-howto-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding-top: 36px;
  }
  .beginner-howto-item {
    font-size: 2.4rem;
  }
  .beginner-howto-item:not(:last-child) {
    margin-bottom: 0;
  }
  .beginner-howto-item:not(:last-child)::after {
    top: 50%;
    bottom: initial;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .beginner-howto-item p {
    width: auto;
    margin-top: 32px;
  }
  .beginner-howto-item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 0;
    background-color: transparent;
    border-radius: 15px;
  }
  .beginner-howto-item::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .beginner-howto-item:not(:last-child)::after {
    right: -72px;
    left: initial;
    width: 34px;
    height: 68px;
    background-image: url(../images/pages/howto_arrow_pc.png);
  }
  .beginner-howto-item p {
    width: 100%;
  }
  .beginner-howto-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    height: 107px;
  }
  .beginner-howto .faq-btn-container {
    padding: 0;
  }
  .beginner-howto .faq-btn-container .faq-link {
    font-size: 2.5rem;
    display: inline;
    padding: 10px 50px;
    -webkit-transition: .3s ease background;
    transition: .3s ease background;
  }
  .beginner-howto .faq-btn-container .faq-link:hover {
    text-decoration: none;
    background: #b3000e;
    -webkit-transition: .3s ease background;
    transition: .3s ease background;
  }
  .enter-block {
    padding: 63px 0;
    background-image: url(../images/pages/enter_bg_pc.jpg);
  }
  .enter-box {
    padding: 38px 0 40px;
    border-radius: 15px;
  }
  .enter-content {
    margin-top: 40px;
  }
  .enter-btn-block .btn {
    width: 326px;
  }
  .enter-btn-block + .enter-btn-block {
    margin-top: 40px;
  }
  .enter-btn-label {
    font-size: 2.4rem;
  }
  .beginner-wrapper + .footer {
    padding-top: 70px;
  }
  .service-box {
    padding-top: 48px;
    padding-bottom: 48px;
    border-radius: 15px;
  }
  .service-mv {
    padding-top: 48px;
    padding-bottom: 48px;
    background-image: url(../images/pages/mv_service_pc.jpg);
  }
  .service-mv-title {
    margin-bottom: 28px;
    font-size: 3.2rem;
    line-height: 1.7;
  }
  .service-mv-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .service-mv-btn {
    margin-right: 13px;
    margin-left: 13px;
  }
  .service-mv-btn::after {
    bottom: -44px;
    width: 34px;
    height: 26px;
  }
  .service-detail {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .service-detail-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 60px;
    border-top: none;
    border-right: 1px solid #d0d0d0;
    border-bottom: none;
    border-left: 1px solid #d0d0d0;
  }
  .service-detail-list li {
    width: 25%;
    padding-top: 24px;
    padding-bottom: 4px;
  }
  .service-detail-list li:not(:last-child) {
    border-right: 1px solid #d0d0d0;
    border-bottom: none;
  }
  .service-detail-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service-detail-title {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  .service-detail-img {
    width: 100%;
  }
  .service-detail-text .zeikomi {
    font-size: 2rem;
  }
  .service-detail-text {
    width: 100%;
    margin-top: 34px;
    font-size: 1.8rem;
  }
  .service-detail-text .text-accent {
    font-size: 2.2rem;
  }
  .service-detail-text .detail-label {
    font-size: 1.4rem;
  }
  .service-detail-text .detail-label-text {
    font-size: 1.6rem;
    line-height: 1.2;
  }
  .service-detail-text .detail-label-text-sm {
    font-size: 1.4rem;
  }
  .service-detail-price {
    width: 100%;
    margin-top: 34px;
  }
  .service-detail-price .service-detail-text {
    margin-top: 0;
  }
  .service-detail-inner {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-stores {
    padding: 52px 0;
    background-image: url(../images/pages/service_store_bg_pc.jpg);
  }
  .service-stores-box {
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .service-stores-box p {
    margin-top: 16px;
    font-size: 1.6rem;
  }
  .service-stores-header::before {
    width: 200px;
    height: 6px;
    background-image: url(../images/pages/service_store_dots_standard_pc.svg);
  }
  .service-stores-title {
    font-size: 3rem;
  }
  .service-stores-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 52px;
  }
  .service-stores-btn {
    margin-top: 38px;
  }
  .service-store-box {
    padding-top: 26px;
    padding-bottom: 26px;
    padding-left: 130px;
    font-size: 1.4rem;
    border-radius: 15px;
  }
  .service-store-box::before {
    left: 30px;
    width: 80px;
    height: 63px;
  }
  .service-store-box {
    width: 485px;
    max-width: 50%;
    margin-right: 5px;
    margin-left: 5px;
    border-width: 2px;
  }
  .service-store-box + .service-store-box {
    margin-top: 0;
  }
  .service-store-label {
    font-size: 1.6rem;
  }
  .service-faq {
    padding: 40px 0 62px;
  }
  .service-faq-lists {
    max-width: 1060px;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 70px;
    border-radius: 15px;
  }
  .service-faq-lists dt {
    padding-left: 50px;
  }
  .service-faq-lists dt::before {
    top: 26px;
    width: 12px;
    height: 12px;
  }
  .service-faq-lists dt.active::before {
    top: 30px;
  }
  .service-faq-lists dd {
    padding-right: 50px;
    padding-left: 50px;
  }
  .service-faq-list li {
    padding-left: 1em;
    line-height: 1.4;
  }
  .service-faq-list li::before {
    position: absolute;
    top: 0;
    left: 0;
  }
  .service-faq-list li + li {
    margin-top: 0;
  }
  .service-pro .service-stores-header::before {
    background-image: url(../images/pages/service_store_dots_pro_pc.svg);
  }
  .service-wrapper + .footer {
    padding-top: 70px;
  }
  .customer-edit-text {
    margin-top: 40px;
    margin-bottom: 53px;
    text-align: center;
  }
  .customer-text {
    margin: 39px;
    margin-bottom: 53px;
    text-align: center;
  }
  .customer-terms-box h3 {
    font-size: 2rem;
  }
  .content-order .table-coupon th {
    font-size: 1.6rem;
  }
  .content-order .table-tax-wrapper {
    margin-top: 32px;
    padding-top: 30px;
    padding-bottom: 35px;
    background-color: #f0f0f0;
  }
  .content-order .table-coupon .status-checkbox {
    display: none;
  }
  .content-order .table-coupon-check {
    border-right: none;
    padding-right: 0;
    width: 150px;
  }
  .content-order .table-coupon-check label {
    margin-bottom: 0;
  }
  .content-order .table-coupon-item {
    border-left: none;
    padding-left: 0;
  }
  .content-order .table-coupon-term {
    width: 320px;
  }
  .content-order .table-coupon .active .table-coupon-check label {
    color: #e58d00;
    font-weight: 700;
  }
  .content-order .table-shortage {
    margin-top: 52px;
  }
  .content-order .card-registered-cell {
    text-align: right;
  }
  .order-age-check-btn {
    margin-top: 40px;
  }
  .order-cart-edit-block {
    margin-top: 22px;
  }
  .order-complete-header {
    font-size: 2rem;
  }
  .order-num-line {
    font-size: 2rem;
  }
  .order-num {
    font-size: 2.4rem;
  }
  .order-block-label + .form-required-note {
    margin-top: 15px;
  }
  .mypage-status {
    margin-top: 30px;
  }
  .mypage-recommend-block {
    margin-top: 30px;
  }
  .mypage-recommend-list-block {
    margin-top: 24px;
  }
  .recommend-list .product-cell {
    width: calc(50% - 20px);
    margin: 10px;
  }
  .recommend-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    margin-top: -10px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    background-color: #fff;
  }
  .history-list-item {
    padding: 20px 25px;
  }
  .history-list-footer {
    margin-top: 40px;
  }
  .history-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history-item-detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 25px;
  }
  .history-item-detail p + p {
    margin-left: 2em;
  }
  .history-item-btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 130px;
    margin-top: 0;
    padding: 5px 0;
  }
  .history-item-btn-block .btn + .btn {
    margin-left: 0;
  }
  .history-item-btn-block .btn:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .history-item-btn-block .btn:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .history-option {
    margin-top: 28px;
    margin-bottom: 25px;
  }
  .history-option-item {
    display: inline-block;
  }
  .history-option-item + .history-option-item {
    margin-top: 0;
    margin-left: 20px;
  }
  .mypage-cc-add .table-payment {
    border: none;
  }
  #shop-rule-order, #shop-rule-super {
    padding-top: 150px;
    margin-top: -150px;
  }
  .shop-rule-page-link1, .shop-rule-page-link2 {
    margin: 20px;
    padding: 18px 15px 12px;
    width: auto;
    min-width: 350px;
    font-size: 20px;
    border-radius: 7px;
  }
  .shop-rule-page-link1:after, .shop-rule-page-link2:after {
    display: block;
    margin: 4px auto 0;
  }
  .shop-ruletouse .section-content-shop p {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .shop-area-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 50px;
  }
  .shop-area-bnr {
    margin: 20px 5px 50px 20px;
  }
  .shop-area-row {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .shop-area-row > * {
    width: 48.75%;
  }
  .shop-area #standard, .shop-area #pro {
    margin: 0 0 50px;
  }
  .shop-area-h3 {
    height: 143px;
  }
  .shop-area-h3.-std img {
    width: 298px;
    height: 83px;
  }
  .shop-area-h3.-pro img {
    width: 135px;
    height: 86px;
  }
  .shop-area-text {
    margin-bottom: 10px;
  }
  .shop-area-table1 td {
    font-size: 1.5rem;
  }
  .shop-area-table1 td.lots-of-area {
    padding-bottom: 24px;
  }
  .shop-area-table1.-pro th {
    height: 100px;
  }
  .shop-area-map {
    margin: 30px 0 40px 0;
  }
  .shop-area-map-title {
    font-size: 1.2rem;
  }
  .shop-area .shop-area-toggle-text.-open::before {
    font-size: 1.6rem;
  }
  .shop-faq-top-nav-item-img {
    padding: 20px 0;
  }
  .shop-faq-top-nav-item-text {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .shop-faq-nav {
    margin-bottom: 50px;
    padding-left: 30px;
    font-size: 1.8rem;
  }
  .shop-faq-fix-link {
    margin-top: 0;
    padding-top: 50px;
  }
  .shop-faq-h3 {
    margin: 0 0 15px 0;
  }
  .shop-guide-nav {
    margin: 0 0 80px;
    text-align: left;
  }
  .shop-guide-img {
    margin: 20px 0 60px;
    max-width: auto;
    max-width: initial;
  }
  .shop-guide-img:last-child {
    margin-bottom: 90px;
  }
  .shop-guide-info-box {
    line-height: 1.5;
    margin-right: 0;
    margin-left: 0;
  }
  .shop-guide-panda-title {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }
  .shop-guide-panda-title span {
    padding-left: 0;
  }
  .shop-guide-title {
    margin-right: 0;
    margin-left: 0;
  }
  .shop-guide .-sp {
    display: none;
  }
  .info-page-renewal-password-img {
    padding: 0 15px 0 50px;
  }
  .info-page-renewal-password-box .title .left {
    width: 42px;
    min-width: 42px;
  }
  .info-page-renewal-password-box .title .left img {
    width: 42px;
    height: 42px;
  }
  .info-page-renewal-password-box .title .right {
    padding-left: 6px;
    font-size: 20px;
  }
  .info-page-renewal-password-box .button a {
    padding: 15px 30px;
    min-width: 210px;
    font-size: 16px;
  }
  .info-page-renewal-password-box.-item1 {
    width: 40%;
  }
  .info-page-renewal-password-box.-item2 {
    width: 30%;
  }
  .info-page-renewal-password-box.-item3 {
    width: 30%;
  }
  .style-standard .header-logo-only {
    border-bottom: 6px solid #e60012;
  }
  .style-standard .header-logo-only.header-border {
    border-color: #e60012;
  }
  .style-standard .minicart {
    border-left: 2px solid #c11920;
  }
  .style-pro .header-logo-only {
    border-bottom: 6px solid #18943b;
  }
  .style-pro .minicart {
    border-left: 2px solid #1e671c;
  }
}

@media (min-width: 992px) and (min-width: 992px) {
  .table-form .form-address {
    max-width: 400px;
  }
  .table-form .form-email {
    max-width: 350px;
  }
}

@media (min-width: 1100px) {
  .header-delivery-store {
    font-size: 1.4rem;
    letter-spacing: -0.02rem;
  }
  .product-price .price-num-base, .product-price .price-num-tax {
    font-size: 1.8rem;
  }
  .product-price-table td:last-child {
    padding-left: 8px;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1230px;
  }
  .header-shopping-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-dropdown-menu > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 14.28571%;
        -ms-flex: 0 0 14.28571%;
            flex: 0 0 14.28571%;
    max-width: 14.28571%;
  }
  .product-price .price-num-base, .product-price .price-num-tax {
    font-size: 2rem;
  }
  .product-price-table td:first-child {
    width: 4em;
  }
  .product-price-table td:last-child {
    padding-left: 15px;
  }
  .product-list > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .product-list-item {
    position: relative;
    width: 100%;
    padding-right: 17px;
    padding-left: 17px;
  }
  .product-list-item:nth-child(-n+4) {
    margin-top: 0;
  }
  .product-detail-price .product-detail-price-base,
  .product-detail-price .product-detail-price-tax {
    font-size: 2.4rem;
  }
  .product-detail-price .product-detail-price-base .price-num,
  .product-detail-price .product-detail-price-tax .price-num {
    font-size: 4.2rem;
  }
  .product-detail-price .product-detail-price-base .price-num-unit,
  .product-detail-price .product-detail-price-tax .price-num-unit {
    font-size: 2.8rem;
  }
  .info-page-renewal-password-img {
    padding: 0 15px 0 130px;
  }
  .info-page-renewal-password-box.-item1 {
    width: 50%;
  }
  .info-page-renewal-password-box.-item2 {
    width: 25%;
  }
  .info-page-renewal-password-box.-item3 {
    width: 25%;
  }
}

@media (max-width: 767.98px) {
  .section-mypage-footer .btn-back-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section-mypage-footer .btn-back-block {
    margin-top: 10px;
  }
  .page-top-btn {
    right: 16px;
  }
  .page-top-btn img {
    width: 84px;
    height: 41px;
  }
  .modal-important-information .modal-footer-btn {
    display: none;
  }
  .table-order-detail .product-badge {
    bottom: 42px !important;
  }
  .table-order-detail .cart-btn {
    padding-top: 40px;
  }
  .table-timezone .cell-check {
    display: none;
  }
  .table-timezone .cell-time {
    padding-top: 10px;
    padding-right: 30px;
    border-bottom: none;
  }
  .table-timezone .cell-limit {
    padding-bottom: 10px;
    padding-right: 30px;
  }
  .table-timezone .cell-limit::before {
    display: inline-block;
    content: '(';
  }
  .table-timezone .cell-limit::after {
    display: inline-block;
    content: ')';
  }
  .table-timezone .timezone-check::after {
    content: "";
    position: absolute;
    display: block;
    bottom: 50%;
    right: 20px;
    width: 15px;
    height: 15px;
    border-top: 3px solid #e60012;
    border-right: 3px solid #e60012;
    -webkit-transform: translateY(50%) rotate(45deg);
            transform: translateY(50%) rotate(45deg);
  }
  .table-timezone .timezone-check.disabled::after {
    content: none;
  }
  .product-cell {
    font-size: 1.4rem;
  }
  .product-cell + .product-cell {
    margin-top: 10px;
  }
  .form-control {
    font-size: 16px !important;
  }
  .header .navbar-brand {
    margin-right: 0;
  }
  .header-logout .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-logout-btns {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .category-tree-unit {
    display: none;
  }
  .received-time-table .section-footer.section-footer-btn-block .btn + .btn {
    margin-top: 0;
  }
  #service-info-modal .modal-dialog {
    max-width: 580px;
  }
  #service-info-modal .modal-content .btn {
    top: -50px;
    right: 0;
  }
  #js-timezone-enter {
    display: none;
  }
  .beginner-howto-img.-login img {
    width: 91px;
    height: auto;
  }
  .beginner-howto-img.-store img {
    width: 144px;
    height: auto;
  }
  .beginner-howto-img.-store2 img {
    width: 110px;
    height: auto;
  }
  .beginner-howto-img.-timezone img {
    width: 77px;
    height: auto;
  }
  .beginner-howto-img.-shopping img {
    width: 81px;
    height: auto;
  }
}

@media (max-width: 370px) {
  .d-xs {
    display: inline-block;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

@media (max-width: 767px) {
  .ps__rail-x {
    height: 5px;
  }
  .ps__rail-y {
    width: 5px;
  }
  .ps__thumb-x {
    border-radius: 5px;
    height: 5px;
  }
  .ps__thumb-y {
    border-radius: 5px;
    width: 5px;
  }
}

@media (max-width: 991.98px) {
  .btn-enter {
    display: block;
  }
  .modal-footer .btn-cancel {
    font-size: 1.6rem;
  }
  .table-block-note {
    font-size: 1.2rem;
  }
  .table-form th {
    max-width: initial;
  }
  .table-form th,
  .table-form td {
    display: block;
    width: 100%;
  }
  .table-form .form-name label + input {
    width: calc(100% - 2em);
  }
  .table-col-head {
    display: none;
  }
  .table-col {
    border: 1px solid #afafaf;
  }
  .table-col-head + .table-col {
    border-top: 1px solid #afafaf;
  }
  .table-favorite-block {
    background-color: #f0f0f0;
  }
  .table-favorite dt:nth-child(2),
  .table-favorite dd:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .table-favorite dt:nth-child(2) .product-cell,
  .table-favorite dd:nth-child(2) .product-cell {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .table-favorite dt:nth-child(2) .product-cell-img,
  .table-favorite dd:nth-child(2) .product-cell-img {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 28%;
  }
  .table-favorite dt:nth-child(2) .product-cell-img .alert-disabled,
  .table-favorite dd:nth-child(2) .product-cell-img .alert-disabled {
    width: 100%;
    min-width: initial;
    margin-top: 11px;
  }
  .table-favorite dt:nth-child(2) .product-cell-detail,
  .table-favorite dd:nth-child(2) .product-cell-detail {
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 72%;
  }
  .table-favorite dt:nth-child(2) .product-cell-detail .alert-disabled,
  .table-favorite dd:nth-child(2) .product-cell-detail .alert-disabled {
    display: none;
  }
  .table-favorite dt:nth-child(4),
  .table-favorite dd:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 150px;
    padding-left: 10px;
  }
  .table-favorite dt:nth-child(5),
  .table-favorite dd:nth-child(5) {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 150px);
    padding-right: 0;
    padding-left: 80px;
  }
  .table-favorite + .table-favorite + .table-favorite {
    margin-top: 11px;
  }
  .cart-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    vertical-align: middle;
  }
  .table-cart-row.disabled::after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    content: '';
  }
  .table-cart-row-header {
    display: none;
  }
  .table-cart-row {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: #fff;
    border: 1px solid #afafaf;
  }
  .table-cart-row + .table-cart-row {
    margin-top: 15px;
  }
  .table-cart .cart-title,
  .table-cart .cart-title-mypage {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 44px !important;
  }
  .table-cart .cart-fav {
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .table-cart .cart-num,
  .table-cart .cart-subtotal,
  .table-cart .cart-delete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table-cart .cart-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .table-cart .cart-num {
    position: relative;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
  }
  .table-cart .cart-num .cart-cell-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .table-cart .cart-num-select {
    width: 80px;
    margin-right: 10px;
  }
  .table-cart .cart-num .form-row {
    width: 180px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .table-cart .cart-num .cart-num-note {
    width: 85%;
    max-width: 85%;
  }
  .table-cart .cart-subtotal {
    margin-top: -20px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    padding-bottom: 50px;
    font-weight: 700;
  }
  .table-cart .cart-delete {
    position: absolute;
    bottom: 5px;
    left: 0;
  }
  .table-cart-pc {
    display: none;
  }
  .table-cart-confirm .product-badge {
    position: absolute;
    bottom: 6px;
    left: 12px;
  }
  .table-cart-confirm .cart-price {
    width: 100%;
  }
  .table-cart-confirm .cart-tax {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    padding-top: 0;
    font-size: 1.1rem;
    text-align: left;
  }
  .table-cart-confirm .cart-subtotal {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    width: 50%;
    padding-bottom: 6px;
    text-align: right;
  }
  .table-cart-confirm .cart-subtotal p {
    text-align: right;
  }
  .table-cart-confirm .cart-num {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 50%;
    font-weight: 700;
  }
  .table-cart-confirm .cart-num p {
    margin-bottom: 0;
  }
  .table-cart-confirm .cart-btn {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  .table-order-detail .product-badge {
    position: absolute;
    bottom: 6px;
    left: 12px;
    margin: 0;
  }
  .table-order-detail .cart-title {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .table-order-detail .cart-price {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .table-order-detail .cart-tax {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
    padding-top: 0;
    font-size: 1.1rem;
    text-align: left;
  }
  .table-order-detail .cart-subtotal {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
    width: 100%;
    margin-top: -25px;
    padding-bottom: 6px;
    text-align: right;
  }
  .table-order-detail .cart-subtotal p {
    text-align: right;
  }
  .table-order-detail .cart-num {
    display: block;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    margin-top: -50px;
    font-weight: 700;
    text-align: right;
  }
  .table-order-detail .cart-num p {
    margin-bottom: 0;
  }
  .table-order-detail .cart-btn {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    width: 100px;
    text-align: right;
  }
  .table-link-item {
    display: inline-block;
    width: 100%;
  }
  .table-payment-cc [type="checkbox"] {
    margin-top: 0.6rem;
  }
  .table-payment-cc [type="checkbox"] ~ .form-check-label {
    font-size: 1.2rem;
  }
  .table-payment-cc-list .payment-option .cc-delete {
    position: absolute;
    right: 12px;
    bottom: 12px;
  }
  .table-payment-cc-new-register .table-row {
    border: none;
  }
  .table-payment-cc-new-register dt,
  .table-payment-cc-new-register dd {
    display: block;
    padding: 8px 12px;
    font-weight: normal;
    background-color: white;
    border: none;
  }
  .table-payment-cc-new-register dt .badge,
  .table-payment-cc-new-register dd .badge {
    position: static;
  }
  .table-payment-cc-new-register dt + dd {
    padding-top: 0;
  }
  .table-payment-cc-new-register .cc-check-header {
    display: none;
  }
  .table-payment-cc-new-register dd.cc-check {
    padding-top: 8px;
  }
  .table-address-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-address-cell.table-address-head {
    border-bottom: 1px solid #afafaf;
  }
  .table-address-btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border-top: 1px solid #afafaf;
  }
  .step-order .step li > span {
    min-width: auto;
    font-size: 1.2rem;
  }
  .header-notenter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-notenter .header-navbar {
    display: inline-block;
    padding: 7px 0;
  }
  .header-notenter-btns {
    display: block;
    text-align: center;
  }
  .header-notenter-btns .header-btn:first-child {
    margin-left: 0;
  }
  .header-notenter-enter {
    margin-top: 8px;
  }
  .header-navbar {
    padding-top: 8px;
  }
  .information-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .information-link a {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .information-link .badge-important-info {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 100%;
    margin-bottom: 3px;
  }
  .beginner-about-item:nth-child(1)::before {
    top: 16px;
    right: 60px;
    width: 50px;
    height: 61px;
    background-image: url(../images/pages/chara01_sp.png);
  }
  .beginner-about-item:nth-child(2)::before {
    top: 24px;
    right: 20px;
    width: 38px;
    height: 48px;
    background-image: url(../images/pages/chara02_sp.png);
  }
  .beginner-howto-item:not(:last-child)::after {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .service-faq .section-title-dots::before {
    left: 0;
    width: 100%;
  }
  .content-order .table-store td {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .content-order .table-store td .btn {
    margin-top: 10px;
  }
  .content-order .table-coupon {
    border: none;
  }
  .content-order .table-coupon tr {
    display: block;
    border: 1px solid #afafaf;
  }
  .content-order .table-coupon tr + tr {
    margin-top: 15px;
  }
  .content-order .table-coupon thead, .content-order .table-coupon-check {
    display: none;
  }
  .content-order .table-coupon-item {
    position: relative;
    display: block;
    padding-right: 100px;
    padding-bottom: 0;
    font-weight: 700;
    border: none;
  }
  .content-order .table-coupon-term {
    position: relative;
    display: block;
    padding-top: 4px;
    padding-bottom: 22px;
    font-size: 1.2rem;
    border: none;
  }
  .content-order .table-coupon .active .status-checkbox {
    color: #e58d00;
  }
  .content-order .table-coupon-confirm {
    border: none;
  }
  .content-order .table-coupon-confirm thead {
    display: none;
  }
  .content-order .table-coupon-confirm tr {
    display: block;
  }
  .content-order .table-coupon-confirm tr + tr {
    margin-top: 20px;
  }
  .content-order .table-coupon-confirm th,
  .content-order .table-coupon-confirm td {
    display: block;
    width: 100%;
    border: none;
    border-left: 1px solid #afafaf;
    border-right: 1px solid #afafaf;
    border-bottom: 1px solid #afafaf;
  }
  .content-order .table-coupon-confirm th:first-child {
    border-top: 1px solid #afafaf;
  }
  .content-order .card-registered {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .content-order .card-registered th {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 50%;
    padding-top: 4px;
    padding-right: 0;
    padding-bottom: 4px;
    font-weight: 400;
    font-size: 1.6rem;
  }
  .content-order .card-registered td:nth-last-child(n+3) {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 40%;
  }
  .order-age-check-text {
    font-size: 1.2rem;
  }
  .order-cart-clear {
    text-align: center;
  }
  .recommend-list .product-cell + .product-cell {
    margin-top: 10px;
  }
  .recommend-list .product-cell-number {
    display: block;
  }
  .shop-guide .-pc {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .btn-cart.active {
    padding-left: 0.5em;
    text-align: left;
  }
  .btn-cart-mypage.active {
    padding-left: 0.5em;
    text-align: left;
  }
  .btn-cart-fav.active {
    padding-left: 0.5em;
    text-align: left;
  }
  #service-info-modal .modal-content .popup_checkbox {
    bottom: 8px;
  }
}

@media (max-width: 374.98px) {
  .table-cart .cart-num .form-row {
    width: 90px;
    display: block;
  }
  .table-cart .cart-num .form-row .col {
    margin-bottom: 5px;
  }
  .table-timezone .cell-limit {
    font-size: 1.2rem;
  }
  .header-simple-delivery-content .header-delivery-store,
  .header-simple-delivery-content .header-delivery-time {
    font-size: 1.2rem;
  }
  .menu-storeinfo .header-delivery-btn {
    min-width: 60px;
    font-size: 1rem;
  }
  .btn-menu-cart {
    min-width: 220px;
  }
  .product-detail-notice {
    margin-left: 0;
  }
  .beginner-section-title {
    font-size: 2rem;
  }
  .beginner-about-item-title {
    font-size: 1.6rem;
  }
  .beginner-about-item-title .text-accent {
    font-size: 1.9rem;
  }
  .beginner-howto-item {
    font-size: 1.8rem;
  }
}

@media all and (max-width: 991.98px) and (-ms-high-contrast: none) {
  .table-cart .cart-num {
    /* IE11 */
  }
  .table-cart .cart-num .cart-num-note {
    padding-left: 45%;
  }
}

@media (max-width: 340px) {
  .step-order .step li > span {
    font-size: 1rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .shop-area-table1 th {
    border-right: 1px solid #666;
  }
  .shop-area-table1 th::after {
    display: none;
  }
}
