/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 {
  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;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  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;
}
@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
html {
  font-size: 16px;
}

body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: var(--color-text-base);
  font-size: 16px;
  font-size: 1rem;
}

/* リンクの設定 */
a {
  color: #006DD9;
  text-decoration: none;
  border: none;
}
a:visited {
  color: #7F5AD7;
  text-decoration: none;
}
a:active {
  color: #006DD9;
  text-decoration: none;
}
a:hover {
  color: #006DD9;
  text-decoration: underline;
}

/* コンテナ */
.container {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  max-width: 944px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}

.container-sm {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  max-width: 740px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}

@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-,
.validator-result-,
.validator-result-1,
.v-result-,
.v-result-1 {
  display: none;
}

.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;
}

.utility-text-primary {
  color: var(--color-primary);
}

.utility-margin-inline-auto {
  margin-inline: auto;
}

/* ------------------------------
　　カート追加フォーム
------------------------------ */
.add-to-cart-table {
  width: 100%;
  margin-bottom: 20px;
}
.add-to-cart-table th,
.add-to-cart-table td {
  padding: 5px;
  line-height: 1.3;
  color: var(--color-text-base);
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
}
.add-to-cart-table th {
  width: 17%;
  min-width: 56px;
  padding-left: 0;
  font-weight: normal;
}
.add-to-cart-table td {
  padding-right: 0;
}
.add-to-cart-table select {
  width: 100%;
  padding: 13px 30px 13px 13px;
  line-height: 1.3;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  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;
  font-size: 16px;
  font-size: 1rem;
}
.add-to-cart-table input {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  padding: 13px;
  line-height: 1.3;
  color: var(--color-text-base);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid var(--color-border-base);
  border-radius: 3px;
  box-shadow: none;
}

@media screen and (max-width: 767px) and (min-width: 480px) {
  .entry-price-bottom-box {
    display: flex;
  }
}
/* ------------------------------
　　アラート
------------------------------ */
.alert {
  margin-bottom: 40px;
  border-radius: 4px;
  box-shadow: none;
}

/* ------------------------------
　　枠付きコンテンツ・メモなど
------------------------------ */
.attention {
  padding: 2rem;
  margin-top: 4rem;
  border: 2px solid var(--color-text-danger);
}

.attention-heading {
  margin: 0 0 1em;
  color: var(--color-text-danger);
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .attention {
    padding: 3rem 3.5rem;
  }
}
/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  box-sizing: border-box;
  display: inline-block;
  width: 335px;
  max-width: 100%;
  padding: 8px;
  font-weight: bold;
  line-height: 2;
  color: var(--color-text-invert);
  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;
  transition: opacity 0.2s;
}
.btn:hover {
  opacity: 0.8;
}
.btn:link, .btn:hover, .btn:visited {
  color: var(--color-text-invert);
  text-decoration: none;
}
.btn.is-disabled, .btn:disabled {
  pointer-events: none !important;
  opacity: 0.65;
}
.btn.is-back-btn {
  position: relative;
  width: auto;
  margin: 20px auto;
  font-weight: normal;
  color: var(--color-text-base);
  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;
  content: "";
  border-top: 2px solid currentcolor;
  border-left: 2px solid currentcolor;
  transform: rotate(-45deg);
}
.btn.is-secondary {
  font-weight: normal;
  color: var(--color-text-base);
  background: 0;
  border: 1px solid var(--color-border-base);
}
.btn.is-danger {
  background: var(--color-text-danger);
  border-color: var(--color-text-danger);
}
.btn.is-width-full {
  display: block;
  width: 100%;
}
.btn.is-width-sm {
  width: 220px;
}

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

.btn-readmore {
  display: inline-block;
  padding: 16px 40px;
  line-height: 1;
  color: var(--color-text-invert);
  text-decoration: none;
  background-color: var(--color-primary);
  border-radius: 10em;
  font-size: 16px;
  font-size: 1rem;
  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: flex;
  align-items: center;
  padding: 0;
  color: var(--color-text-base);
  background: 0;
  border: 0;
  font-size: 16px;
  font-size: 1rem;
}
.btn-text-link:hover {
  text-decoration: underline;
}

/* ------------------------------
　　注意文
------------------------------ */
.caution {
  display: flex;
  flex-flow: column;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 20px;
}
.caution > *:not(:first-child) {
  margin-top: 5px;
}

.caution-text {
  margin: 0;
}

/** Light color-scheme **/
:root {
  --cc-bg: var(--color-text-invert);
  --cc-text: var(--color-text-base);
  --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: #EEE;
  --cc-toggle-bg-off: #999;
  --cc-toggle-bg-on: #666;
  --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: #EEE;
  --cc-section-border: #f5f1f1;
  --cc-cookie-table-border: #f2e9e9;
  --cc-overlay-bg: rgb(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;
  box-sizing: border-box;
  box-sizing: border-box;
  visibility: unset;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  font-variant: normal;
  line-height: 1.2;
  color: inherit;
  text-align: left;
  text-transform: none;
  letter-spacing: unset;
  text-decoration: none;
  background: none;
  border: none;
  box-shadow: none;
  transition: none;
  animation: none;
}

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

.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;
  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 {
  transition: visibility 0.25s linear, opacity 0.25s ease, transform 0.25s ease !important;
}

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

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

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

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

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

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

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

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

#cm.bar.top.slide {
  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 {
  visibility: visible !important;
  opacity: 1;
  transform: scale(1);
}

.force--consent.show--consent .c--anim #cm.box.middle,
.force--consent.show--consent .c--anim #cm.cloud.middle {
  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;
  right: 1.25em;
  bottom: 1.25em;
  z-index: 1;
  visibility: hidden;
  width: 100%;
  max-width: 24.2em;
  padding: 1.1em 1.8em 1.4em;
  font-family: inherit;
  line-height: initial;
  background: #fff;
  background: var(--cc-bg);
  box-shadow: 0 0.625em 1.875em #000;
  box-shadow: 0 0.625em 1.875em rgba(2, 2, 3, 0.28);
  opacity: 0;
  transform: scale(0.95);
}

/** 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;
  font-size: 0.82em;
  color: #40505a;
  color: var(--cc-btn-secondary-text);
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  border-radius: 4px;
}

#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;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

#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 {
  padding: 1em;
  margin-top: 0;
}

#s-cnt .b-bn .b-tl {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.3em 6.4em 1.3em 2.7em;
  font-family: inherit;
  font-size: 0.95em;
  cursor: pointer;
  background: none;
  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 {
  padding: 1em;
  margin-bottom: 0.5em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  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 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 2em;
  border: 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;
  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;
  padding-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

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

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

.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;
  visibility: hidden;
  max-width: 45em;
  height: 100%;
  height: 100%;
  padding-top: 4.75em;
  padding-bottom: 4.75em;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: rgba(3, 6, 9, 0.26) 0 13px 27px -5px;
  opacity: 0;
  transform: scale(0.96);
}

#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;
}

#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;
  font-weight: 600;
  color: #253b48;
  color: var(--cc-btn-primary-bg);
  text-decoration: none;
  cursor: pointer;
  border-bottom: 1px solid currentcolor;
}

.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;
  padding: 0;
  margin: 0;
  font-size: 1.45em;
  font-weight: initial;
}

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

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

#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;
  transform: translateY(-50%);
}

@media screen and (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;
          user-select: none;
  user-select: none;
  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;
  cursor: pointer;
  border: 0;
}

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

.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 {
  box-shadow: none;
}

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

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

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

#s-bl tbody tr {
  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%;
  padding: 0;
  margin: 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;
  vertical-align: top;
  text-align: left;
}

#s-bl th {
  padding: 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;
  visibility: hidden;
  background: #070707;
  background: rgba(4, 6, 8, 0.85);
  background: var(--cc-overlay-bg);
  opacity: 0;
  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;
  visibility: hidden;
  width: 100%;
  width: 100vw;
  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;
  padding: 0.2em;
  margin-right: 15px;
  content: "";
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
}

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

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

#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;
  content: "";
  background: #444d53;
  background: var(--cc-btn-secondary-text);
  border-radius: 1em;
  transform: rotate(45deg);
}

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

.cc_div .off-i,
.cc_div .on-i {
  position: absolute;
  right: 0;
  display: block;
  width: 50%;
  height: 100%;
  text-align: center;
  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.0938em;
  height: 0.7em;
  margin: 0 auto;
  content: " ";
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  transform-origin: center;
}

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

.cc_div .off-i::after {
  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;
  transform: translateY(-37%);
}

.force--consent #cm.box.middle.zoom,
.force--consent #cm.cloud.middle.zoom {
  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;
  padding: 1.3em 2em;
  margin: 0 auto;
  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;
}

#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%;
  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;
  text-overflow: ellipsis;
  color: #000;
  color: var(--cc-text);
  white-space: nowrap;
  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 (width <= 688px) {
  #cm,
  #cm.cloud,
  #cm.left,
  #cm.right {
    right: 1em;
    bottom: 1em;
    left: 1em;
    display: block;
    width: auto;
    max-width: 100%;
    padding: 1.4em !important;
    margin: 0;
  }
  .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%;
    transform: none;
  }
  .cc_div .b-tg {
    right: 1.1em;
    transform: scale(1.1);
  }
  #s-inr {
    padding-bottom: 7.9em;
    margin: 0;
    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;
    text-overflow: ellipsis;
    color: #000;
    color: var(--cc-text);
    white-space: nowrap;
    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 {
  padding-left: 1em;
  margin-bottom: 0.7em;
}

.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-step {
  margin: 0 -10px 50px;
}

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

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

.form-login-btn-wrap {
  display: flex;
  margin: 0 0 40px;
}
.form-login-btn-wrap > *:not(:first-child) {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

.form-step-item {
  position: relative;
  display: block;
  width: 135px;
  padding: 5px;
  margin: 0 10px;
  color: var(--color-text-invert);
  text-align: center;
  background-color: var(--color-primary-lighter);
  font-size: 12px;
  font-size: 0.75rem;
}
.form-step-item::before {
  position: absolute;
  top: 50%;
  right: -50px;
  display: block;
  width: 50px;
  height: 3px;
  content: "";
  background-color: var(--color-primary-lighter);
}
.form-step-item:last-child::before {
  display: none;
}

.form-step-number {
  display: block;
  color: var(--color-text-invert);
  font-size: 16px;
  font-size: 1rem;
}

.form-step-item-current {
  font-weight: bold;
  color: var(--color-text-invert);
  background-color: var(--color-primary);
}

@media screen and (max-width: 767px) {
  .form-title {
    padding-top: 30px;
  }
  .form-step {
    margin: 0 -5px 50px;
  }
  .form-step-item {
    margin: 0 5px;
  }
}
@media screen and (max-width: 479px) {
  .form-login-btn-wrap {
    flex-direction: column;
    margin: 0 0 30px;
  }
  .form-login-btn-wrap > *:not(:first-child) {
    margin-top: 5px;
    margin-left: 0;
  }
  .form-login-btn {
    width: auto;
  }
}
/* メッセージ
------------------------------ */
.message {
  margin: 0 0 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}
.message.is-bold {
  font-weight: bold;
}
.message.is-danger {
  color: var(--color-text-danger);
}

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

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

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

/* テーブル
------------------------------ */
.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%;
  padding: 5px 10px;
  margin-bottom: 20px;
  color: var(--color-text-base);
  text-align: left;
  border-spacing: 10px;
  border: 4px solid var(--color-border-light);
}
.form-table th,
.form-table td {
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
.form-table th {
  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-text-base);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
  background-color: #fff;
  border: 1px solid var(--color-border-base);
  border-radius: 3px;
  box-shadow: none;
  font-size: 16px;
  font-size: 1rem;
}
.form-table select.invalid,
.form-table input[type=text].invalid,
.form-table input[type=date].invalid,
.form-table input[type=tel].invalid,
.form-table input[type=email].invalid,
.form-table input[type=password].invalid,
.form-table textarea.invalid {
  background-color: #ffebee;
}
.form-table select,
.form-table input.select-style {
  width: 304px;
  padding-right: 30px;
  line-height: 1.3;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAFCAYAAABIHbx0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTMuMTEuMTnMGoPBAAAAdElEQVQYlY3OwQnCUBRE0ZN0YAu2YC9BXIr814FdWMCrQOzFjbiXVGAH+t0kghDhX5jNDAy3y8wLBsucSym7P9sPPfa4L2w3HFpOoIPMXOOK1dQ/sYmIsdbadNRDRDywxXvKEBFjq83XaCYzj3hFxGnuWo0+M1AfO0Vm+NoAAAAASUVORK5CYII=) 100% #fff;
  background-repeat: no-repeat;
}
.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]::-moz-placeholder, .form-table input[type=tel]::-moz-placeholder, .form-table input[type=email]::-moz-placeholder, .form-table input[type=password]::-moz-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::-moz-placeholder {
  color: var(--color-text-placeholder);
}
.form-table textarea::placeholder {
  color: var(--color-text-placeholder);
}

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

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

.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;
  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.is-vertical {
  padding: 5px 0;
  border-spacing: 10px;
}
.form-table.is-vertical th,
.form-table.is-vertical td {
  display: block;
}
.form-table.is-vertical th + td {
  padding-top: 5px;
}
.form-table.is-vertical select {
  width: 100%;
}
.form-table.is-vertical input[type=text],
.form-table.is-vertical input[type=text].form-width-lg,
.form-table.is-vertical input[type=tel],
.form-table.is-vertical input[type=email],
.form-table.is-vertical input[type=password] {
  width: 100%;
}
.form-table.is-vertical th label {
  padding: 0;
}

@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-external {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  margin: 0;
}
.form-table-external > * + * {
  margin-left: 20px;
}

/* テーブル（確認画面）
------------------------------ */
.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-error-text {
  margin: 3px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-text-danger);
}
.form-error-text a {
  color: var(--color-text-danger);
}

/* ヘルパーテキスト
------------------------------ */
.form-helper-text {
  margin: 5px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-text-light);
}
.form-helper-text a {
  color: var(--color-text-light);
}

/* パスワード強度チェッカー
------------------------------ */
.form-password-meter {
  max-width: 304px;
}

.form-password-label {
  margin: 5px 0 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (max-width: 767px) {
  .form-password-meter {
    max-width: 100%;
  }
}
/* ボタン
------------------------------ */
.form-btn-wrap {
  margin: 30px auto 0;
  text-align: center;
}
.form-btn-wrap.is-col-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  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: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 334px;
  max-width: 100%;
}

.form-btn {
  width: 100%;
}

.form-back-btn {
  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 {
    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: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -5px 20px;
  list-style-type: none;
}

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

.item {
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  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-inner {
  flex: 1 1 0%;
}

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

.item-category {
  display: inline-block;
  padding: 4px;
  margin: 4px 2px;
  font-weight: bold;
  vertical-align: middle;
  color: var(--color-text-invert);
  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;
  font-weight: normal;
  vertical-align: middle;
  color: var(--color-text-base);
  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;
  vertical-align: middle;
  color: var(--color-text-base);
}
.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;
  vertical-align: middle;
  color: var(--color-text-danger);
}

.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;
  padding: 4px;
  margin: 4px 2px;
  font-weight: bold;
  vertical-align: middle;
  color: var(--color-primary);
  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 .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-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: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -5px;
  list-style-type: none;
}

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

.list-link {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: var(--color-primary);
  text-align: center;
  text-decoration: none;
  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;
  content: "";
  border: 1px solid var(--color-primary);
  border-radius: 5px;
}
.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 {
  padding: 0;
  margin: 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);
  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;
  content: "";
  background-color: var(--color-primary);
}
.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;
}

/* マーカー付きリスト
------------------------------ */
.list-marker {
  padding-top: 32px;
  padding-bottom: 40px;
  margin: 0;
}
.list-marker li {
  position: relative;
  clear: both;
  margin: 0 0 0.5rem;
  list-style: none;
}
.list-marker li::before {
  position: absolute;
  top: 0.5rem;
  left: -1.5rem;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background: var(--color-text-light);
  border-radius: 50%;
}

/* ------------------------------
　　モーダル
------------------------------ */
.modal {
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.modal.is-after-open {
  opacity: 1;
}
.modal.is-before-close {
  opacity: 0;
}

.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  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;
  font-weight: bold;
  color: var(--color-primary);
  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: flex;
  justify-content: center;
}

.modal-btn-wrap {
  display: grid;
  gap: 10px;
  text-align: center;
}
.modal-btn-wrap .btn {
  width: 100%;
}
.modal-btn-wrap .btn.is-secondary {
  order: 1;
}
.modal-btn-wrap *:only-child {
  max-width: 220px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .modal-btn-wrap {
    grid-auto-flow: column;
  }
  .modal-btn-wrap .btn.is-secondary {
    order: 0;
  }
}
/* ------------------------------
　　ナビゲーション
------------------------------ */
/* PCナビ
------------------------------ */
.nav {
  display: none;
}

@media screen and (min-width: 1024px) {
  .nav {
    display: block;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .nav-inner {
    display: flex;
    justify-content: space-between;
  }
  .nav-list {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .nav-item {
    display: block;
    padding: 15px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .nav-item:first-child {
    padding-left: 0;
  }
  .nav-item:last-child {
    padding-right: 0;
  }
  .nav-item a {
    position: relative;
    display: block;
    padding: 15px 10px;
    margin: -15px -10px;
    color: var(--color-text-base);
    text-decoration: none;
  }
  .nav-item a::before {
    position: absolute;
    right: 2px;
    bottom: 0;
    left: 2px;
    content: "";
    border-bottom: 1px solid transparent;
    transition: border-color 0.25s;
  }
  .nav-item a:hover, .nav-item.stay a {
    font-weight: bold;
  }
  .nav-item a:hover::before, .nav-item.stay a::before {
    border-color: var(--color-primary);
  }
  .nav-logout-btn {
    display: block;
    padding: 15px 0 15px 10px;
    color: var(--color-text-danger);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* SPナビボタン
------------------------------ */
@media screen and (max-width: 1023px) {
  .nav-menu-btn {
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    padding: 6px 14px;
    color: var(--color-primary);
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    font-size: 0px;
    font-size: 0rem;
  }
  .nav-menu-btn:hover {
    color: var(--color-primary);
    text-decoration: none;
  }
}
/* トグルメニューアイコン */
.icon-toggle-menu {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 2px;
  margin: 6px 0;
  background-color: var(--color-primary);
  border-radius: 1px;
  transition: 0.1s all;
}
.icon-toggle-menu::before, .icon-toggle-menu::after {
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  content: "";
  background-color: var(--color-primary);
  border-radius: 1px;
  transition: 0.3s all;
}
.icon-toggle-menu::before {
  top: -6px;
}
.icon-toggle-menu::after {
  bottom: -6px;
}
[aria-expanded=true] .icon-toggle-menu {
  background: transparent;
}
[aria-expanded=true] .icon-toggle-menu::before {
  width: 22px;
  transform: translate(-2px, 6px) rotate(45deg);
}
[aria-expanded=true] .icon-toggle-menu::after {
  width: 22px;
  transform: translate(-2px, -6px) rotate(-45deg);
}

/* SPナビ
------------------------------ */
.mobile-nav {
  display: none;
}

@media (max-width: 1023px) {
  .is-locked {
    overflow: hidden;
  }
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    box-sizing: border-box;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    background-color: #fff;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition-duration: 0.3s;
    transition-property: all;
  }
  .mobile-nav.is-active {
    display: block;
  }
  .mobile-nav.is-opened {
    opacity: 1;
  }
  .mobile-nav-inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 30px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-navbar-list {
    padding: 0;
    margin: 0;
    line-height: 2.4;
    text-align: center;
    list-style: none;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .mobile-navbar-list a:link, .mobile-navbar-list a:visited {
    color: var(--color-text-base);
  }
  .mobile-navbar-list a:hover {
    color: var(--color-text-base);
    cursor: pointer;
  }
  .mobile-navbar-list a:link, .mobile-navbar-list a:hover, .mobile-navbar-list a:visited {
    text-decoration: none;
  }
  .mobile-navbar-list .mobile-navbar-list {
    display: none;
  }
  .mobile-navbar-list li {
    padding: 10px;
  }
}
/* シリアルナビ
------------------------------ */
.serial-nav {
  position: static;
  min-height: 34px;
  margin-bottom: 80px;
  font-size: 14px;
  font-size: 0.875rem;
}
.serial-nav a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--color-text-light);
  white-space: nowrap;
  text-decoration: none;
  text-decoration: none;
  border: 1px solid var(--color-border-base);
  border-radius: 5px;
  transition: border-color 0.2s;
}
.serial-nav a:hover {
  border-color: var(--color-border-dark);
}

.serial-nav-list {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.serial-nav-list > *:not(:first-child) {
  margin-left: 10px;
}

.serial-nav-prev,
.serial-nav-next {
  display: flex;
  list-style-type: none;
}

.serial-nav-prev {
  width: 100%;
  margin-bottom: 10px;
}
.serial-nav-prev a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 20px 16px 38px;
  text-align: left;
  white-space: normal;
}

.serial-nav-prev-icon {
  position: absolute;
  left: 15px;
}

.serial-nav-index {
  display: none;
}

.serial-nav-next {
  float: right;
  width: 100%;
  text-align: right;
}
.serial-nav-next a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 16px 38px 16px 20px;
  text-align: left;
  white-space: normal;
}

.serial-nav-next-icon {
  position: absolute;
  right: 15px;
}

@media screen and (min-width: 768px) {
  .serial-nav {
    position: relative;
    min-height: 75px;
  }
  .serial-nav-list {
    flex-direction: row;
  }
  .serial-nav-prev {
    float: left;
    width: calc(50% - 45px);
    margin-bottom: 0;
  }
  .serial-nav-next {
    width: calc(50% - 45px);
  }
  .serial-nav-index {
    display: block;
    width: 80px;
    text-align: center;
    list-style-type: none;
  }
  .serial-nav-index a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 27px 5px;
  }
}
@media screen and (min-width: 768px) {
  .serial-nav-prev-title {
    width: 100%;
  }
}
/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  display: inline-block;
  padding: 0;
  margin: 0 0 40px;
  list-style-type: none;
  font-size: 14px;
  font-size: 0.875rem;
}
.pager > li {
  float: left;
  margin-right: 10px;
  color: var(--color-text-light);
  text-align: center;
}
.pager > li:last-child {
  margin-right: 0;
}
.pager > li.cur > .pager-item-inner {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
}

.pager-item-inner {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  transition: background-color 0.2s, border-color 0.2s;
}

.pager-item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 1;
  color: inherit;
  text-decoration: none;
  border: 1px solid var(--color-border-base);
  border-radius: 5px;
}
.pager-item-link:hover {
  color: var(--color-text-base);
  border-color: currentcolor;
}

.pager-item-inner {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

/* ------------------------------
　　検索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 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.search-bar:focus-within {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}

.search-bar-input {
  box-sizing: content-box;
  display: table-cell;
  width: calc(100% - 60px);
  padding: 10px;
  line-height: 1.8;
  outline: 0;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem;
}
.search-bar-input::-moz-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 {
  padding: 20px 10px;
  margin: 0 0 30px;
  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;
  content: "";
  border: 2px dotted var(--color-focus);
}

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

.slider-thumbs {
  padding: 0;
  margin-top: 10px;
  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;
  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: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

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

.main-slider-copy-main {
  margin: 0;
  font-weight: bold;
  color: var(--color-text-invert);
  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 {
  transform: translateZ(0);
  perspective: 1000;
}

/* ドットのナビゲーション */
.slick-dots {
  position: relative;
  clear: both;
  padding: 0;
  margin: 5px 0 40px;
  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;
  content: "";
  background: #CCC;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 0px;
  font-size: 0rem;
}

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

.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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

@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;
  }
}
/* ----------------------------
　　 スピナー
------------------------------ */
@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner-wrap {
  display: flex;
  justify-content: center;
  padding: 8px;
}
.spinner-wrap.is-margin {
  margin: 28px;
}

.spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.25em;
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner;
}
.spinner.is-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

/* ----------------------------
　　サマリー（画像あり）
------------------------------ */
/* レイアウト
------------------------------ */
.summary-list {
  padding: 0;
  margin: 0 0 20px;
  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 {
    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 #CCC;
}

.summary-info {
  display: inline-flex;
  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;
  padding: 0 3px;
  margin-right: 10px;
  font-weight: bold;
  color: var(--color-primary);
  border: 1px solid currentcolor;
  font-size: 10px;
  font-size: 0.625rem;
}

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

.summary-title {
  margin: 0;
  line-height: 1.5;
  color: var(--color-text-base);
  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 {
  transition: opacity 0.2s;
}

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

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

/* ----------------------------
　　タグ
------------------------------ */
.tag-list {
  padding: 0;
  margin: 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;
  content: "#";
  opacity: 0.6;
}
.tag-filter-keyword::after {
  content: ", ";
}
.tag-filter-keyword:last-child::after {
  content: none;
}

/* ----------------------------
　　見出し
------------------------------ */
/* 下線入り見出し
------------------------------ */
.title-underline {
  margin: 0 0 30px;
  font-family: futura, sans-serif;
  font-weight: normal;
  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;
  content: "";
  background-color: var(--color-primary);
}

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

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

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

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  height: 28px;
  margin-bottom: 50px;
  overflow: hidden;
}

.topicpath-list {
  padding: 0 0 35px;
  margin: 0;
  overflow-x: scroll;
  overflow-y: hidden;
  line-height: 1;
  white-space: nowrap;
  list-style-type: none;
  font-size: 12px;
  font-size: 0.75rem;
}

.topicpath-link:link, .topicpath-link:visited, .topicpath-link:focus, .topicpath-link:active {
  color: var(--color-text-light);
  text-decoration: none;
}
.topicpath-link:hover {
  color: var(--color-text-light);
  text-decoration: underline;
}

.topicpath-item {
  display: inline-block;
  margin-left: 3px;
  color: var(--color-text-light);
}
.topicpath-item::after {
  display: inline-block;
  margin-left: 3px;
  content: "/";
}
.topicpath-item:first-child {
  margin-left: 0;
}
.topicpath-item:last-child::after {
  display: none;
}

@media screen and (max-width: 767px) {
  .topicpath {
    height: 20px;
  }
}
/* ------------------------------
　　管理画面のスタイル
------------------------------ */
#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%;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  list-style: none;
  border-top: 1px solid var(--color-border-base);
}
.cart-list.is-confirm {
  margin-top: 20px;
}

.cart-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border-base);
}
.cart-item > *:not(:first-child) {
  margin-left: 20px;
}

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

.cart-item-text {
  display: flex;
  flex: 1;
  flex-flow: column;
}
.cart-item-text > *:not(:first-child) {
  margin-top: 5px;
}

.cart-info {
  display: flex;
  flex-flow: column;
}
.cart-info > *:not(:first-child) {
  margin-top: 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: flex;
  align-items: center;
  margin: 0;
}
.cart-select-item > *:not(:first-child) {
  margin-left: 5px;
}

.cart-detail {
  display: flex;
  flex-flow: column;
}
.cart-detail > *:not(:first-child) {
  margin-top: 5px;
}

.cart-detail-item {
  display: inline-flex;
  margin: 0;
}

.cart-detail-item.is-processing {
  position: relative;
  opacity: 0.65;
}
.cart-detail-item.is-processing .spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.cart-detail-item,
.cart-subtotal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: auto;
}
.cart-detail-item > *:not(:first-child),
.cart-subtotal > *:not(:first-child) {
  margin-left: 5px;
}

.cart-number {
  width: 70px;
  padding: 5px 8px;
  margin: 0;
  line-height: 1.3;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid var(--color-border-base);
  border-radius: 3px;
  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;
  font-weight: normal;
  color: var(--color-text-light);
  font-size: 14px;
  font-size: 0.875rem;
}

.cart-label {
  display: inline-block;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  color: var(--color-text-light);
  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);
}

@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;
  }
}
/* ------------------------------
　　お問い合わせ
------------------------------ */
.contact-suggest {
  padding: 20px;
  margin: 20px 0 30px;
  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 {
  margin-bottom: 70px;
  line-height: 1.7;
}

.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-weight: bold;
  color: var(--color-primary);
  border: 1px solid currentcolor;
  font-size: 10px;
  font-size: 0.625rem;
}

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

.entry-info {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 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;
}

/* SNSシェア
------------------------------ */
.share-wrapper {
  margin-top: 20px;
  text-align: right;
}

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

.share-list {
  display: inline-block;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  list-style: none;
}

.share-item {
  display: inline-block;
}
.share-item a {
  display: inline-block;
  line-height: 0.8;
  text-align: center;
  background-color: #FFF;
  border-radius: 4px;
  font-size: 32px;
  font-size: 2rem;
  transition: opacity 0.2s;
}
.share-item a:hover {
  opacity: 0.8;
}
.share-item a:link, .share-item a:hover, .share-item a:visited {
  text-decoration: none;
}
.share-item a::before {
  vertical-align: middle;
}

.share-item-facebook {
  margin-right: 5px;
  color: #3B5999;
}

.share-item-twitter {
  color: #55ACEE;
}

/* ------------------------------
　　ショップ詳細ページ
------------------------------ */
/* レイアウト
------------------------------ */
.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;
  transition: opacity 0.2s;
}
.entry-shop .entry-slider-thumbnail-link:hover {
  opacity: 0.8;
}
.entry-shop .entry-info {
  display: block;
  margin: 0 0 30px;
}
.entry-shop .entry-price-box {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-border-base);
}
.entry-shop .entry-price-wrap {
  display: flex;
  flex-wrap: wrap;
  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 {
  /* 値引き価格 */
}
.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;
  font-weight: bold;
  color: var(--color-text-danger);
  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;
}

@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;
  }
}
/* 商品概要テーブル
------------------------------ */
.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;
  font-weight: normal;
  vertical-align: center;
  color: var(--color-text-base);
  text-align: left;
  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;
  padding: 0;
  margin: 0 auto 40px;
  list-style-type: none;
}

.news-item {
  display: flex;
  padding: 15px 0;
  color: var(--color-text-base);
  border-bottom: 1px solid var(--color-border-base);
  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: flex;
  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;
  padding: 0 3px;
  margin: 0 5px;
  font-weight: bold;
  color: var(--color-primary);
  border: 1px solid currentcolor;
  font-size: 10px;
  font-size: 0.625rem;
}

.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-summary {
  margin: 0 0 20px;
  border: 4px solid var(--color-border-light);
}
.order-summary.is-confirm {
  margin-top: 20px;
}

.order-summary-title {
  padding: 15px;
  margin: 0;
  line-height: 1;
  color: var(--color-text-base);
  background-color: var(--color-bg-light);
}

.order-summary-grid {
  display: flex;
  flex-direction: column;
  padding: 5px 0;
  margin: 0;
  text-align: right;
}

.order-summary-rows {
  padding: 0;
  margin: 0;
}

.order-summary-row {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
  margin: 0 10px;
}
.order-summary-row > *:not(:first-child) {
  margin-top: 8px;
}
.order-summary-row + .order-summary-row:not(.is-sum) {
  padding-top: 0;
}
.order-summary-row + .order-summary-row.is-sum {
  border-top: 1px solid var(--color-border-light);
}

.order-summary-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

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

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

@media screen and (min-width: 768px) {
  .order-summary-price.is-sum {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.order-num-wrap {
  padding: 10px;
  margin: 20px 0 40px;
  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;
  vertical-align: middle;
  text-align: left;
}

/* ------------------------------
　　決済方法選択ページ
------------------------------ */
.payment-method-select {
  box-sizing: border-box;
  width: 100%;
}
.payment-method-select label {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}
.payment-method-select img {
  width: 70%;
  margin-bottom: 5px;
}

@media screen and (max-width: 479px) {
  .payment-method-select img {
    width: 95%;
    margin-bottom: 5px;
  }
}
/* ------------------------------
　　ヘッダー
------------------------------ */
.header {
  box-sizing: border-box;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
  max-width: 944px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
  position: relative;
  z-index: 1001;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header > *:not(:first-child) {
  margin-left: 5px;
}
.header a {
  color: var(--color-text-base);
  text-decoration: none;
}

.header-item-title {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}

.header-item-fixed {
  display: flex;
}
.header-item-fixed > *:not(:first-child) {
  margin-left: 5px;
}

@media screen and (min-width: 1024px) {
  .header {
    padding-top: 48px;
    padding-bottom: 24px;
  }
  .header-item-fixed {
    position: fixed;
    top: 24px;
    right: calc((100% - 924px) / 2);
    z-index: 99;
  }
}
/* ヘッダータイトル
------------------------------ */
.header-logo-wrap {
  display: flex;
  align-items: center;
  margin: 0;
}

.header-logo {
  font-size: 22px;
  font-size: 1.375rem;
  max-width: calc(100vw - 180px);
  height: auto;
  margin: 0;
  font-weight: normal;
}

@media screen and (min-width: 1024px) {
  .header-title {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .header-logo {
    max-width: 400px;
  }
}
/* ヘッダーボタン
------------------------------ */
.header-btn {
  box-sizing: border-box;
  display: block;
  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;
  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;
}

.header-btn-text {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  color: var(--color-primary);
  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-bg-info);
  border-radius: 10em;
  font-size: 10px;
  font-size: 0.625rem;
  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;
  }
}
/* ------------------------------
　　フッター
------------------------------ */
.footer {
  padding: 60px 10px 20px;
}

.footer-social-wrap {
  margin-bottom: 15px;
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}

.footer-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  line-height: 1;
  color: #CCC;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--color-border-base);
  border-radius: 50%;
  transition: all 0.2s;
  font-size: 22px;
  font-size: 1.375rem;
}
.footer-social:last-child {
  margin-right: 0;
}
.footer-social i {
  display: inline-block;
  padding-right: 0;
  margin-top: 13px;
  color: inherit;
}
.footer-social.is-facebook:hover {
  color: #3B5999;
  border-color: #3B5999;
}
.footer-social.is-twitter:hover {
  color: #55ACEE;
  border-color: #55ACEE;
}
.footer-social.is-x:hover {
  color: #0f1419;
  border-color: #0f1419;
}
.footer-social:hover {
  text-decoration: none;
}

.footer-link-wrap {
  margin: 20px 0 60px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}
.footer-link-wrap ul {
  padding: 0;
  list-style: none;
}
.footer-link-wrap .footer-link {
  display: block;
  margin: 10px;
  color: #707070;
  text-decoration: none;
}
.footer-link-wrap .footer-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .footer-link-wrap ul {
    display: flex;
    justify-content: center;
  }
}
.footer-copyright {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #707070;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-top: 50px;
  }
}
