/*! 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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* ------------------------------
　　ベース
------------------------------ */
html {
  font-size: 16px;
}

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

/* リンクの設定 */
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;
  max-width: 944px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
}

.container-sm {
  box-sizing: border-box;
  max-width: 740px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  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: 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;
}

.section-margin-bottom-zero {
  margin-bottom: 0px;
}

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

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

/* ------------------------------
　　ボタン
------------------------------ */
.btn {
  display: inline-block;
  box-sizing: border-box;
  width: 335px;
  max-width: 100%;
  padding: 8px;
  color: var(--color-text-invert);
  font-weight: bold;
  line-height: 2;
  text-align: center;
  text-decoration: none;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  font-size: 16px;
  font-size: 1rem;
  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-back-btn {
  position: relative;
  order: 1;
  width: auto;
  margin: 20px auto;
  color: var(--color-text-base);
  font-weight: normal;
  background: 0;
  border: 0;
}
.btn.is-back-btn:before {
  position: initial;
  top: 50%;
  left: -30px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-right: 20px;
  margin-left: -28px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(-45deg);
  content: "";
}
.btn.is-secondary {
  color: var(--color-text-base);
  font-weight: normal;
  background: 0;
  border: 1px solid var(--color-border-base);
}
.btn.is-width-full {
  display: block;
  width: 100%;
}
.btn.is-width-sm {
  width: 220px;
}
.btn.is-disabled {
  background-color: var(--color-bg-dark);
  border-color: var(--color-bg-dark);
  opacity: 1;
}

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

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

/** 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: #EEEEEE;
  --cc-toggle-bg-off: #999999;
  --cc-toggle-bg-on: #666666;
  --cc-toggle-bg-readonly: #E5E5E5;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #faecec;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #F1F1F1;
  --cc-cookie-category-block-bg-hover: #EEEEEE;
  --cc-section-border: #f5f1f1;
  --cc-cookie-table-border: #f2e9e9;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #dbcfcf;
  --cc-webkit-scrollbar-bg-hover: #a09191;
}

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

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

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

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

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

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

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

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

/* Make elements "animatable" */
.c--anim #cm,
.c--anim #s-cnt,
.c--anim #s-inr,
#cs-ov,
#cm-ov {
  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 {
  transform: translateX(100%);
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-bl {
  outline: none;
}

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

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

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

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

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

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

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

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

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

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

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

#s-bl .c-bl:first-child {
  margin-top: 0;
  margin-bottom: 2em;
  padding: 0;
  border: none;
  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;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Style the checkmark/indicator */
.cc_div .b-tg .c-tg:after {
  position: relative;
  top: 0.125em;
  left: 0.125em;
  display: block;
  box-sizing: content-box;
  width: 1.25em;
  height: 1.25em;
  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;
  content: "";
}

/* 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%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-align: left;
  border-collapse: collapse;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  margin: 0 auto;
  padding: 0.1em;
  padding-bottom: 0.45em;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  border-color: var(--cc-toggle-knob-icon-color);
  transform: rotate(45deg);
  content: "";
}

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

#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.09375em;
  height: 0.7em;
  margin: 0 auto;
  background: #cdd6dc;
  background: var(--cc-toggle-knob-icon-color);
  transform-origin: center;
  content: " ";
}

.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;
  margin: 0 auto;
  padding: 1.3em 2em;
  overflow: hidden;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/** END IE FIXES **/
/* ------------------------------
　　フォーム
------------------------------ */
/* ステップ
------------------------------ */
.form-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;
  grid-gap: 10px;
  margin: 0 0 40px 0;
}

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

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

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

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

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

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

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

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

.form-step-item {
  position: relative;
  display: block;
  width: 135px;
  margin: 0 10px;
  padding: 5px;
  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;
  background-color: var(--color-primary-lighter);
  content: "";
}
.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 {
  color: var(--color-text-invert);
  font-weight: bold;
  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 0;
  }
  .form-login-btn {
    width: auto;
  }
}
/* メッセージ
------------------------------ */
.message {
  margin: 0 0 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* エラー
------------------------------ */
.form-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-btn-wrap {
  margin: 30px auto 0;
  text-align: center;
}
.form-btn-wrap.is-col-2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 450px;
  max-width: 100%;
}
.form-btn-wrap.is-col-2 > .btn {
  width: calc(50% - 5px);
}
.form-btn-wrap.is-col-2 > form {
  width: calc(50% - 5px);
}
.form-btn-wrap.is-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 334px;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-link {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  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;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  content: "";
}
.list-link:hover::before {
  border-width: 2px;
}

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

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

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

/* ------------------------------
　　モーダル
------------------------------ */
@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: 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;
  color: var(--color-primary);
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
}

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

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

.modal-img-wrap {
  display: block;
  justify-content: center;
}
.modal-img-wrap > img {
  margin: auto
}

.modal-btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.modal-btn-wrap .btn {
  flex: 1;
  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 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .modal-btn-wrap .btn {
    width: 220px;
  }
  .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;
    margin: 0;
    padding: 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;
    margin: -15px -10px;
    padding: 15px 10px;
    color: var(--color-text-base);
    text-decoration: none;
  }
  .nav-item a::before {
    position: absolute;
    right: 2px;
    bottom: 0;
    left: 2px;
    border-bottom: 1px solid transparent;
    transition: border-color 0.25s;
    content: "";
  }
  .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);
    background-color: transparent;
    border: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/*　SPナビボタン
------------------------------ */
@media screen and (max-width: 1023px) {
  .nav-menu-btn {
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    padding: 6px 14px;
    color: var(--color-primary);
    text-align: center;
    text-decoration: none;
    background-color: transparent;
    border: none;
    border-radius: 5px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    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;
  background-color: var(--color-primary);
  border-radius: 1px;
  transition: 0.3s all;
  content: "";
}
.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;
    display: none;
    box-sizing: border-box;
    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 {
    margin: 0;
    padding: 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 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  color: var(--color-text-light);
  white-space: nowrap;
  text-decoration: none;
  text-decoration: none;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  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;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.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;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 20px 16px 38px;
  white-space: normal;
  text-align: left;
}

.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;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 38px 16px 20px;
  white-space: normal;
  text-align: left;
}

.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;
    justify-content: center;
    align-items: center;
    height: 75px;
    padding: 27px 5px;
  }
}
@media screen and (min-width: 768px) {
  .serial-nav-prev-title {
    width: 100%;
  }
}
/* ------------------------------
　　ページャー
------------------------------ */
.pager {
  display: inline-block;
  margin: 0 0 40px;
  padding: 0;
  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 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  min-width: 48px;
  height: 48px;
  transition: background-color 0.2s, border-color 0.2s;
}

.pager-item-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: inherit;
  line-height: 1;
  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 {
  display: table-cell;
  box-sizing: content-box;
  width: calc(100% - 60px);
  padding: 10px 10px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
  border: none;
  border-radius: 4px;
  outline: 0;
}
.search-bar-input::-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 {
  margin: 0 0 30px;
  padding: 20px 10px;
  font-weight: bold;
  line-height: 1;
  background-color: var(--color-bg-light);
  font-size: 18px;
  font-size: 1.125rem;
}

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

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

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

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

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

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

.slider-thumbs-item {
  display: inline-block;
  width: 50px !important;
  margin: 0 2px 4px;
  opacity: 0.7;
  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;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------------
　　トピックパス
------------------------------ */
.topicpath {
  height: 28px;
  margin-bottom: 48px;
  margin-top: 16px !important;
  overflow: hidden;
}

.topicpath-list {
  margin: 0;
  padding: 0 0 35px;
  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%;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--color-border-base);
}
.cart-list.is-confirm {
  margin-top: 20px;
}

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

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

.cart-item-text {
  display: flex;
  flex: 1;
  flex-flow: column;
  gap: 5px;
}

.cart-info {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

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

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

.cart-detail {
  display: flex;
  flex-flow: column;
  gap: 5px;
}

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

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

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

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

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

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

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

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

.cart-caution {
  display: flex;
  flex-flow: column;
  gap: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 20px 0;
}

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

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

.cart-total {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 5px 0;
  text-align: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .contact-suggest {
    margin-top: 40px;
  }
}
/* ------------------------------
　　エントリー
------------------------------ */
.entry {
  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-size: 10px;
  font-size: 0.625rem;
  color: var(--color-primary);
  font-weight: bold;
  border: 1px solid currentColor;
}

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

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

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

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

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

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

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

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

.share-list {
  display: inline-block;
  margin: 0;
  padding: 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-item-select-table {
  width: 100%;
  margin-bottom: 20px;
}
.entry-shop .entry-item-select-table th,
.entry-shop .entry-item-select-table td {
  padding: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  color: var(--color-text-base);
  line-height: 1.3;
  text-align: left;
}
.entry-shop .entry-item-select-table th {
  width: 17%;
  min-width: 56px;
  padding-left: 0;
  font-weight: normal;
}
.entry-shop .entry-item-select-table td {
  padding-right: 0;
}
.entry-shop .entry-item-select-table select {
  width: 100%;
  padding: 13px 30px 13px 13px;
  line-height: 1.3;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAFCAYAAABIHbx0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMTMuMTEuMTnMGoPBAAAAdElEQVQYlY3OwQnCUBRE0ZN0YAu2YC9BXIr814FdWMCrQOzFjbiXVGAH+t0kghDhX5jNDAy3y8wLBsucSym7P9sPPfa4L2w3HFpOoIPMXOOK1dQ/sYmIsdbadNRDRDywxXvKEBFjq83XaCYzj3hFxGnuWo0+M1AfO0Vm+NoAAAAASUVORK5CYII=) 100% #fff;
  background-repeat: no-repeat;
  border: 1px solid var(--color-border-base);
  border-radius: 3px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-size: 1rem;
}
.entry-shop .entry-item-select-table input {
  font-size: 16px;
  font-size: 1rem;
  width: 100%;
  padding: 13px;
  color: var(--color-text-base);
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid var(--color-border-base);
  border-radius: 3px;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.entry-shop .entry-info {
  display: block;
  margin: 0 0 30px 0;
}
.entry-shop .entry-price-box {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-border-base);
}
.entry-shop .entry-price-wrap {
  display: 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.item-price-after {
  padding-left: 27px;
  vertical-align: middle;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAMCAYAAABBV8wuAAAAAXNSR0IArs4c6QAAAE5JREFUGBljOChi1sCABTAxMjLUY5NkAinGJgmWwCYJl0CXZAEJIAOosQwoOpAVYEj8/8/QaP/mVAOKBEwQpBMugSwIl0AXBNuFzdcgCQDPnCC5/1krIAAAAABJRU5ErkJggg==);
  background-position: 15px 50%;
}
.entry-shop .entry-price-is-tax {
  margin: 0 0 0 3px;
  font-size: 12px;
  font-size: 0.75rem;
}
.entry-shop .entry-sold-out {
  display: inline-block;
  margin-left: auto;
  color: var(--color-text-danger);
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.entry-shop .entry-price-bottom-text {
  margin: 0 0 20px;
  font-size: 16px;
  font-size: 1rem;
}
.entry-shop .entry-info-box {
  margin: 0 0 10px 0;
}

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------------
　　ヘッダー
------------------------------ */
.header {
  box-sizing: border-box;
  max-width: 944px;
  margin: 0 auto;
  padding-right: 10px;
  padding-left: 10px;
  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;
  gap: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.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;
  gap: 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 {
  display: block;
  box-sizing: border-box;
  min-width: 50px;
  padding: 6px 0;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid var(--color-primary);
  border-radius: 5px;
  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;
  color: var(--color-primary);
  font-size: 10px;
  letter-spacing: 0;
}

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

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

.header-btn-badge {
  position: absolute;
  top: -10px;
  right: -8px;
  display: inline-block;
  width: 2em;
  padding: 2px;
  color: #fff;
  background: var(--color-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;
  }
}
/* ------------------------------
　　フッター
------------------------------ */
/* お問い合わせ誘導エリア */
.suggestBox {
  background: #DDD;
}
.suggestInner {
  display: table;
  width: 100%;
  padding: 15px 0;
}
.suggestItem {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.suggestText {
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-size: 14px;
}
.suggestTel {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: bold;
  color: #666;
}
.suggestTel a {
  color: inherit;
}
.suggestBtn {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .suggestInner {
    padding: 0;
  }
  .suggestItem {
    padding: 30px 10px;
  }
  .suggestTel {
    margin: 0;
  }
  .suggestHalf {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}
/* フッター内会社情報 */
.footWrapper {
  padding: 30px 0;
  background: #fff0ff;
}
.companyAbout {
  margin: 0 0 30px 0;
  color: #393737;
}
.companyName {
  margin: 0 0 15px 0;
  color: #393737;
  font-size: 20px;
  font-style: normal;
}
.companyDetail {
  margin: 0 0 5px 0;
  padding: 0;
  color: #393737;
  font-size: 14px;
  font-style: normal;
}
.companyDetail a {
  color: #006DD9;
}
.companyDetail a:hover {
  text-decoration: underline;
}
/* ページの上に戻るボタン */
.pageTopBtn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../images/marker/btn_pageTop.png) no-repeat center;
  transform: translateZ(0);
  z-index: 1000;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.no-js .pageTopBtn {
  /* jsが無効の環境のとき */
  opacity: 0.6;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity=60);
}
.pageTopBtnAppear {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
@media screen and (max-width: 767px) {
  .pageTopBtn {
    
  }
}
@media screen and (min-width: 768px) {
  .pageTopBtn:hover {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
}
/* フッター内各SNSアカウントのリンク集 */
.snsList {
  list-style: none;
  margin: 0 -5px 30px 15px;
  padding: 0;
}
.snsListItem {
  float: left;
  margin: 0 5px;
}
.snsListItem a:hover,
.snsListItem a:visited,
.snsListItem a:active,
.snsListItem a:focus {
  text-decoration: none;
}
/* 各種SNSボタン */
.snsListItem .snsListFacebook {
  /* Facebook */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #3b5999;
}
.snsListItem .snsListFacebook:before {
  vertical-align: middle;
}
.snsListItem .snsListTwitter {
  /* Twitter */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #55acee;
}
.snsListItem .snsListTwitter:before {
  vertical-align: middle;
}
.snsListItem .snsListGplus {
  /* Google + */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #dd4b39;
}
.snsListItem .snsListGplus:before {
  vertical-align: middle;
}
.snsListItem .snsListYoutube {
  /* YouTube */
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 1.5;
  font-size: 19px;
  color: #FFF;
  border-radius: 4px;
  background: #cd201f;
}
.snsListItem .snsListYoutube:before {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .snsList {
    float: right;
    margin: 0 -10px;
  }
  .snsListItem {
    margin: 10px;
  }
  .snsListItem a:hover {
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    filter: alpha(opacity=80);
    -webkit-transition: opacity 0.25s linear;
    transition: opacity 0.25s linear;
  }
}
/* 著作権表示 */
.copyright {
	margin: 0;
	color: #393737;
	padding-top: 40px;
	padding-bottom: 10px;
}
.copyrightText {
  margin: 0 auto;
}
.copryrightLogo {
  vertical-align: middle;
}

/* お買い物ガイドのエリア */

.guideTitle {
	font-size: 18px;
	color: #FF00FF;
	margin-top: 0px !important;
	margin-bottom: 10px !important;
}

.guideTitle2 {
	font-size: 16px;
	color: #0066ff;
	margin-top: 0px !important;
	margin-bottom: 5px !important;
}

.guideTitle3 {
	font-size: 18px;
	color: #0066ff;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}


.guideText {
	font-size: 12px;
	color: #393737;
	line-height: 1.5;
	margin-top: 0px !important;
	margin-bottom: 20px !important;
}

.guideTextStrong {
	font-size: 16px;
	color: #FA0307;
	line-height: 1.5;
	margin-top: 0px !important;
	margin-bottom: 8px !important;
}

.guideTextStrong2 {
	color: #FC0206;
}

.guideTel {
	font-size: 24px;
	color: #8799e0;
	line-height: 1.5;
	margin-bottom: 5px !important;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px !important;
}

.guideText a,
.guideTel a {
	color: #006DD9;
}

.guideText a:hover,
.guideTel a:hover {
	text-decoration: underline;
}

.guideTime {
	margin-top: 0px !important;
	margin-bottom: 8px !important;
}


/* --- 営業案内 --- */
#opneInfoTop {
	width: 100%;
	color: #333333;
	line-height: 1.5;
}

#opneInfoTop .openInfoTopBody {
}

/* 営業日カレンダー（月）囲み */
#opneInfoTop .unit {
	margin-bottom: 10px;
	margin-top: 0px;
}

/* 営業日カレンダー（月） */
#opneInfoTop #cTable table {
}

/* 年表示 */
#opneInfoTop #cTable .cYear {
	font-size: 100%;
	line-height: 1.5;
}

/* 月表示 */
#opneInfoTop #cTable .cMonthNum {
	font-size: 107.6%;
	color: #000;
	margin-left: 5px;
}

/* 曜日表示 */
#opneInfoTop #cTable thead .cWeek th {
	font-size: 100%;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
	border: 1px solid #8799e0;
}
#bizDayCalMonth {
	width:98%;
}

#opneInfoTop #cTable thead .cWeek0,
#opneInfoTop #cTable thead .cWeek1,
#opneInfoTop #cTable thead .cWeek2,
#opneInfoTop #cTable thead .cWeek3,
#opneInfoTop #cTable thead .cWeek4,
#opneInfoTop #cTable thead .cWeek5,
#opneInfoTop #cTable thead .cWeek6 {
	width:14%;
}

/* 曜日表示：日曜 */
#opneInfoTop #cTable thead .cWeek0 {
	color: #E60012; 
}

/* 曜日表示：土曜 */
#opneInfoTop #cTable thead .cWeek6 {
	color: #367eff;
}

#opneInfoTop #cTable tr {
	font-size: 107%;
	color: #393737;
}

/* 日表示 */
#opneInfoTop #cTable .day {
	_height: 24px;
	padding: 2px 0;
	text-align: center;
	border: 1px solid #8799e0;
}

/* 休業日 */
#opneInfoTop #cTable .closed {
	background-color: #f8b1d8;
	color: #E60012;
}


/* 営業時間・定休日の表 */
#opneInfoTop #openInfoTopTable table {
	border-collapse: collapse;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}

#opneInfoTop #openInfoTopTable tr {
	margin: 0;
	padding: 0;
}

#opneInfoTop #openInfoTopTable th {
	text-align: left;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}

#opneInfoTop #openInfoTopTable td {
	padding: 5px 2px;
	background-color: #FFF;
}
.calendar_txt{
	line-height: 1.5;
	text-align: left;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	}
	
.calendarfra {
	margin-bottom: 10px;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

/* 購入誘導エリア */
.buyBox3 {
  background: url(../images/buy03.jpg) center center / cover no-repeat fixed;
  height: 280px;
}

@media screen and (min-width: 768px) {
  .buyBox3 {
	background: url(../images/buy03.jpg) center center cover no-repeat fixed;
	height: 400px;
}
}


/* ------------------------------
　　フッター固定メニュー
------------------------------ */
@media screen and (max-width: 640px){
.btn_foot {
	position:fixed;
	width:100%;
	box-sizing:border-box;
	padding:7px 3% 5px;
	background:rgba(255,255,255,0.9);
    bottom: 0;
    z-index: 1000;
}

.btn_foot img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
	
.btn_txt {
	margin:0 0 5px;
}
	
.btn_foot ul.bn_list {
display: flex ;
flex-direction: row ;
flex-wrap: wrap ;
justify-content: space-between ;
list-style: none;
}


.btn_foot .bn_list li {
	width:48%;
}
	
.btn_foot .bn_list li:first-child {
	width:48%;
}
}

@media screen and (min-width: 641px){
.btn_foot  {
    display: none;
}
}

/* ページの上に戻るボタン */
.page-top a:focus {
  display: block;
  border: 1px dotted #FFF;
}

.page-top-btn {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
  display: block;
  width: 44px;
  height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAMAAAApWqozAAAAllBMVEUAAADx8fH09PQAAAD09PT09PTw8PDz8/P09PT09PT19fXz8/P19fX09PT19fX19fX09PT09PT19fXz8/P09PT19fX19ekzMzPp9fUzM21aMzNDdanC5fW02e1PMzMzM0/15cepdUPx2bRtMzORdU/t3cwzQ5jt2bSYTzPM2e3C5fFPdZEzdakzM2T17e3x9fX19fHt7fUOmBhvAAAAFXRSTlMAOEQBv+4ig+fZrW38pfOZwpDDmvIULFodAAABJElEQVR4XpXV15KDMAwFUJluQgug1O29l///uS2a3YngEuz7fIaRbCPRIKFJy8hWvY3K1IR0LEGd8UGyOpikpuFRGgNpkjNMnoAKYp5IPKplUfBkioW2Sz6apfouz+Tg20Exh4v/upOYZxMnJMnZIblYw06R22ndcPvbHTsmIKLOFddEYQbA7SPAWQjbu9qdn8IWU2DP1mukUyqhhbqkCFmsI7LIYm2pQhbrinpkse51Gfc7Uc83SFvV4OpBzH6zuhR9t1ENqqO7uBbLLHr7pI8uZa3Fit6eDC7F8EC/fFvRr9qyGT2kt/c/8PE5ekhUs2Nq38dPjZttvH5Yn1HgNWR8xpfPYPQZuZ7D3H9N+C8giQEjsjU0laDTS7MLNMDruILr+Avko32SUqNo0QAAAABJRU5ErkJggg==) no-repeat center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  right: calc(20px + constant(safe-area-inset-right));
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.no-js .page-top-btn {
  /* jsが無効の環境のとき */
  opacity: 0.6;
}

.page-top-btn-appear {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  .page-top-btn {
     position: fixed;
  	right: 8px;
  	bottom: 80px;
  }
}

.page-top-btn:hover {
  opacity: 0.8;
  -webkit-transition: opacity 0.25s linear;
  transition: opacity 0.25s linear;
}




.acms-admin-btn {
    display: inline-block;
    padding: 8px 10px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border-radius: 3px;
    transition: background-color .2s,border-color .2s;
    font-size: 14px;
    color: #333;
    background-color: #f7f7f7;
    border: 1px solid rgba(0,0,0,.2);
    transition: background-color .2s;
}

.acms-admin-btn-admin-primary {
    color: #fff;
    background-color: #005cee;
    border: 1px solid rgba(0,0,0,.1);
    transition: background-color .2s;
}

.acms-admin-btn-large {
    padding: 13px 16px;
    font-size: 16px;
    border-radius: 4px;
}