@charset "UTF-8";

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ------------------------------
　　ベース
------------------------------ */

/* コンテナ */
@media (min-width: 768px) {
  .wide-grid {
    margin: 0 -20px;
  }
  .wide-main-column {
    padding: 0 20px;
  }
  .wide-sub-column {
    padding: 0 20px;
  }
  .sticky-column {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
/* ------------------------------
　　セクション余白
------------------------------ */
.section-margin-bottom-lg {
  margin-bottom: 80px;
}

.section-margin-bottom-md {
  margin-bottom: 60px;
}

.section-margin-bottom-sm {
  margin-bottom: 40px;
}

.section-margin-bottom-mini {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .section-margin-bottom-lg {
    margin-bottom: 100px;
  }
  .section-margin-bottom-md {
    margin-bottom: 80px;
  }
  .section-margin-bottom-sm {
    margin-bottom: 60px;
  }
  .section-margin-bottom-mini {
    margin-bottom: 40px;
  }
}
/* ------------------------------
　　a-blog cms の機能に関わるスタイル
------------------------------ */
.transaction-notice-error,
.validator-result-error,
.validator-result-0,
.v-result-error,
.v-result-0 {
  display: block;
}

.utility-font-small {
  font-size: 12px;
  font-size: 0.75rem;
}

/* ------------------------------
　　アラート
------------------------------ */
.alert {
  margin-bottom: 40px;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 335px;
  max-width: 100%;
  padding: 8px;
  color: var(--color-white);
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn:hover {
  opacity: 0.8;
}
.btn:link, .btn:hover, .btn:visited {
  color: var(--color-white);
  text-decoration: none;
}
.btn.is-back-btn {
  position: relative;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: auto;
  margin: 20px auto;
  color: var(--color-text-base);
  font-weight: normal;
  background: 0;
  border: 0;
}
.btn.is-back-btn:before {
  position: initial;
  top: 50%;
  left: -30px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-right: 20px;
  margin-left: -28px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: "";
}
.btn.is-secondary {
  color: var(--color-gray100);
  font-weight: normal;
  background: 0;
  border: 1px solid var(--color-gray50);
}
.btn.is-width-full {
  display: block;
  width: 100%;
}
.btn.is-width-sm {
  width: 220px;
}
.btn.is-disabled {
  background-color: var(--color-bg-dark);
  border-color: var(--color-bg-dark);
  opacity: 1;
}

#consumer .product-detail .btn {
  background-color: var(--color-secondary);
  border: none;
  line-height: 1.7;
  border-radius: 0;
  padding: 14px 20px;
  margin: 0 10px 20px 10px;
  position: relative;
}
#consumer .product-detail .btn.is-width-full {
  width: 280px;
  max-width: 100%;
}
#consumer .product-detail .btn.is-width-full::before {
  display: inline-block;
  content: "";
  position: absolute;
  right: 25px;
  bottom: 1.3rem;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#consumer .product-detail .btn.is-width-full::after {
  display: inline-block;
  content: "";
  position: absolute;
  left: 25px;
  bottom: .9rem;
  width: 26px;
  height: 26px;
  background: url(../images/icon_cart.svg) no-repeat;
  background-size: contain;
}

/* もっと見るボタン
------------------------------ */
.btn-readmore-wrap {
  text-align: center;
}

.btn-readmore {
  display: inline-block;
  padding: 16px 40px;
  color: var(--color-text-invert);
  line-height: 1;
  text-decoration: none;
  background-color: var(--color-primary);
  border-radius: 10em;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.btn-readmore:hover {
  opacity: 0.8;
}
.btn-readmore:visited, .btn-readmore:active, .btn-readmore:focus, .btn-readmore:hover {
  color: var(--color-text-invert);
  text-decoration: none;
}

/* もっと見るボタン
------------------------------ */
.btn-text-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: var(--color-gray100);
  background: 0;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
}
.btn-text-link:hover {
  text-decoration: underline;
}

/** Light color-scheme **/
:root {
  --cc-bg: var(--color-white);
  --cc-text: var(--color-gray100);
  --cc-btn-primary-bg: var(--color-primary);
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: var(--cc-btn-primary-bg);
  --cc-btn-secondary-bg: #F1F1F1;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #EEEEEE;
  --cc-toggle-bg-off: #999999;
  --cc-toggle-bg-on: #666666;
  --cc-toggle-bg-readonly: #E5E5E5;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #faecec;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #F1F1F1;
  --cc-cookie-category-block-bg-hover: #EEEEEE;
  --cc-section-border: #f5f1f1;
  --cc-cookie-table-border: #f2e9e9;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #dbcfcf;
  --cc-webkit-scrollbar-bg-hover: #a09191;
}

/** Dark color-scheme **/
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: var(--cc-btn-primary-bg);
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0;
}

.cc_div *,
.cc_div :before,
.cc_div :after {
  float: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: inherit;
  font-weight: inherit;
  font-size: 1em;
  font-family: inherit;
  font-style: inherit;
  font-variant: normal;
  line-height: 1.2;
  letter-spacing: unset;
  text-align: left;
  text-transform: none;
  text-decoration: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  visibility: unset;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: none;
  animation: none;
}

.cc_div {
  color: #2d4156;
  color: var(--cc-text);
  font-weight: 400;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.cc_div .c-bn,
.cc_div .b-tl,
#s-ttl,
#c-ttl,
#s-bl td:before {
  font-weight: 600;
}

#cm,
#s-inr,
.cc_div .c-bl,
.cc_div .b-tl,
#s-bl .act .b-acc {
  border-radius: 0.35em;
}

.cc_div input,
.cc_div button,
.cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cc_div a {
  border-bottom: 1px solid;
}

.cc_div a:hover {
  text-decoration: none;
  border-color: transparent;
}

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  -webkit-transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, -webkit-transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease !important;
}

.c--anim .c-bn {
  -webkit-transition: background-color 0.25s ease !important;
  transition: background-color 0.25s ease !important;
}

/* start transitions */
.c--anim #cm.bar.slide,
.c--anim .bar.slide #s-inr {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

.c--anim #cm.bar.slide + #cm-ov,
.c--anim .bar.slide + #cs-ov {
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease !important;
  transition: visibility 0.4s ease, opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease !important;
}

#cm.bar.slide,
.cc_div .bar.slide #s-inr {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 1;
}

#cm.bar.top.slide,
.cc_div .bar.left.slide #s-inr {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 1;
}

#cm.slide,
.cc_div .slide #s-inr {
  -webkit-transform: translateY(1.6em);
  transform: translateY(1.6em);
}

#cm.top.slide {
  -webkit-transform: translateY(-1.6em);
  transform: translateY(-1.6em);
}

#cm.bar.slide {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

#cm.bar.top.slide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

/* end transitions */
/* Show modals */
.show--consent .c--anim #cm,
.show--consent .c--anim #cm.bar,
.show--settings .c--anim #s-inr,
.show--settings .c--anim .bar.slide #s-inr {
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible !important;
  opacity: 1;
}

.force--consent.show--consent .c--anim #cm.box.middle,
.force--consent.show--consent .c--anim #cm.cloud.middle {
  -webkit-transform: scale(1) translateY(-50%);
  transform: scale(1) translateY(-50%);
}

.show--settings .c--anim #s-cnt {
  visibility: visible !important;
}

/* Show overlays */
.force--consent.show--consent .c--anim #cm-ov,
.show--settings .c--anim #cs-ov {
  visibility: visible !important;
  opacity: 1 !important;
}

#cm {
  position: fixed;
  left: 1.25em;
  bottom: 1.25em;
  z-index: 1;
  width: 100%;
  max-width: 24.2em;
  padding: 1.1em 1.8em 1.4em 1.8em;
  font-family: inherit;
  line-height: initial;
  background: #fff;
  background: var(--cc-bg);
  -webkit-box-shadow: 0 0.625em 1.875em #000000;
  box-shadow: 0 0.625em 1.875em #000000;
  -webkit-box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0;
}

/** fix https://github.com/orestbida/cookieconsent/issues/94 **/
#cc_div #cm {
  display: block !important;
}

#c-ttl {
  margin-bottom: 0.7em;
  font-size: 1.05em;
}

.cloud #c-ttl {
  margin-top: -0.15em;
}

#c-txt {
  margin-bottom: 1.4em;
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div .c-bn {
  display: inline-block;
  padding: 1em 1.7em;
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  font-size: 0.82em;
  text-align: center;
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  border-radius: 4px;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#cm .c-bn {
  width: 48.5%;
}

#c-bns button + button,
#s-cnt button + button,
#s-c-bn {
  float: right;
}

#s-cnt #s-rall-bn {
  float: none;
  margin-left: 1em;
}

#cm .c_link:hover,
#cm .c_link:active,
#s-cnt button + button:hover,
#s-cnt button + button:active,
#s-c-bn:active,
#s-c-bn:hover {
  background: #d8e0e6;
  background: var(--cc-btn-secondary-hover-bg);
}

/**
CookieConsent settings modal
**/
#s-cnt {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: table;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

#s-bl {
  outline: none;
}

#s-bl .title {
  margin-top: 1.4em;
}

#s-bl .title:first-child {
  margin-top: 0;
}

#s-bl .b-bn {
  margin-top: 0;
}

#s-bl .b-acc .p {
  margin-top: 0;
  padding: 1em;
}

#s-cnt .b-bn .b-tl {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.3em 6.4em 1.3em 2.7em;
  font-size: 0.95em;
  font-family: inherit;
  background: none;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-cnt .act .b-bn .b-tl {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

#s-cnt .b-bn .b-tl:active,
#s-cnt .b-bn .b-tl:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl .b-bn {
  position: relative;
}

#s-bl .c-bl {
  margin-bottom: 0.5em;
  padding: 1em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
}

#s-bl .c-bl:last-child {
  margin-bottom: 0.5em;
}

#s-bl .c-bl:first-child {
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0;
  border: none;
  -webkit-transition: none;
  transition: none;
}

#s-bl .c-bl:not(.b-ex):first-child:hover {
  background: transparent;
  background: unset;
}

#s-bl .c-bl.b-ex {
  padding: 0;
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg);
  border: none;
  -webkit-transition: none;
  transition: none;
}

#s-bl .c-bl.b-ex + .c-bl {
  margin-top: 2em;
}

#s-bl .c-bl.b-ex + .c-bl.b-ex {
  margin-top: 0;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 1em;
}

#s-bl .c-bl.b-ex:first-child {
  margin-bottom: 0.5em;
}

#s-bl .b-acc {
  display: none;
  max-height: 0;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

#s-bl .act .b-acc {
  display: block;
  max-height: 100%;
  overflow: hidden;
}

#s-cnt .p {
  margin-top: 0.85em;
  color: #2d4156;
  color: var(--cc-block-text);
  font-size: 0.9em;
  line-height: 1.5em;
}

.cc_div .b-tg .c-tgl:disabled {
  cursor: not-allowed;
}

#c-vln {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

#cs {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 1.7em;
}

#s-inr {
  position: relative;
  position: relative;
  max-width: 45em;
  height: 100%;
  height: 100%;
  margin: 0 auto;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  overflow: hidden;
  -webkit-box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
  box-shadow: rgba(3, 6, 9, 0.26) 0px 13px 27px -5px;
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
  visibility: hidden;
  opacity: 0;
}

#s-inr,
#s-hdr,
#s-bns {
  background: #fff;
  background: var(--cc-bg);
}

#s-bl {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.3em 2.1em;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-y: overlay;
}

#s-bns {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4.75em;
  padding: 1em 2.1em;
  border-color: var(--cc-section-border);
  border-top: 1px solid #f1f3f5;
}

.cc_div .cc-link {
  display: inline;
  padding-bottom: 0;
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  cursor: pointer;
}

.cc_div .cc-link:hover,
.cc_div .cc-link:active {
  border-color: transparent;
}

#c-bns button:first-child,
#s-bns button:first-child {
  color: #fff;
  color: var(--cc-btn-primary-text);
  background: #253b48;
  background: var(--cc-btn-primary-bg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg {
  background: #253b48;
  background: var(--cc-toggle-bg-on);
}

#c-bns button:first-child:active,
#c-bns button:first-child:hover,
#s-bns button:first-child:active,
#s-bns button:first-child:hover {
  background: #1d2e38;
  background: var(--cc-btn-primary-hover-bg);
  opacity: 0.8;
}

#s-hdr {
  position: absolute;
  top: 0;
  z-index: 2;
  display: table;
  width: 100%;
  height: 4.75em;
  padding: 0 2.1em;
  vertical-align: middle;
  border-color: var(--cc-section-border);
  border-bottom: 1px solid #f1f3f5;
}

#s-ttl {
  display: table-cell;
  font-size: 1em;
  vertical-align: middle;
}

#s-c-bn {
  position: relative;
  width: 1.7em;
  height: 1.7em;
  margin: 0;
  padding: 0;
  font-weight: initial;
  font-size: 1.45em;
}

#s-c-bnc {
  display: table-cell;
  vertical-align: middle;
}

.cc_div span.t-lb {
  position: absolute;
  top: 0;
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}

#c_policy__text {
  height: 31.25em;
  margin-top: 1.25em;
  overflow-y: auto;
}

#c-s-in {
  position: relative;
  top: 50%;
  height: 100%;
  height: calc(100% - 2.5em);
  max-height: 37.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 688px) {
  /** works only on webkit-based browsers **/
  #s-bl::-webkit-scrollbar {
    width: 0.9em;
    height: 100%;
    background: transparent;
    border-radius: 0 0.25em 0.25em 0;
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: 0.25em solid var(--cc-bg);
    border-radius: 100em;
  }
  #s-bl::-webkit-scrollbar-thumb:hover {
    background: #9199a0;
    background: var(--cc-webkit-scrollbar-bg-hover);
  }
  #s-bl::-webkit-scrollbar-button {
    width: 10px;
    height: 5px;
  }
}
/** custom checkbox **/
/* The container */
.cc_div .b-tg {
  position: absolute;
  top: 0;
  right: 0;
  right: 1.2em;
  bottom: 0;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.cc_div .b-tg .c-tgl {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  border: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease;
  pointer-events: none;
}

.cc_div span.t-lb,
.cc_div .b-tg,
.cc_div .b-tg .c-tg,
.cc_div .b-tg .c-tgl {
  width: 3.4em;
  height: 1.5em;
  border-radius: 4em;
}

.cc_div .b-tg .c-tg.c-ro {
  cursor: not-allowed;
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro {
  background: #d5dee2;
  background: var(--cc-toggle-bg-readonly);
}

.cc_div .b-tg .c-tgl ~ .c-tg.c-ro:after {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  position: relative;
  top: 0.125em;
  left: 0.125em;
  display: block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  background: var(--cc-toggle-knob-bg);
  border: none;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  box-shadow: 0 1px 2px rgba(24, 32, 35, 0.36);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  content: "";
}

/* Show the checkmark when checked */
.cc_div .b-tg .c-tgl:checked ~ .c-tg:after {
  -webkit-transform: translateX(1.9em);
  transform: translateX(1.9em);
}

#s-bl table,
#s-bl th,
#s-bl td {
  border: none;
}

#s-bl tbody tr {
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}

#s-bl tbody tr:hover {
  background: #e9eff4;
  background: var(--cc-cookie-category-block-bg-hover);
}

#s-bl table {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-collapse: collapse;
}

#s-bl td,
#s-bl th {
  padding: 0.8em 0.625em;
  padding-left: 1.2em;
  font-size: 0.8em;
  text-align: left;
  vertical-align: top;
}

#s-bl th {
  padding: 1.2em 1.2em;
  font-family: inherit;
}

#s-bl thead tr:first-child {
  border-color: var(--cc-cookie-table-border);
  border-bottom: 1px solid #e9edf2;
}

.force--consent #s-cnt,
.force--consent #cs {
  width: 100vw;
}

#cm-ov,
#cs-ov {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}

.show--settings #cs-ov,
.c--anim #cs-ov,
.force--consent .c--anim #cm-ov,
.force--consent.show--consent #cm-ov {
  display: block;
}

#cs-ov {
  z-index: 2;
}

.force--consent .cc_div {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100vw;
  visibility: hidden;
  -webkit-transition: visibility 0.25s linear;
  transition: visibility 0.25s linear;
}

.force--consent.show--consent .c--anim .cc_div,
.force--consent.show--settings .c--anim .cc_div {
  visibility: visible;
}

.force--consent #cm {
  position: absolute;
}

.force--consent #cm.bar {
  width: 100vw;
  max-width: 100vw;
}

html.force--consent.show--consent {
  overflow-y: hidden !important;
}

html.force--consent.show--consent,
html.force--consent.show--consent body {
  height: auto !important;
  overflow-x: hidden !important;
}

/** END BLOCK PAGE SCROLL */
/** BEGIN ICONS **/
.cc_div .b-bn .b-tl::before,
.cc_div .act .b-bn .b-tl::before {
  position: absolute;
  position: absolute;
  top: 50%;
  left: 1.2em;
  display: inline-block;
  margin-right: 15px;
  padding: 0.2em;
  border: solid #2d4156;
  border-width: 0 2px 2px 0;
  border-color: var(--cc-btn-secondary-text);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

.cc_div .act .b-bn .b-tl::before {
  -webkit-transform: translateY(-20%) rotate(225deg);
  transform: translateY(-20%) rotate(225deg);
}

.cc_div .on-i::before {
  position: absolute;
  top: 0.37em;
  left: 0.75em;
  display: inline-block;
  margin: 0 auto;
  padding: 0.1em;
  padding-bottom: 0.45em;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-color: var(--cc-toggle-knob-icon-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

#s-c-bn::before,
#s-c-bn::after {
  position: absolute;
  top: 0.58em;
  left: 0.82em;
  width: 1.5px;
  height: 0.6em;
  margin: 0 auto;
  background: #444d53;
  border-radius: 1em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
}

#s-c-bn::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cc_div .off-i,
.cc_div .on-i {
  position: absolute;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

.cc_div .on-i {
  left: 0;
  opacity: 0;
}

.cc_div .off-i::before,
.cc_div .off-i::after {
  position: absolute;
  top: 0.42em;
  right: 0.8em;
  display: block;
  width: 0.09375em;
  height: 0.7em;
  margin: 0 auto;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  -webkit-transform-origin: center;
  transform-origin: center;
  content: " ";
}

.cc_div .off-i::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cc_div .off-i::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .on-i {
  opacity: 1;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg .off-i {
  opacity: 0;
}

/** END ICONS **/
.force--consent #cm.box.middle,
.force--consent #cm.cloud.middle {
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-37%);
  transform: translateY(-37%);
}

.force--consent #cm.box.middle.zoom,
.force--consent #cm.cloud.middle.zoom {
  -webkit-transform: scale(0.95) translateY(-50%);
  transform: scale(0.95) translateY(-50%);
}

#cm.box.center {
  right: 1em;
  left: 1em;
  margin: 0 auto;
}

/* Start cloud layout */
#cm.cloud {
  right: 1em;
  left: 1em;
  width: unset;
  max-width: 50em;
  margin: 0 auto;
  padding: 1.3em 2em;
  overflow: hidden;
  text-align: center;
}

.cc_div .cloud #c-inr {
  display: table;
  width: 100%;
}

.cc_div .cloud #c-inr-i {
  display: table-cell;
  width: 70%;
  padding-right: 2.4em;
  vertical-align: top;
}

.cc_div .cloud #c-txt {
  margin-bottom: 0;
  font-size: 0.85em;
}

.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle;
}

#cm.cloud .c-bn {
  width: 100%;
  margin: 0.625em 0 0 0;
}

#cm.cloud .c-bn:first-child {
  margin: 0;
}

#cm.cloud.left {
  margin-right: 1.25em;
}

#cm.cloud.right {
  margin-left: 1.25em;
}

/* End cloud layout */
/* Start bar layout */
#cm.bar {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  padding: 2em;
  border-radius: 0;
}

#cm.bar #c-inr {
  max-width: 32em;
  margin: 0 auto;
}

#cm.bar #c-bns {
  max-width: 33.75em;
}

#cm.bar #cs {
  padding: 0;
}

.cc_div .bar #c-s-in {
  top: 0;
  height: 100%;
  max-height: 100%;
  -webkit-transform: none;
  transform: none;
}

.cc_div .bar #s-hdr,
.cc_div .bar #s-bl,
.cc_div .bar #s-bns {
  padding-right: 1.6em;
  padding-left: 1.6em;
}

.cc_div .bar #cs {
  padding: 0;
}

/* align bar to right by default */
.cc_div .bar #s-inr {
  max-width: 32em;
  margin: 0;
  margin-right: 0;
  margin-left: auto;
  border-radius: 0;
}

.cc_div .bar.left #s-inr {
  margin-right: auto;
  margin-left: 0;
}

/* Force table to not be like tables anymore */
.cc_div .bar #s-bl table,
.cc_div .bar #s-bl thead,
.cc_div .bar #s-bl tbody,
.cc_div .bar #s-bl th,
.cc_div .bar #s-bl td,
.cc_div .bar #s-bl tr,
.cc_div .bar #s-cnt {
  display: block;
}

/* Hide table headers (but not display: none;, for accessibility) */
.cc_div .bar #s-bl thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.cc_div .bar #s-bl tr {
  border-color: var(--cc-cookie-table-border);
  border-top: 1px solid #e3e7ed;
}

.cc_div .bar #s-bl td {
  position: relative;
  padding-left: 35%;
  /* Behave  like a "row" */
  border: none;
}

.cc_div .bar #s-bl td:before {
  position: absolute;
  left: 1em;
  padding-right: 0.625em;
  overflow: hidden;
  color: #000;
  color: var(--cc-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  content: attr(data-column);
}

/* End bar layout */
/* Positions */
#cm.top {
  top: 1.25em;
  bottom: auto;
}

#cm.left {
  right: auto;
  left: 1.25em;
}

#cm.right {
  right: 1.25em;
  left: auto;
}

#cm.bar.left,
#cm.bar.right {
  right: 0;
  left: 0;
}

#cm.bar.top {
  top: 0;
}

/* end positions */
@media screen and (max-width: 688px) {
  #cm,
#cm.cloud,
#cm.left,
#cm.right {
    right: 1em;
    bottom: 1em;
    left: 1em;
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 1.4em !important;
  }
  .force--consent #cm,
.force--consent #cm.cloud {
    width: auto;
    max-width: 100vw;
  }
  #cm.top {
    top: 1em;
    bottom: auto;
  }
  #cm.bottom {
    top: auto;
    bottom: 1em;
  }
  #cm.bar.bottom {
    bottom: 0;
  }
  .cc_div .cloud #c-txt {
    font-size: 0.9em;
  }
  #cm.cloud .c-bn {
    font-size: 0.85em;
  }
  #s-bns,
.cc_div .bar #s-bns {
    padding: 1em 1.3em;
  }
  .cc_div .bar #s-inr {
    width: 100%;
    max-width: 100%;
  }
  .cc_div .cloud #c-inr-i {
    padding-right: 0;
  }
  #cs {
    padding: 0;
    border-radius: 0;
  }
  #c-s-in {
    top: 0;
    height: 100%;
    max-height: 100%;
    -webkit-transform: none;
    transform: none;
  }
  .cc_div .b-tg {
    right: 1.1em;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  #s-inr {
    margin: 0;
    padding-bottom: 7.9em;
    border-radius: 0;
  }
  #s-bns {
    height: 7.9em;
  }
  #s-bl,
.cc_div .bar #s-bl {
    padding: 1.3em;
  }
  #s-hdr,
.cc_div .bar #s-hdr {
    padding: 0 1.3em;
  }
  /** dynamic table layout **/
  #s-bl table {
    width: 100%;
  }
  #s-inr.bns-t {
    padding-bottom: 10.5em;
  }
  .bns-t #s-bns {
    height: 10.5em;
  }
  .cc_div .bns-t .c-bn {
    padding: 0.9em 1.6em;
    font-size: 0.83em;
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em;
  }
  /* Force table to not be like tables anymore */
  #s-bl table,
#s-bl thead,
#s-bl tbody,
#s-bl th,
#s-bl td,
#s-bl tr,
#s-cnt {
    display: block;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  #s-bl thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  #s-bl tr {
    border-color: var(--cc-cookie-table-border);
    border-top: 1px solid #e3e7ed;
  }
  #s-bl td {
    position: relative;
    padding-left: 35%;
    /* Behave  like a "row" */
    border: none;
  }
  #s-bl td:before {
    position: absolute;
    left: 1em;
    padding-right: 0.625em;
    overflow: hidden;
    color: #000;
    color: var(--cc-text);
    white-space: nowrap;
    text-overflow: ellipsis;
    content: attr(data-column);
  }
  #cm .c-bn,
.cc_div .c-bn {
    width: 100%;
    margin-right: 0;
  }
  #s-cnt #s-rall-bn {
    margin-left: 0;
  }
  #c-bns button + button,
#s-cnt button + button {
    float: unset;
    margin-top: 0.625em;
  }
  #cm.cloud,
#cm.box {
    right: 1em;
    left: 1em;
    width: auto;
  }
  #cm.cloud.right,
#cm.cloud.left {
    margin: 0;
  }
  .cc_div .cloud #c-bns,
.cc_div .cloud #c-inr,
.cc_div .cloud #c-inr-i {
    display: block;
    width: auto;
    min-width: unset;
  }
  .cc_div .cloud #c-txt {
    margin-bottom: 1.625em;
  }
}
/* Begin IE fixes */
.cc_div.ie #c-vln {
  height: 100%;
  padding-top: 5.62em;
}

.cc_div.ie .bar #c-vln {
  padding-top: 0;
}

.cc_div.ie #cs {
  position: relative;
  top: 0;
  max-height: 37.5em;
  margin-top: -5.625em;
}

.cc_div.ie .bar #cs {
  max-height: 100%;
  margin-top: 0;
}

.cc_div.ie #cm {
  border: 1px solid #dee6e9;
}

.cc_div.ie #c-s-in {
  top: 0;
}

.cc_div.ie .b-tg {
  margin-bottom: 0.7em;
  padding-left: 1em;
}

.cc_div.ie .b-tg .c-tgl:checked ~ .c-tg:after {
  left: 1.95em;
}

.cc_div.ie #s-bl table {
  overflow: auto;
}

.cc_div.ie .b-tg .c-tg {
  display: none;
}

.cc_div.ie .b-tg .c-tgl {
  position: relative;
  display: inline-block;
  height: auto;
  margin-bottom: 0.2em;
  vertical-align: middle;
}

.cc_div.ie #s-cnt .b-bn .b-tl {
  padding: 1.3em 6.4em 1.3em 1.4em;
}

.cc_div.ie .bar #s-bl td:before {
  display: none;
}

.cc_div.ie .bar #s-bl td {
  padding: 0.8em 0.625em 0.8em 1.2em;
}

.cc_div.ie .bar #s-bl thead tr {
  position: relative;
}

.cc_div.ie .b-tg .t-lb {
  filter: alpha(opacity=0);
}

.cc_div.ie #cm-ov,
.cc_div.ie #cs-ov {
  filter: alpha(opacity=80);
}

/** END IE FIXES **/
/* ------------------------------
　　フォーム
------------------------------ */
/* ステップ
------------------------------ */

.form-login-text {
  display: inline-block;
}

.form-login-text + .form-login-text {
  margin: 0 0 20px;
}

.form-login-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
  margin: 0 0 40px 0;
}

.form-login-btn {
  display: block;
  width: calc(50% - 5px);
  max-width: 335px;
  margin: 0;
}

.form-login-option-wrap {
  margin: 20px 0 0 0;
}

.form-login-option {
  margin-top: 0;
  text-align: center;
}

.form-title {
  padding-top: 40px;
  color: var(--color-text-base);
  border-top: 1px solid #cccccc;
}

.form-login-desc {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  border-bottom: 1px dashed #707070;
}
.form-login-desc a {
  color: #777777;
}
.form-login-desc a:link, .form-login-desc a:hover, .form-login-desc a:visited {
  color: #777777;
  text-decoration: none;
}

.form-login-desc + .form-login-desc {
  margin-top: 10px;
}

.form-login-cell {
  text-align: center;
  vertical-align: bottom;
}

.form-step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
}

.form-step-number {
  display: none;
}

.form-step-item-current::before {
  color: var(--color-white);
  background-color: var(--color-secondary);
}

@media screen and (max-width: 767px) {
  .form-title {
    padding-top: 30px;
  }
  .form-step-item {
    margin: 0 5px;
  }
}
@media screen and (max-width: 479px) {
  .form-login-btn-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px 0;
  }
  .form-login-btn {
    width: auto;
  }
}
/* メッセージ
------------------------------ */
.message {
  margin: 0 0 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

.alert-message {
  margin: 0 0 60px;
  color: var(--color-text-danger);
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

.success-message {
  margin: 0 0 60px;
  color: var(--color-text-success);
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

/* 見出し
------------------------------ */
.form-table-title {
  margin: 0;
  padding: 15px;
  color: var(--color-primary);
  line-height: 1;
  background-color: var(--color-tertiary-bg);
}

/* テーブル
------------------------------ */
.title-simple + .form-login-text {
  display: inherit;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .title-simple + .form-login-text {
    text-align: left;
  }
}
.form-table {
  width: 100%;
  margin-bottom: 20px;
  padding: 5px 10px;
  color: var(--color-gray100);
  text-align: left;
  border: 4px solid var(--color-tertiary-bg);
  border-spacing: 10px;
}
.form-table th,
.form-table td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}
.form-table th {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 220px;
}
.form-table th label {
  padding-top: 12px;
}
.form-table td {
  word-break: break-all;
}
.form-table select,
.form-table input[type=text],
.form-table input[type=date],
.form-table input[type=tel],
.form-table input[type=email],
.form-table input[type=password],
.form-table textarea {
  padding: 13px;
  color: var(--color-gray100);
  background-color: #fff;
  border: 1px solid var(--color-border-base);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
.form-table select,
.form-table input.select-style {
  width: 304px;
  padding-right: 30px;
  line-height: 1.3;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAFCAYAAABIHbx0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTMuMTEuMTnMGoPBAAAAdElEQVQYlY3OwQnCUBRE0ZN0YAu2YC9BXIr814FdWMCrQOzFjbiXVGAH+t0kghDhX5jNDAy3y8wLBsucSym7P9sPPfa4L2w3HFpOoIPMXOOK1dQ/sYmIsdbadNRDRDywxXvKEBFjq83XaCYzj3hFxGnuWo0+M1AfO0Vm+NoAAAAASUVORK5CYII=) 100% #fff;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-table select::-ms-expand,
.form-table input.select-style::-ms-expand {
  display: none;
}
.form-table input[type=text],
.form-table input[type=tel],
.form-table input[type=email],
.form-table input[type=password] {
  width: 304px;
  line-height: 1.3;
  vertical-align: middle;
}
.form-table input[type=text]::-webkit-input-placeholder,
.form-table input[type=tel]::-webkit-input-placeholder,
.form-table input[type=email]::-webkit-input-placeholder,
.form-table input[type=password]::-webkit-input-placeholder {
  color: var(--color-text-placeholder);
}
.form-table input[type=text]:-ms-input-placeholder,
.form-table input[type=tel]:-ms-input-placeholder,
.form-table input[type=email]:-ms-input-placeholder,
.form-table input[type=password]:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.form-table input[type=text]::placeholder,
.form-table input[type=tel]::placeholder,
.form-table input[type=email]::placeholder,
.form-table input[type=password]::placeholder {
  color: var(--color-text-placeholder);
}
.form-table input[type=text].form-width-lg,
.form-table input[type=tel].form-width-lg,
.form-table input[type=email].form-width-lg,
.form-table input[type=password].form-width-lg {
  width: 380px;
}
.form-table .form-input-validator {
  display: block;
}
.form-table textarea {
  width: 100%;
  height: 140px;
  line-height: 1.6;
}
.form-table textarea::-webkit-input-placeholder {
  color: var(--color-text-placeholder);
}
.form-table textarea:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.form-table textarea::placeholder {
  color: var(--color-text-placeholder);
}

/* テーブル内のリスト */
.form-table-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.form-table-list-item {
  margin: 0 0 10px 0;
}

.form-table-list-item:only-child,
.form-table-list-item:last-child {
  margin: 0;
}

input[name=payment-method]:checked + label {
  background-color: #f2f9ff;
  border-color: #99d3f7;
}

input[name=payment-method] + label + .form-table-description {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

input[name=payment-method]:checked + label + .form-table-description {
  display: block;
  height: auto;
  opacity: 1;
}

.form-table-message {
  margin: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-text-light);
}
.form-table-message:empty {
  margin: 0;
}

.form-table-list-checkbox {
  margin: 0;
}

.form-table-list-checkbox-label {
  padding: 0 0 0 25px;
  text-indent: -25px;
}

@media screen and (max-width: 767px) {
  .form-table {
    padding: 5px 0;
    border-spacing: 10px;
  }
  .form-table th,
.form-table td {
    display: block;
  }
  .form-table th + td {
    padding-top: 5px;
  }
  .form-table select {
    width: 100%;
  }
  .form-table input[type=text],
.form-table input[type=text].form-width-lg,
.form-table input[type=tel],
.form-table input[type=email],
.form-table input[type=password] {
    width: 100%;
  }
  .form-table th label {
    padding: 0;
  }
  input[name=payment-method] + label + .form-table-description {
    padding: 0;
  }
}
.form-table-heading-none-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.form-table-heading-none-inner > *:nth-child(even) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .form-table-heading-none-space {
    width: 220px;
  }
}
/* テーブル（確認画面）
------------------------------ */
.form-table.is-confirm {
  padding: 0;
  border-spacing: 12px 24px;
}

@media screen and (max-width: 767px) {
  .form-table.is-confirm th {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* 必須ラベル
------------------------------ */
.form-required-label {
  padding-left: 5px;
  color: var(--color-text-danger);
}

/* ボタン
------------------------------ */
.form-btn-wrap {
  margin: 30px auto 0;
  text-align: center;
}
.form-btn-wrap.is-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 450px;
  max-width: 100%;
}
.form-btn-wrap.is-col-2 > .btn {
  width: calc(50% - 5px);
}
.form-btn-wrap.is-col-2 > form {
  width: calc(50% - 5px);
}
.form-btn-wrap.is-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 334px;
  max-width: 100%;
}

.form-btn {
  max-width: 100%;
}

.form-back-btn {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .form-btn-wrap {
    margin: 20px auto 0;
  }
  .form-btn-wrap.is-col-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .form-btn-wrap.is-col-2 > .btn {
    width: 100%;
  }
  .form-btn-wrap.is-col-2 > form {
    width: 100%;
  }
}
/* トグル
------------------------------ */
.form-toggle-body {
  padding: 30px;
  background: var(--color-bg-light);
}

/* ------------------------------
　　商品リスト
------------------------------ */
.item-list-section {
  overflow: hidden;
}

.item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px 20px;
  padding: 0;
  list-style-type: none;
}

.item-wrap {
  padding: 0 5px 10px;
}

.item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  color: var(--color-text-base);
  background-color: #FFF;
  border: 1px solid var(--color-border-base);
}
.item:link, .item:hover, .item:visited {
  color: var(--color-text-base);
  text-decoration: none;
}
.item:hover img {
  opacity: 0.8;
}

.item-title {
  margin: 0 0 5px 0;
  line-height: 1.2;
  word-break: break-all;
}

.item-category {
  display: inline-block;
  margin: 4px 2px;
  padding: 4px;
  color: var(--color-text-invert);
  font-weight: bold;
  vertical-align: middle;
  background-color: var(--color-bg-dark);
  border: 1px solid var(--color-bg-dark);
  font-size: 12px;
  font-size: 0.75rem;
}

.item-name {
  display: inline-block;
  margin: 0;
  color: var(--color-text-base);
  font-weight: normal;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1rem;
}

.item-media {
  aspect-ratio: 16/9;
}

.item-media img {
  width: 100%;
}

.item-body {
  padding: 10px;
  background-color: #FFF;
}

.item-cart-btn {
  display: block;
  width: 100%;
  padding: 5px;
  color: var(--color-text-invert);
  text-align: center;
  background-color: var(--color-primary);
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
}

.item-price-wrap {
  position: relative;
  margin: 0;
  line-height: 1.4;
}

/* 価格,商品名のフォント */
.item-price,
.item-price-sold-out,
.item-price-after {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.item-price {
  position: relative;
  margin: 0;
  color: var(--color-text-base);
  vertical-align: middle;
}
.item-price.is-strike {
  text-decoration: line-through;
}

.item-price-is-tax {
  margin: 0 0 0 3px;
  font-size: 12px;
  font-size: 0.75rem;
}

.item-price-sold-out,
.item-price-after {
  padding-left: 10px;
  color: var(--color-text-danger);
  vertical-align: middle;
}

.item-price-after {
  position: relative;
  padding-left: 18px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAAXNSR0IArs4c6QAAAE5JREFUGBljOChi1sCABTAxMjLUY5NkAinGJgmWwCYJl0CXZAEJIAOosQwoOpAVYEj8/8/QaP/mVAOKBEwQpBMugSwIl0AXBNuFzdcgCQDPnCC5/1krIAAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: 8px 50%;
}

.item-remain {
  display: inline-block;
  margin: 4px 2px;
  padding: 4px;
  color: var(--color-primary);
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid var(--color-primary);
  font-size: 12px;
  font-size: 0.75rem;
}

.item-message {
  margin: 10px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .item-list {
    margin: 0 -20px;
  }
  .item-wrap {
    padding: 0 20px 40px;
  }
}
/*　背景あり　
------------------------------ */
.item-list-section.is-bg-moderate {
  padding: 80px 0;
  background-color: var(--color-bg-light);
  /* 価格,商品名のフォント */
}
.item-list-section.is-bg-moderate .item-price,
.item-list-section.is-bg-moderate .item-price-sold-out,
.item-list-section.is-bg-moderate .item-price-after {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}
.item-list-section.is-bg-moderate .item-price-after {
  padding-left: 13px;
  background-position: 6px 50%;
}
.item-list-section.is-bg-moderate .item-remain {
  padding: 1px 3px;
}

/*　商品リスト(値段太字強調)　
------------------------------ */
.item-list-section.is-bold {
  /* 価格,商品名のフォント */
}
.item-list-section.is-bold .item-price,
.item-list-section.is-bold .item-price-sold-out,
.item-list-section.is-bold .item-price-after {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
}

/*　関連商品リスト
------------------------------ */
.item-list-section.is-relation {
  /* 価格,商品名のフォント */
}
.item-list-section.is-relation .title-underline {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.item-list-section.is-relation .title-underline:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .item-list-section.is-relation .item-wrap {
    max-width: 50%;
    padding-bottom: 20px;
  }
}
.item-list-section.is-relation .item-inner {
  border: none;
}
.item-list-section.is-relation .item-body {
  padding: 10px;
}
.item-list-section.is-relation .item-price,
.item-list-section.is-relation .item-price-sold-out,
.item-list-section.is-relation .item-price-after {
  font-size: 14px;
  font-size: 0.875rem;
}
.item-list-section.is-relation .item-price-after {
  padding-left: 13px;
  background-position: 6px 50%;
}
.item-list-section.is-relation .item-remain {
  padding: 1px 3px;
}

/* ------------------------------
　　リスト
------------------------------ */
/*　枠付き横並びリスト
------------------------------ */
.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
  padding: 0;
  list-style-type: none;
}

.list-item {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  min-height: 70px;
  padding: 5px;
}

.list-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: var(--color-primary);
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list-link:visited, .list-link:active, .list-link:focus, .list-link:hover {
  color: inherit;
}
.list-link:link, .list-link:visited {
  text-decoration: none;
}
.list-link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  content: "";
}
.list-link:hover::before {
  border-width: 2px;
}

@media screen and (min-width: 480px) {
  .list-item {
    width: 25%;
  }
}
@media screen and (min-width: 768px) {
  .list-item {
    width: 16.6666666667%;
    min-height: 120px;
  }
}
/*　縦積みリスト
------------------------------ */
.list-vertical {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.list-vertical.is-top-border {
  padding-top: 20px;
  border-top: 1px solid var(--color-border-base);
}

.list-vertical-item {
  margin: 0 0 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-text-base);
  -webkit-transition: padding-left 0.2s;
  transition: padding-left 0.2s;
}
.list-vertical-item.stay {
  position: relative;
  padding-left: 12px;
}
.list-vertical-item.stay::before {
  position: absolute;
  top: 7px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--color-primary);
  content: "";
}
.list-vertical-item:hover {
  padding-left: 12px;
}

.list-vertical-item-link {
  color: inherit;
  text-decoration: none;
}
.list-vertical-item-link:visited, .list-vertical-item-link:active, .list-vertical-item-link:focus, .list-vertical-item-link:hover {
  color: inherit;
  text-decoration: none;
}

/* ------------------------------
　　モーダル
------------------------------ */
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-animation: appear 0.3s ease-in;
  animation: appear 0.3s ease-in;
}

.modal-dialog {
  display: grid;
  grid-template: "header" auto "....." 15px "body" auto "....." 20px "footer" auto/100%;
  width: min(100% - 110px, 510px);
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 5px;
}

.modal-header {
  grid-area: header;
}

.modal-body {
  grid-area: body;
}

.modal-footer {
  grid-area: footer;
}

.modal-title {
  margin: 0;
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

.modal-error-icon {
  font-size: 40px;
  font-size: 2.5rem;
  display: grid;
  place-items: center;
  color: var(--color-text-danger);
}

.modal-error-text {
  margin: 0;
  color: var(--color-text-danger);
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

.modal-img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.modal-btn-wrap .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  color: var(--color-white);
}
.modal-btn-wrap .btn.is-secondary {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: var(--color-gray100);
}
.modal-btn-wrap *:only-child {
  max-width: 220px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .modal-btn-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .modal-btn-wrap .btn {
    width: 220px;
  }
  .modal-btn-wrap .btn.is-secondary {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

/* ------------------------------
　　検索BOX
------------------------------ */
.search-bar-wrap {
  margin-bottom: 40px;
}

.search-bar {
  display: table;
  width: 100%;
  border: 1px solid var(--color-border-base);
  border-radius: 4px;
}
.search-bar:hover {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.search-bar:focus-within {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.search-bar-input {
  display: table-cell;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: calc(100% - 60px);
  padding: 10px 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  border: none;
  border-radius: 4px;
  outline: 0;
}
.search-bar-input::-webkit-input-placeholder {
  color: var(--color-text-placeholder);
}
.search-bar-input:-ms-input-placeholder {
  color: var(--color-text-placeholder);
}
.search-bar-input::placeholder {
  color: var(--color-text-placeholder);
}
.search-bar-input:focus, .search-bar-input:focus-visible {
  outline: 0;
}

.search-bar-btn {
  display: table-cell;
  width: 40px;
  padding: 0 10px 0 5px;
  vertical-align: middle;
  background-color: transparent;
  border: none;
}
.search-bar-btn .acms-icon-search {
  font-size: 20px;
  font-size: 1.25rem;
  color: #CCC;
}
.search-bar-btn:hover .acms-icon-search {
  color: var(--color-text-light);
}

.search-bar-container {
  max-width: 650px;
  margin: 0 auto 20px;
}

/* ------------------------------
　　カテゴリー/キーワードへの案内リンク
------------------------------ */
.search-words-link-wrap {
  margin: 0 0 40px;
  text-align: center;
}

.search-words-link {
  font-size: 16px;
  font-size: 1rem;
  color: var(--color-primary);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

/* ------------------------------
　　not found用
------------------------------ */
.search-notfound {
  margin: 0 0 60px;
  text-align: center;
}

.search-recommend {
  margin: 0 0 30px;
  padding: 20px 10px;
  font-weight: bold;
  line-height: 1;
  background-color: var(--color-bg-light);
  font-size: 18px;
  font-size: 1.125rem;
}

/* ------------------------------
　　スライダー
------------------------------ */
.slick-slider {
  padding: 0;
}
.slick-slider img {
  margin: 0 auto;
}

.fix-height {
  overflow: hidden; /* はじめのちらつき防止 */
}

.slick-slide:hover {
  cursor: pointer;
}

.slick-list:focus:focus {
  position: relative;
}
.slick-list:focus:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: 2px dotted var(--color-focus);
  content: "";
}

.slider .slick-list:focus {
  position: relative;
}
.slider .slick-list:focus:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 2px dotted var(--color-focus);
  content: "";
}

.slider-thumbs {
  margin-top: 10px;
  padding: 0;
  text-align: center;
  list-style-type: none;
}
.slider-thumbs img {
  width: 50px;
  height: auto;
  vertical-align: top;
}
.slider-thumbs .slick-slide {
  width: 50px !important;
  border: 2px solid transparent;
}
.slider-thumbs div {
  vertical-align: top;
}

.slider-thumbs-item {
  display: inline-block;
  width: 50px !important;
  margin: 0 2px 4px;
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.slider-thumbs-item:hover {
  cursor: pointer;
  opacity: 1;
}
.slider-thumbs-item.is-current {
  opacity: 1;
}

.main-slider-image {
  display: block;
  height: 210px;
  background: no-repeat center #333;
  background-size: cover;
}

.main-slider-copy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.main-slider-copy {
  text-align: center;
}

.main-slider-copy-main {
  margin: 0;
  color: var(--color-text-invert);
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}

.main-slider-copy-side {
  margin: 0;
  color: var(--color-text-invert);
  font-size: 16px;
  font-size: 1rem;
}

/* ちらつき防止 */
.slick-track,
.slick-list {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-perspective: 1000;
  perspective: 1000;
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  margin: 5px 0 40px;
  padding: 0;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  background: #CCCCCC;
  border: 1px solid transparent;
  border-radius: 7px;
  content: "";
  font-size: 0px;
  font-size: 0rem;
}

.slick-dots li button:focus {
  border: 1px solid var(--color-primary);
  outline: 0;
}

.slick-dots li:hover button {
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background: var(--color-primary);
}

.slick-dots button {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@media screen and (min-width: 480px) {
  .main-slider-image {
    height: 370px;
  }
  .slick-dots {
    margin: 5px 0 60px;
  }
}
@media screen and (min-width: 768px) {
  .main-slider-image {
    height: 530px;
  }
  .main-slider-main-copy {
    font-size: 40px;
    font-size: 2.5rem;
  }
  .main-slider-side-copy {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .main-slider-container {
    padding-right: 0;
    padding-left: 0;
  }
}
/*----------------------------
　　サマリー（画像あり）
------------------------------ */
/* レイアウト
------------------------------ */
.summary-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}

.summary {
  display: grid;
  grid-template: "meta" auto "media" auto "summary" auto "read-more" auto/100%;
  gap: 15px 0;
  padding: 30px 0;
}
.summary > .summary-item-meta {
  grid-area: meta;
}
.summary > .summary-item-media {
  grid-area: media;
}
.summary > .summary-item-summary {
  grid-area: summary;
}
.summary > .summary-item-read-more {
  grid-area: read-more;
}
.summary.is-noimage {
  grid-template: "meta" auto "summary" auto "read-more" auto/100%;
}

@media screen and (min-width: 480px) {
  .summary {
    grid-template: "meta      media" auto "......... media" 8px "summary   media" 1fr "......... ........." 15px "read-more read-more" auto/1fr 40%;
    gap: 0 40px;
  }
  .summary > .summary-item-media {
    -ms-flex-item-align: end;
    align-self: end;
  }
}
/* サマリー
------------------------------ */
.summary {
  color: var(--color-text-base);
}
.summary:visited, .summary:active, .summary:focus, .summary:hover {
  color: inherit;
  text-decoration: none;
}
.summary:hover .summary-img-wrap {
  opacity: 0.8;
}
.summary:hover .summary-title {
  text-decoration: underline;
}
.summary.is-bordered {
  border-top: 1px solid #CCCCCC;
}

.summary-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
  font-size: 0px;
  font-size: 0rem;
}

.summary-time {
  display: inline-block;
  margin-right: 10px;
  color: var(--color-text-base);
  font-size: 14px;
  font-size: 0.875rem;
}

.summary-new-label {
  display: inline-block;
  margin-right: 10px;
  padding: 0 3px;
  color: var(--color-primary);
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  border: 1px solid currentColor;
}

.summary-category-label {
  display: inline-block;
  color: #777777;
  font-size: 12px;
  font-size: 0.75rem;
}

.summary-title {
  margin: 0;
  color: var(--color-text-base);
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.125rem;
}

.summary-text {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.5;
}

.summary-img-wrap {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.summary-read-more {
  margin: 0;
  color: var(--color-primary);
  font-weight: bold;
  line-height: 1;
  text-align: right;
  text-decoration: none;
  font-size: 16px;
  font-size: 1rem;
}

.summary-read-more-icon {
  padding: 0;
}

/*----------------------------
　　タグ
------------------------------ */
.tag-list {
  margin: 0;
  padding: 0;
  line-height: 1.7;
  list-style-type: none;
}

.tag-list-item {
  display: inline-block;
  margin-right: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}
.tag-list-item a {
  color: var(--color-text-light);
  text-decoration: none;
}
.tag-list-item a:hover {
  color: var(--color-text-base);
}
.tag-list-item.is-separator {
  margin-right: 0;
}
.tag-list-item.is-separator::before {
  color: var(--color-border-base);
  content: "#";
}
.tag-list-item.is-separator a {
  padding: 4px;
  color: var(--color-text-base);
  text-decoration: none;
}
.tag-list-item.is-separator a:hover {
  text-decoration: underline;
}

/*　タグフィルター
------------------------------ */
.tag-filter {
  margin: 0 0 30px;
}

.tag-filter-keyword::before {
  margin: 0 5px 0 0;
  opacity: 0.6;
  content: "#";
}
.tag-filter-keyword::after {
  content: ", ";
}
.tag-filter-keyword:last-child:after {
  content: none;
}

/*----------------------------
　　見出し
------------------------------ */
/*　下線入り見出し
------------------------------ */
.title-underline {
  margin: 0 0 30px;
  font-weight: normal;
  font-family: Futura, sans-serif;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}
.title-underline:after {
  display: block;
  width: 40px;
  height: 4px;
  margin: 0 auto;
  margin-top: 10px;
  font-weight: normal;
  background-color: var(--color-primary);
  content: "";
}

@media screen and (min-width: 768px) {
  .title-underline {
    margin-bottom: 50px;
  }
}
/*　シンプルな見出し
------------------------------ */
.title-simple {
  margin: 0 0 40px;
  color: var(--color-text-base);
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  font-size: 22px;
  font-size: 1.375rem;
}

/*　下線入り小さめ見出し
------------------------------ */
.title-sm-border {
  margin: 0 0 20px;
  padding: 0 0 6px;
  color: var(--color-text-base);
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid var(--color-border-base);
  font-size: 16px;
  font-size: 1rem;
}

/*　上下2重線入り見出し
------------------------------ */
.title-double-bar {
  margin: 0 0 30px;
  padding: 10px 0;
  color: var(--color-primary);
  line-height: 1.5;
  text-align: center;
  border: double 5px var(--color-primary);
  border-right: 0;
  border-left: 0;
  font-size: 16px;
  font-size: 1rem;
}

/* ------------------------------
　　管理画面のスタイル
------------------------------ */
#js-edit_inplace-box {
  clear: both;
}

.acms-admin-alert-small {
  font-size: 14px;
  font-size: 0.875rem;
}

/* ------------------------------
　　カート
------------------------------ */
.cart-message {
  margin: 0 0 20px;
}

.cart-list {
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border-base);
}
.cart-list.is-confirm {
  margin-top: 20px;
}

.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border-base);
}

.cart-item-media {
  width: min(30%, 170px);
}

.cart-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 5px;
}

.cart-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 5px;
}

.cart-name-item {
  margin: 0;
}
.cart-name-item a,
.cart-name-item a:visited,
.cart-name-item a:active,
.cart-name-item a:focus,
.cart-name-item a:hover {
  color: var(--color-text-base);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.cart-name-item a:hover {
  border-bottom: 0;
}

.cart-select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0;
}

.cart-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 5px;
}

.cart-detail-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
}

.cart-detail-item,
.cart-subtotal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart-number {
  width: 70px;
  margin: 0;
  padding: 5px 8px;
  line-height: 1.3;
  vertical-align: middle;
  border: 1px solid var(--color-border-base);
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
}

.cart-subtotal {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}

.cart-subtotal-side {
  display: inline-block;
  color: var(--color-text-light);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.cart-label {
  display: inline-block;
  color: var(--color-text-light);
  font-weight: normal;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
}

.cart-btn-link {
  padding: 0;
  color: #4380BC;
  font-size: 14px;
  font-size: 0.875rem;
  background: 0;
  border: 0;
}
.cart-btn-link:hover {
  text-decoration: underline;
}

.cart-error {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-text-danger);
}

.cart-caution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
  .cart-item-media {
    width: 170px;
  }
  .cart-subtotal {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .cart-number {
    padding: 2px 8px;
  }
}
/* お会計 */
.cart-total-title {
  margin: 0;
  padding: 15px;
  color: var(--color-text-base);
  line-height: 1;
  background-color: var(--color-bg-light);
}

.cart-total-box {
  margin: 0 0 20px 0;
  border: 4px solid var(--color-border-light);
}
.cart-total-box.is-confirm {
  margin-top: 20px;
}

.cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 5px 0;
  text-align: right;
}

.cart-total-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  margin: 0 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border-light);
}
.cart-total-row.is-border-none {
  padding-top: 0;
  border: 0;
}
.cart-total-row.is-sum {
  border: 0;
}
.cart-total-row.is-border-none + .is-sum {
  border-top: 1px solid var(--color-border-light);
}

.cart-total-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.cart-total-price {
  font-size: 16px;
  font-size: 1rem;
}
.cart-total-price.is-sum {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .cart-total-price.is-sum {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* ------------------------------
　　決済・配送方法選択ページ
------------------------------ */
/* カード情報入力フォーム表示切り替え
------------------------------ */
.option-card-form {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.option-card-form.is-active {
  display: block;
  height: auto;
  opacity: 1;
}

.option-payment-method-select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
.option-payment-method-select label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
.option-payment-method-select img {
  width: 70%;
  margin-bottom: 5px;
}

.option-credit-card-re-enter-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.option-credit-card-re-enter-form-info {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
  color: var(--color-text-success);
  font-weight: bold;
}

@media screen and (max-width: 479px) {
  .option-payment-method-select img {
    width: 95%;
    margin-bottom: 5px;
  }
  .option-payment-method-select.is-method-square {
    margin: 0;
  }
  .option-credit-card-re-enter-form {
    display: inline;
  }
  .option-credit-card-re-enter-form-info {
    margin-bottom: 5px;
  }
}
/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-suggest {
  margin: 20px 0 30px;
  padding: 20px;
  color: var(--color-text-base);
  border: 1px solid var(--color-border-base);
}

.contact-suggest-message {
  margin: 0 0 5px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.contact-suggest-tel {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
}
.contact-suggest-tel > * {
  vertical-align: middle;
}

.contact-suggest-tel-icon {
  padding-right: 5px;
}

.contact-suggest-tel-num {
  color: var(--color-text-base);
}
.contact-suggest-tel-num:link, .contact-suggest-tel-num:visited {
  text-decoration: none;
}
.contact-suggest-tel-num:hover {
  text-decoration: underline;
  cursor: pointer;
}
.contact-suggest-tel-num:link, .contact-suggest-tel-num:visited {
  color: var(--color-text-base);
}
.contact-suggest-tel-num:hover {
  color: var(--color-text-base);
  cursor: pointer;
}

.contact-suggest-tel-time {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .contact-suggest {
    margin-top: 40px;
  }
}
/* ------------------------------
　　エントリー
------------------------------ */

.entry-page-header {
  margin-bottom: 30px;
}
.entry-page-header.is-height {
  margin-bottom: 50px;
}

.entry-time {
  margin: 0 5px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.entry-new {
  padding: 0 3px;
  font-size: 10px;
  font-size: 0.625rem;
  color: var(--color-primary);
  font-weight: bold;
  border: 1px solid currentColor;
}

.entry-title {
  margin: 0 0 5px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
}

.entry-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.entry-category,
.entry-tag-item {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--color-text-light);
  text-decoration: none;
}
.entry-category a,
.entry-tag-item a {
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--color-text-light);
  text-decoration: none;
}
.entry-category:hover a,
.entry-tag-item:hover a {
  color: var(--color-text-base);
}

.entry-category {
  margin-right: 10px;
}

.entry-tag-item {
  margin-right: 5px;
}

/*　ユニット
------------------------------ */
.entry-column {
  line-height: 1.5;
  font-size: 16px;
  font-size: 1rem;
  /* コンテンツの初めの要素には上余白をつけない */
  /* リスト */
  /* 番号付きリスト */
  /* 定義リスト */
  /* テーブル */
  /* 引用 */
  /* 引用URL */
  /* ソースコード（prettify.css一部上書き） */
}
.entry-column p {
  margin: 0 10px 28px;
  line-height: 1.7;
}
.entry-column a {
  border-bottom: 1px dashed;
}
.entry-column a:link, .entry-column a:visited {
  color: var(--color-text-light);
}
.entry-column a:hover {
  color: var(--color-text-light);
  cursor: pointer;
}
.entry-column a:link, .entry-column a:hover, .entry-column a:visited {
  text-decoration: none;
}
.entry-column a:hover {
  color: var(--color-primary);
}
.entry-column em {
  color: var(--color-primary);
  font-weight: bold;
  font-style: normal;
}
.entry-column strong {
  font-weight: bold;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, transparent), color-stop(45%, var(--color-bg-highlight)));
  background: linear-gradient(transparent 45%, var(--color-bg-highlight) 45%);
}
.entry-column h2 {
  margin: 40px 0 30px 0;
  padding: 15px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  background-color: var(--color-bg-light);
}
.entry-column h3 {
  margin: 40px 0 30px 0;
  padding-left: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  border-left: 2px solid var(--color-primary);
}
.entry-column h4 {
  margin: 40px 0 30px 0;
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--color-text-light);
}
.entry-column h5 {
  margin: 40px 0 30px 0;
  margin-bottom: 30px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.entry-column > *:first-child, .entry-column > *:first-child.js-edit_inplace > *:first-child, .entry-column > *:first-child.js-edit_inplace-hovering + .js-edit_inplace > *:first-child,
.entry-column .acms-entry-unit-full > *:first-child,
.entry-column .acms-entry-unit-full > *:first-child.js-edit_inplace > *:first-child,
.entry-column .acms-entry-unit-full > *:first-child.js-edit_inplace-hovering + .js-edit_inplace > *:first-child {
  margin-top: 0;
}
.entry-column ul {
  margin: 0 10px 30px;
  padding: 0;
  list-style: none;
}
.entry-column ul ul {
  margin-top: 10px;
}
.entry-column ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 12px;
  color: var(--color-text-base);
}
.entry-column ul li::before {
  position: absolute;
  top: 9.5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: var(--color-primary);
  content: "";
}
.entry-column ul li:last-child {
  margin-bottom: 0;
}
.entry-column ol {
  margin: 0 10px 30px;
  padding: 0;
  counter-reset: section;
}
.entry-column li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
  list-style: none;
}
.entry-column li:last-child {
  margin-bottom: 0;
}
.entry-column li:before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--color-primary);
  font-weight: bold;
  content: counters(section, "-") ". ";
  counter-increment: section;
}
.entry-column dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.entry-column dd {
  margin-bottom: 15px;
  margin-left: 15px;
}
.entry-column table {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid var(--color-border-base);
  border-collapse: collapse;
}
.entry-column th {
  padding: 10px;
  font-weight: normal;
  text-align: left;
  background: var(--color-bg-light);
  border: 1px solid var(--color-border-base);
}
.entry-column td {
  padding: 10px;
  border: 1px solid var(--color-border-base);
}
.entry-column blockquote {
  margin-bottom: 30px;
  padding: 20px;
  line-height: 1.7;
  border: 1px solid var(--color-border-base);
  border-left: 7px solid var(--color-border-base);
}
.entry-column blockquote > p {
  margin-bottom: 0;
}
.entry-column .quote {
  padding: 0;
  border-width: 1px;
}
.entry-column .quoteLink {
  display: block;
  padding: 15px 30px;
  border: none;
}
.entry-column .quoteLink:link, .entry-column .quoteLink:hover, .entry-column .quoteLink:visited {
  text-decoration: none;
}
.entry-column .quoteLink:hover .quoteTitle {
  text-decoration: underline;
}
.entry-column .quote-maincontents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.entry-column .quoteTitle-wrap {
  margin: 0 20px 10px 0;
}
.entry-column .quoteTitle {
  color: var(--color-text-base);
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
}
.entry-column .quoteImageContainer {
  float: none;
  margin: 0 0 10px;
}
.entry-column .quoteSiteName {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
.entry-column .quoteDescription {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}
.entry-column .caption {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  color: var(--color-text-light);
  line-height: 1;
}
.entry-column .prettyprint {
  max-width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: var(--color-bg-light);
  border: none;
}
.entry-column .prettyprint.linenums {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.entry-column .prettyprint.linenums li {
  color: #999999;
}
.entry-column .prettyprint ol {
  margin: 0;
  padding: 15px 0 15px 56px;
  overflow: visible;
  line-height: 2em;
  -webkit-box-shadow: inset 48px 0 0 var(--color-bg-light), inset 49px 0 0 #BDB7B7;
  box-shadow: inset 48px 0 0 var(--color-bg-light), inset 49px 0 0 #BDB7B7;
}
.entry-column .prettyprint li {
  margin-bottom: 5px;
  overflow: visible;
  line-height: 1.5;
  white-space: pre;
  list-style: decimal;
  list-style-position: outside;
}
.entry-column .prettyprint li::before {
  content: none;
}
.entry-column .prettyprint li::after {
  padding: 1px 20px 0 20px;
  content: "";
}
.entry-column .prettyprint li:last-child {
  margin: 0;
}
.entry-column code,
.entry-column pre,
.entry-column samp {
  font-family: Menlo, Monaco, "Courier New", monospace;
}
.entry-column .entry-container {
  clear: both;
}
.entry-column [class^=column-table] .entry-container {
  margin-bottom: 30px;
  overflow-x: auto;
}
.entry-column [class^=column-table] table {
  margin-bottom: 0;
}
.entry-column [class*=column-youtube-],
.entry-column [class*=column-video-],
.entry-column [class*=column-yolp-],
.entry-column [class*=column-file-],
.entry-column [class*=column-eximage-],
.entry-column [class*=column-image-],
.entry-column [class*=column-media-],
.entry-column [class*=column-file-] {
  margin-bottom: 30px;
}
.entry-column [class*=column-youtube-] a,
.entry-column [class*=column-video-] a,
.entry-column [class*=column-yolp-] a,
.entry-column [class*=column-file-] a,
.entry-column [class*=column-eximage-] a,
.entry-column [class*=column-image-] a,
.entry-column [class*=column-media-] a,
.entry-column [class*=column-file-] a {
  border: none;
}
.entry-column ul, .entry-column ol, .entry-column dl {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .entry-column .entry-container {
    -ms-overflow-x: auto;
    overflow-x: auto;
  }
  .entry-column table th,
.entry-column table td {
    white-space: nowrap;
  }
}
.entry-column > p,
.entry-column > h2,
.entry-column > h3,
.entry-column > h4,
.entry-column > h5 {
  margin-right: 10px;
  margin-left: 10px;
}

/*　acms.cssの上書き
------------------------------ */
@media screen and (max-width: 767px) {
  .acms-entry [class*=column-eximage-].nocaption,
.acms-entry [class*=column-image-].nocaption,
.acms-entry [class*=column-map-],
.acms-entry [class*=column-media-].nocaption,
.acms-entry [class*=column-video-],
.acms-entry [class*=column-yolp-],
.acms-entry [class*=column-youtube-],
.acms-entry .caption,
.column-eximage-right,
.column-image-right,
.column-media-right,
.column-eximage-left,
.column-image-left,
.column-media-left {
    text-align: center;
  }
  .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/*　SNSシェア
------------------------------ */
.share-wrapper {
  margin-top: 20px;
  text-align: right;
}

.share-text {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

/* ------------------------------
　　ショップ詳細ページ
------------------------------ */
/* レイアウト
------------------------------ */
.entry-shop .entry-layout {
  display: grid;
  grid-template: "media" auto "....." 35px "cart" auto "unit" auto/100%;
}
.entry-shop .entry-layout > .entry-item-media {
  grid-area: media;
}
.entry-shop .entry-layout > .entry-item-cart {
  grid-area: cart;
}
.entry-shop .entry-layout > .entry-item-unit {
  grid-area: unit;
}

@media screen and (min-width: 768px) {
  .entry-shop .entry-layout {
    display: grid;
    grid-template: "media cart" auto "unit  cart" auto/calc(66.6666666667% - 20px) calc(33.3333333333% - 20px);
    gap: 40px;
  }
}
/* 商品詳細
------------------------------ */
.entry-shop .entry-title {
  margin: 25px 0 10px;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: normal;
}
.entry-shop .entry-title a:link, .entry-shop .entry-title a:visited {
  color: var(--color-text-base);
}
.entry-shop .entry-title a:hover {
  color: var(--color-text-base);
  cursor: pointer;
}
.entry-shop .entry-title a:link, .entry-shop .entry-title a:visited {
  text-decoration: none;
}
.entry-shop .entry-title a:hover {
  text-decoration: underline;
  cursor: pointer;
}
.entry-shop .entry-slider-thumbnail-link {
  display: block;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.entry-shop .entry-slider-thumbnail-link:hover {
  opacity: 0.8;
}
.entry-shop .entry-item-select-table {
  width: 100%;
  margin-bottom: 20px;
}
.entry-shop .entry-item-select-table th,
.entry-shop .entry-item-select-table td {
  padding: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-text-base);
  line-height: 1.3;
  text-align: left;
}
.entry-shop .entry-item-select-table th {
  width: 17%;
  min-width: 56px;
  padding-left: 0;
  font-weight: normal;
}
.entry-shop .entry-item-select-table td {
  padding-right: 0;
}
.entry-shop .entry-item-select-table select {
  width: 100%;
  padding: 13px 30px 13px 13px;
  line-height: 1.3;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAFCAYAAABIHbx0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTMuMTEuMTnMGoPBAAAAdElEQVQYlY3OwQnCUBRE0ZN0YAu2YC9BXIr814FdWMCrQOzFjbiXVGAH+t0kghDhX5jNDAy3y8wLBsucSym7P9sPPfa4L2w3HFpOoIPMXOOK1dQ/sYmIsdbadNRDRDywxXvKEBFjq83XaCYzj3hFxGnuWo0+M1AfO0Vm+NoAAAAASUVORK5CYII=) 100% #fff;
  background-repeat: no-repeat;
  border: 1px solid var(--color-border-base);
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
.entry-shop .entry-item-select-table input {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  padding: 13px;
  color: var(--color-text-base);
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid var(--color-border-base);
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.entry-shop .entry-info {
  display: block;
  margin: 0 0 30px 0;
}
.entry-shop .entry-price-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border-base);
}
.entry-shop .entry-price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.entry-shop .entry-price {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  /* 値引き価格 */
}
.entry-shop .entry-price.is-strike {
  text-decoration: line-through;
}
.entry-shop .entry-price.item-price-after {
  padding-left: 27px;
  vertical-align: middle;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAAXNSR0IArs4c6QAAAE5JREFUGBljOChi1sCABTAxMjLUY5NkAinGJgmWwCYJl0CXZAEJIAOosQwoOpAVYEj8/8/QaP/mVAOKBEwQpBMugSwIl0AXBNuFzdcgCQDPnCC5/1krIAAAAABJRU5ErkJggg==);
  background-position: 15px 50%;
}
.entry-shop .entry-price-is-tax {
  margin: 0 0 0 3px;
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-shop .entry-sold-out {
  display: inline-block;
  margin-left: auto;
  color: var(--color-text-danger);
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.entry-shop .entry-price-bottom-text {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
}
.entry-shop .entry-info-box {
  margin: 0 0 10px 0;
}

@media screen and (min-width: 768px) {
  .entry-shop .entry-title {
    margin: 25px 0 30px;
    text-align: center;
  }
  .entry-shop .entry-info {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .entry-shop .entry-price-bottom-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/* 商品概要テーブル
------------------------------ */
.entry-shop .entry-item-outline-table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse;
}
.entry-shop .entry-item-outline-table th,
.entry-shop .entry-item-outline-table td {
  padding: 15px;
  color: var(--color-text-base);
  font-weight: normal;
  text-align: left;
  vertical-align: center;
  border: 2px solid var(--color-border-base);
}
.entry-shop .entry-item-outline-table th {
  font-size: 16px;
  font-size: 1rem;
  background-color: var(--color-bg-light);
}
.entry-shop .entry-item-outline-table td {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .entry-shop .entry-item-outline-table {
    border-top: 2px solid var(--color-border-base);
  }
  .entry-shop .entry-item-outline-table th,
.entry-shop .entry-item-outline-table td {
    display: block;
    border-top: none;
  }
}
/* ------------------------------
　　お知らせリスト
------------------------------ */
.news-list {
  display: block;
  max-width: 780px;
  margin: 0 auto 40px;
  padding: 0;
  list-style-type: none;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 0;
  color: var(--color-text-base);
  border-bottom: 1px solid var(--color-border-base);
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.news-item:visited, .news-item:active, .news-item:hover {
  color: inherit;
  text-decoration: none;
}
.news-item:hover .news-item-title {
  text-decoration: underline;
}

.news-item-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  margin-bottom: 5px;
}

.news-item-time {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-text-base);
}

.news-item-new-label {
  display: inline-block;
  margin: 0 5px;
  padding: 0 3px;
  color: var(--color-primary);
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  border: 1px solid currentColor;
}

.news-item-category-label {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-text-light);
}

.news-list,
.news-item-item:first-child {
  border-top: 1px solid var(--color-border-base);
}

.news-item-title {
  margin: 0;
  text-decoration: none;
}

/* ------------------------------
　　注文画面
------------------------------ */
.order-back-btn {
  display: inline-block;
  width: 220px;
  color: var(--color-text-invert);
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
}
.order-back-btn:link, .order-back-btn:hover, .order-back-btn:visited {
  color: var(--color-text-invert);
  text-decoration: none;
}

/* 別のお届け先指定 */
td.order-check-cell {
  padding-bottom: 10px;
}

.order-num-wrap {
  margin: 20px 0 40px 0;
  padding: 10px;
  text-align: center;
  border: 1px solid var(--color-border-base);
  font-size: 18px;
  font-size: 1.125rem;
}

.order-num-label {
  display: inline-block;
  padding-right: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  vertical-align: middle;
}

.order-num {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

/* ------------------------------
　　ヘッダーボタン
------------------------------ */
.header-item-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 5px;
  position: fixed;
  top: calc(50px + 1.25em);
  right: 1.25em;
  z-index: 99;
}
@media screen and (min-width: 1024px) {
  .header-item-fixed {
    top: inherit;
    bottom: 1.25em;
  }
}
.header-btn {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 50px;
  padding: 6px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  font-size: 22px;
  font-size: 1.375rem;
}
.header-btn .acms-icon {
  padding: 0;
  color: var(--color-primary);
  font-size: 22px;
  font-size: 1.375rem;
}
.header-btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.header-btn-text {
  display: block;
  margin-top: 3px;
  color: var(--color-primary);
  font-size: 10px;
  letter-spacing: 0;
}

.header-btn.is-primary {
  background-color: var(--color-primary);
}
.header-btn.is-primary .acms-icon {
  color: #fff;
}
.header-btn.is-primary .header-btn-text {
  color: #fff;
}

.header-btn.is-badge {
  position: relative;
}

.header-btn-badge {
  position: absolute;
  top: -10px;
  right: -8px;
  display: inline-block;
  width: 2em;
  padding: 2px;
  color: #fff;
  background: var(--color-secondary);
  border-radius: 10em;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 1024px) {
  .header-btn {
    min-width: 65px;
    padding: 0.3em 0.25em;
  }
  .header-btn .acms-icon {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .header-btn-badge {
    font-size: 14px;
    font-size: 0.875rem;
  }
}