/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace, monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b, strong {
  font-weight: bolder
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
img {
  border-style: none    
}
button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto;
    width: 100%
}
[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
  margin-right: 15px;    
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}

.pc-only {display: block;}
.sp-only {display: none;}
.pc-block {display: block;}
.sp-block {display: none;}
.pc-inline {display: inline;}
.sp-inline {display: none;}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .pc-only {display: none !important;}
  .sp-only {display: block;}
  .pc-block {display: none !important;}
  .sp-block {display: block;}
  .pc-inline {display: none !important;}
  .sp-inline {display: inline;}
  .pc-hidden {display: block;}
}

.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: rgba(0, 0, 0, 0)
}
.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 rgba(0, 0, 0, 0)
}
.slick-arrow.slick-hidden {
  display: none
}
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 {
  text-decoration: none
}
a:active {
  color: #006dd9;
  text-decoration: none
}
a:hover {
  text-decoration: underline
}
.container {
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
}
.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: -webkit-sticky;
    position: sticky;
    top: 100px
  }
}
.section-margin-bottom-lg {
  margin-bottom: 80px
}
.section-margin-bottom-md {
  margin-bottom: 60px
}
.section-margin-bottom-sm {
  margin-bottom: 40px
}
.section-margin-bottom-mini {
  margin-bottom: 20px
}
@media screen and (min-width: 768px) {
  .section-margin-bottom-lg {
    margin-bottom: 100px
  }
  .section-margin-bottom-md {
    margin-bottom: 80px
  }
  .section-margin-bottom-sm {
    margin-bottom: 60px
  }
  .section-margin-bottom-mini {
    margin-bottom: 40px
  }
}
.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: .75rem
}
.utility-text-primary {
  color: var(--color-primary)
}
.utility-margin-inline-auto {
  margin-inline: auto
}
.add-to-cart-table {
  width: 100%;
  margin-bottom: 20px
}
.add-to-cart-table th, .add-to-cart-table td {
  padding: 5px;
  font-size: 14px;
  font-size: .875rem;
  color: var(--color-text-base);
  line-height: 1.3;
  text-align: left
}
.add-to-cart-table th {
  /* width: 17%; */
  width: 30%;
  min-width: 56px;
  padding-left: 0;
  font-weight: normal
}
.add-to-cart-table td {
  padding-right: 0
}
.add-to-cart-table select {
  width: 100%;
  padding: 13px 30px 13px 13px;
  line-height: 1.3;
  vertical-align: middle;
  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
}
.add-to-cart-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
}
@media screen and (max-width: 767px)and (min-width: 480px) {
  .entry-price-bottom-box {
    display: flex
  }
}
.alert {
  margin-bottom: 40px;
  border-radius: 4px;
  box-shadow: none
}
.attention {
  margin-top: 4rem;
  padding: 2rem;
  border: 2px solid var(--color-text-danger)
}
.attention-heading {
  margin: 0 0 1em;
  color: var(--color-text-danger);
  font-size: 20px;
  font-size: 1.25rem
}
@media screen and (min-width: 768px) {
  .attention {
    padding: 3rem 3.5rem
  }
}
.btn {
  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 .2s
}
.btn:hover {
  opacity: .8
}
.btn:link, .btn:hover, .btn:visited {
  color: var(--color-text-invert);
  text-decoration: none
}
.btn.is-back-btn {
  position: relative;
  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-danger {
  background: var(--color-text-danger);
  border-color: var(--color-text-danger)
}
.btn.is-width-full {
  display: block;
  width: 100%
}
.btn.is-width-sm {
  width: 220px
}
.btn.is-disabled, .btn:disabled {
  opacity: .65;
  pointer-events: none !important
}
.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 .2s
}
.btn-readmore:hover {
  opacity: .8
}
.btn-readmore:visited, .btn-readmore:active, .btn-readmore:focus, .btn-readmore:hover {
  color: var(--color-text-invert);
  text-decoration: none
}
.btn-text-link {
  display: flex;
  align-items: center;
  padding: 0;
  color: var(--color-text-base);
  background: 0;
  border: 0;
  font-size: 16px;
  font-size: 1rem
}
.btn-text-link:hover {
  text-decoration: underline
}
.caution {
  display: flex;
  flex-flow: column;
  font-size: 14px;
  font-size: .875rem;
  margin: 0 0 20px
}
.caution > *:not(:first-child) {
  margin-top: 5px
}
.caution-text {
  margin: 0
}
:root {
  --cc-bg: var(--color-text-invert);
  --cc-text: var(--color-text-base);
  --cc-btn-primary-bg: var(--color-primary);
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: var(--cc-btn-primary-bg);
  --cc-btn-secondary-bg: #F1F1F1;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #EEE;
  --cc-toggle-bg-off: #999;
  --cc-toggle-bg-on: #666;
  --cc-toggle-bg-readonly: #E5E5E5;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #faecec;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #F1F1F1;
  --cc-cookie-category-block-bg-hover: #EEE;
  --cc-section-border: #f5f1f1;
  --cc-cookie-table-border: #f2e9e9;
  --cc-overlay-bg: rgb(4 6 8 / 85%);
  --cc-webkit-scrollbar-bg: #dbcfcf;
  --cc-webkit-scrollbar-bg-hover: #a09191
}
.c_darkmode {
  --cc-bg: #181b1d;
  --cc-text: #d8e5ea;
  --cc-btn-primary-bg: #a6c4dd;
  --cc-btn-primary-text: #000;
  --cc-btn-primary-hover-bg: var(--cc-btn-primary-bg);
  --cc-btn-secondary-bg: #33383c;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #3e454a;
  --cc-toggle-bg-off: #667481;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #454c54;
  --cc-toggle-knob-bg: var(--cc-cookie-category-block-bg);
  --cc-toggle-knob-icon-color: var(--cc-bg);
  --cc-block-text: #b3bfc5;
  --cc-cookie-category-block-bg: #23272a;
  --cc-cookie-category-block-bg-hover: #2b3035;
  --cc-section-border: #292d31;
  --cc-cookie-table-border: #2b3035;
  --cc-webkit-scrollbar-bg: #667481;
  --cc-webkit-scrollbar-bg-hover: #9199a0
}
.cc_div *, .cc_div ::before, .cc_div ::after {
  float: none;
  box-sizing: border-box;
  box-sizing: border-box;
  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: .35em
}
.cc_div input, .cc_div button, .cc_div a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none
}
.cc_div a {
  border-bottom: 1px solid
}
.cc_div a:hover {
  text-decoration: none;
  border-color: rgba(0, 0, 0, 0)
}
.c--anim #cm, .c--anim #s-cnt, .c--anim #s-inr, #cs-ov, #cm-ov {
  transition: visibility .25s linear, opacity .25s ease, transform .25s ease !important
}
.c--anim .c-bn {
  transition: background-color .25s ease !important
}
.c--anim #cm.bar.slide, .c--anim .bar.slide #s-inr {
  transition: visibility .4s ease, opacity .4s ease, transform .4s ease !important
}
.c--anim #cm.bar.slide + #cm-ov, .c--anim .bar.slide + #cs-ov {
  transition: visibility .4s ease, opacity .4s ease, transform .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%)
}
.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
}
.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;
  font-family: inherit;
  line-height: initial;
  background: #fff;
  background: var(--cc-bg);
  box-shadow: 0 .625em 1.875em #000;
  box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .28);
  transform: scale(0.95);
  visibility: hidden;
  opacity: 0
}
#cc_div #cm {
  display: block !important
}
#c-ttl {
  margin-bottom: .7em;
  font-size: 1.05em
}
.cloud #c-ttl {
  margin-top: -0.15em
}
#c-txt {
  margin-bottom: 1.4em;
  font-size: .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: .82em;
  text-align: center;
  background: #e5ebef;
  background: var(--cc-btn-secondary-bg);
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none
}
#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)
}
#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: .95em;
  font-family: inherit;
  background: none;
  cursor: pointer;
  transition: background-color .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: .5em;
  padding: 1em;
  border: 1px solid #f1f3f5;
  border-color: var(--cc-section-border);
  transition: background-color .25s ease
}
#s-bl .c-bl:hover {
  background: #f0f4f7;
  background: var(--cc-cookie-category-block-bg)
}
#s-bl .c-bl:last-child {
  margin-bottom: .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: rgba(0, 0, 0, 0);
  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: .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: .85em;
  color: #2d4156;
  color: var(--cc-block-text);
  font-size: .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, .26) 0 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
}
#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: rgba(0, 0, 0, 0)
}
#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: .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 (width >=688px) {
  #s-bl::-webkit-scrollbar {
    width: .9em;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    border-radius: 0 .25em .25em 0
  }
  #s-bl::-webkit-scrollbar-thumb {
    background: #cfd5db;
    background: var(--cc-webkit-scrollbar-bg);
    border: .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
  }
}
.cc_div .b-tg {
  position: absolute;
  top: 0;
  right: 0;
  right: 1.2em;
  bottom: 0;
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  user-select: none;
  user-select: none;
  user-select: none
}
.cc_div .b-tg .c-tgl {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  border: 0;
  cursor: pointer
}
.cc_div .b-tg .c-tg {
  position: absolute;
  background: #919ea6;
  background: var(--cc-toggle-bg-off);
  transition: background-color .25s ease, box-shadow .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
}
.cc_div .b-tg .c-tg::after {
  position: relative;
  top: .125em;
  left: .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, .36);
  transition: transform .25s ease;
  content: ""
}
.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 .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: .8em .625em;
  padding-left: 1.2em;
  font-size: .8em;
  text-align: left;
  vertical-align: top
}
#s-bl th {
  padding: 1.2em;
  font-family: inherit
}
#s-bl thead tr:first-child {
  border-color: var(--cc-cookie-table-border);
  border-bottom: 1px solid #e9edf2
}
.force--consent #s-cnt, .force--consent #cs {
  width: 100vw
}
#cm-ov, #cs-ov {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  background: #070707;
  background: rgba(4, 6, 8, .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 .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
}
.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: .2em;
  border: solid #2d4156;
  border-color: var(--cc-btn-secondary-text);
  border-width: 0 2px 2px 0;
  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: .37em;
  left: .75em;
  display: inline-block;
  margin: 0 auto;
  padding: .1em;
  padding-bottom: .45em;
  border: solid #fff;
  border-color: var(--cc-toggle-knob-icon-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  content: ""
}
#s-c-bn::before, #s-c-bn::after {
  position: absolute;
  top: .58em;
  left: .82em;
  width: 1.5px;
  height: .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 .15s ease
}
.cc_div .on-i {
  left: 0;
  opacity: 0
}
.cc_div .off-i::before, .cc_div .off-i::after {
  position: absolute;
  top: .42em;
  right: .8em;
  display: block;
  width: .0938em;
  height: .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
}
.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
}
#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: .85em
}
.cc_div .cloud #c-bns {
  display: table-cell;
  min-width: 170px;
  vertical-align: middle
}
#cm.cloud .c-bn {
  width: 100%;
  margin: .625em 0 0
}
#cm.cloud .c-bn:first-child {
  margin: 0
}
#cm.cloud.left {
  margin-right: 1.25em
}
#cm.cloud.right {
  margin-left: 1.25em
}
#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
}
.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
}
.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
}
.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%;
  border: none
}
.cc_div .bar #s-bl td::before {
  position: absolute;
  left: 1em;
  padding-right: .625em;
  overflow: hidden;
  color: #000;
  color: var(--cc-text);
  white-space: nowrap;
  text-overflow: ellipsis;
  content: attr(data-column)
}
#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
}
@media screen and (width <=688px) {
  #cm, #cm.cloud, #cm.left, #cm.right {
    right: 1em;
    bottom: 1em;
    left: 1em;
    display: block;
    width: auto;
    max-width: 100%;
    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: .9em
  }
  #cm.cloud .c-bn {
    font-size: .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
  }
  #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: .9em 1.6em;
    font-size: .83em
  }
  #s-cnt .b-bn .b-tl {
    padding-top: 1.2em;
    padding-bottom: 1.2em
  }
  #s-bl table, #s-bl thead, #s-bl tbody, #s-bl th, #s-bl td, #s-bl tr, #s-cnt {
    display: block
  }
  #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%;
    border: none
  }
  #s-bl td::before {
    position: absolute;
    left: 1em;
    padding-right: .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: .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
  }
}
.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: .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: .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: .8em .625em .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)
}
.form-step {
  margin: 0 -10px 50px;
    margin-top: 6rem;
}
.form-login-text {
  display: inline-block
}
.form-login-text + .form-login-text {
  margin: 0 0 20px
}
.form-login-btn-wrap {
  display: flex;
  margin: 0 0 40px
}
.form-login-btn-wrap > *:not(:first-child) {
  margin-left: 5px
}
.form-login-btn {
  display: block;
  width: calc(50% - 5px);
  max-width: 335px;
  margin: 0
}
.form-login-wrap {
  margin: 20px 0 0
}
.form-login {
  margin-top: 0;
  text-align: center
}
.form-title {
  padding-top: 40px;
  color: var(--color-text-base);
  border-top: 1px solid #ccc
}
.form-login-desc {
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  border-bottom: 1px dashed #707070
}
.form-login-desc a {
  color: #777
}
.form-login-desc a:link, .form-login-desc a:hover, .form-login-desc a:visited {
  color: #777;
  text-decoration: none
}
.form-login-desc + .form-login-desc {
  margin-top: 10px
}
.form-login-cell {
  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: .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
  }
  .form-login-btn-wrap > *:not(:first-child) {
    margin-top: 5px;
    margin-left: 0
  }
  .form-login-btn {
    width: auto
  }
}
.message {
  margin: 0 0 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7
}
.message.is-bold {
  font-weight: bold
}
.message.is-danger {
  color: var(--color-text-danger)
}
.alert-message {
  margin: 0 0 60px;
  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;
  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;
  position: relative;
    padding: 30px 30px;
    width: 250px;
    background-color: #FAFAFA;
}
.form-table th label {
  
}
.form-table td {
  word-break: break-all;
    padding: 40px 40px;
    display: block;
}
.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;
  -moz-appearance: none;
  appearance: none;
  resize: vertical;
  font-size: 16px;
  font-size: 1rem
}
.form-table select.invalid, .form-table input[type=text].invalid, .form-table input[type=date].invalid, .form-table input[type=tel].invalid, .form-table input[type=email].invalid, .form-table input[type=password].invalid, .form-table textarea.invalid {
  background-color: #ffebee
}
.form-table select, .form-table input.select-style {
  width: 304px;
  padding-right: 30px;
  line-height: 1.3;
  vertical-align: middle;
  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 4px
}
.form-table-list-item:only-child, .form-table-list-item:last-child {
  margin: 0
}
input[name=payment-method]:checked + label {
  background-color: #f2f9ff;
  border-color: #99d3f7
}
input[name=payment-method] + label + .form-table-description {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity .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: .875rem;
  color: var(--color-text-light)
}
.form-table-message:empty {
  margin: 0
}
.form-table.is-vertical {
  padding: 5px 0;
  border-spacing: 10px
}
.form-table.is-vertical th, .form-table.is-vertical td {
  display: block
}
.form-table.is-vertical th + td {
  padding-top: 5px
}
.form-table.is-vertical select {
  width: 100%
}
.form-table.is-vertical input[type=text], .form-table.is-vertical input[type=text].form-width-lg, .form-table.is-vertical input[type=tel], .form-table.is-vertical input[type=email], .form-table.is-vertical input[type=password] {
  width: 100%
}
.form-table.is-vertical th label {
  padding: 0
}
.sushi-card {
  background-color: #f9f9f9;
  padding: 40px 30px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  border-radius: 8px;
}

.sushi-links {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.sushi-links li {
  color: #888;
  font-size: 14px;
  margin-bottom: 10px;
}

.sushi-links li a {
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
}

.sushi-button-wrapper {
  margin: 20px 0;
}

.sushi-button {
  display: inline-block;
  background-color: #c82323;
  color: white;
  text-decoration: none;
  padding: 12px 30px;
  font-weight: bold;
  border-radius: 2px;
  font-size: 14px;
}

.sushi-back a {
  color: #0066cc;
  font-size: 14px;
  text-decoration: none;
}

@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 {
  
  }
  .form-table select {
    width: 100%
  }
  .form-table input[type=text], .form-table input[type=text].form-width-lg, .form-table input[type=tel], .form-table input[type=email], .form-table input[type=password] {
    width: 100%
  }
  .form-table th label {
    padding: 0
  }
  input[name=payment-method] + label + .form-table-description {
    padding: 0
  }
}
.form-table-external {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 50px;
  margin: 0
}
.form-table-external > * + * {
  margin-left: 20px
}
.form-table.is-confirm {
  padding: 0;
  border-spacing: 12px 24px
}
@media screen and (max-width: 767px) {
  .form-table.is-confirm th {
    font-size: 14px;
    font-size: .875rem
  }
}
.form-required-label {
  padding-left: 5px;
  color: var(--color-text-danger);
      font-size : 1rem ;
}
.form-error-text {
  margin: 3px 0 0;
  font-size: 14px;
  font-size: .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: .875rem;
  color: var(--color-text-light)
}
.form-helper-text a {
  color: var(--color-text-light)
}
.form-password-meter {
  max-width: 304px
}
.form-password-label {
  margin: 5px 0 0;
  font-size: 14px;
  font-size: .875rem
}
@media screen and (max-width: 767px) {
  .form-password-meter {
    max-width: 100%
  }
}
.form-btn-wrap {
  margin: 30px auto 0;
  text-align: center
}
.form-btn-wrap.is-col-2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 450px;
  max-width: 100%
}
.form-btn-wrap.is-col-2 > .btn {
  width: calc(50% - 5px)
}
.form-btn-wrap.is-col-2 > form {
  width: calc(50% - 5px)
}
.form-btn-wrap.is-col-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 334px;
  max-width: 100%
}
.form-btn {
  width: 100%
}
.form-back-btn {
  order: 1;
  max-width: 100%;
  margin: 0 auto
}
@media screen and (max-width: 479px) {
  .form-btn-wrap {
    margin: 20px auto 0
  }
  .form-btn-wrap.is-col-2 {
    flex-direction: column
  }
  .form-btn-wrap.is-col-2 > .btn {
    width: 100%
  }
  .form-btn-wrap.is-col-2 > form {
    width: 100%
  }
}
.form-toggle-body {
  padding: 30px;
  background: var(--color-bg-light)
}
.item-list-section {
  overflow: hidden
}
.item-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 20px;
  padding: 0;
  list-style-type: none
}
.item-wrap {
  padding: 0 5px 10px
}
.item {
  display: flex;
  flex-flow: column;
  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: .8
}
.item-inner {
  flex: 1 1 0%
}
.item-title {
  margin: 0 0 5px;
  line-height: 1.2;
  word-break: break-all
}
.item-category {
  display: inline-block;
  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: .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: .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: .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: .75rem
}
.item-message {
  margin: 10px 0;
  font-size: 14px;
  font-size: .875rem
}
@media screen and (min-width: 768px) {
  .item-list {
    margin: 0 -20px
  }
  .item-wrap {
    padding: 0 20px 40px
  }
}
.item-list-section.is-bg-moderate {
  padding: 80px 0;
  background-color: var(--color-bg-light)
}
.item-list-section.is-bg-moderate .item-price, .item-list-section.is-bg-moderate .item-price-sold-out, .item-list-section.is-bg-moderate .item-price-after {
  font-size: 14px;
  font-size: .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-price, .item-list-section.is-bold .item-price-sold-out, .item-list-section.is-bold .item-price-after {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold
}
.item-list-section.is-relation .title-underline {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, meiryo, osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.item-list-section.is-relation .title-underline::after {
  content: none
}
@media screen and (max-width: 767px) {
  .item-list-section.is-relation .item-wrap {
    max-width: 50%;
    padding-bottom: 20px
  }
}
.item-list-section.is-relation .item-inner {
  border: none
}
.item-list-section.is-relation .item-body {
  padding: 10px
}
.item-list-section.is-relation .item-price, .item-list-section.is-relation .item-price-sold-out, .item-list-section.is-relation .item-price-after {
  font-size: 14px;
  font-size: .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;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: var(--color-primary);
  text-align: center;
  text-decoration: none;
  transition: all .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: .875rem;
  color: var(--color-text-base);
  transition: padding-left .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
}
.list-marker {
  margin: 0;
  padding-top: 32px;
  padding-bottom: 40px
}
.list-marker li {
  position: relative;
  clear: both;
  margin: 0 0 .5rem;
  list-style: none
}
.list-marker li::before {
  position: absolute;
  top: .5rem;
  left: -1.5rem;
  width: .5rem;
  height: .5rem;
  background: var(--color-text-light);
  border-radius: 50%;
  content: ""
}
.modal {
  opacity: 0;
  transition: opacity 300ms ease-in-out
}
.modal.is-after-open {
  opacity: 1
}
.modal.is-before-close {
  opacity: 0
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1002;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, .4);
  animation: appear .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: flex;
  justify-content: center
}
.modal-btn-wrap {
  display: grid;
  gap: 10px;
  text-align: center
}
.modal-btn-wrap .btn {
  width: 100%
}
.modal-btn-wrap .btn.is-secondary {
  order: 1
}
.modal-btn-wrap *:only-child {
  max-width: 220px;
  margin: 0 auto
}
@media screen and (min-width: 768px) {
  .modal-btn-wrap {
    grid-auto-flow: column
  }
  .modal-btn-wrap .btn.is-secondary {
    order: 0
  }
}
.nav {
  display: none
}
@media screen and (min-width: 1024px) {
  .nav {
    display: block;
  }
  .nav-inner {
    display: flex;
    justify-content: space-between
  }
  .nav-list {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
      position: relative;
      gap:0 15px;
      
  }
  .nav-item {
    display: block;
    padding: 15px 10px;
    font-size: 14px;
    font-size: .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;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border-color .25s;
  }
  .nav-item a:hover, .nav-item.stay a {
    font-weight: bold
  }
  .nav-item a:hover::before, .nav-item.stay a::before {
    border-color: var(--color-primary)
  }
  .nav-logout-btn {
    display: block;
    padding: 15px 0 15px 10px;
    color: var(--color-text-danger);
    background-color: rgba(0, 0, 0, 0);
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 14px;
    font-size: .875rem
  }
}
@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: rgba(0, 0, 0, 0);
    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: .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: .3s all;
  content: ""
}
.icon-toggle-menu::before {
  top: -6px
}
.icon-toggle-menu::after {
  bottom: -6px
}
[aria-expanded=true] .icon-toggle-menu {
  background: rgba(0, 0, 0, 0)
}
[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)
}
.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: .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: .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;
  text-overflow: ellipsis;
  border: 1px solid var(--color-border-base);
  border-radius: 5px;
  transition: border-color .2s
}
.serial-nav a:hover {
  border-color: var(--color-border-dark)
}
.serial-nav-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0
}
.serial-nav-list > *:not(:first-child) {
  margin-left: 10px
}
.serial-nav-prev, .serial-nav-next {
  display: flex;
  list-style-type: none
}
.serial-nav-prev {
  width: 100%;
  margin-bottom: 10px
}
.serial-nav-prev a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 16px 20px 16px 38px;
  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;
  align-items: center;
  justify-content: flex-end;
  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;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 27px 5px
  }
}
@media screen and (min-width: 768px) {
  .serial-nav-prev-title {
    width: 100%
  }
}
.pager {
  display: inline-block;
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
  font-size: .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;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 48px;
  height: 48px;
  transition: background-color .2s, border-color .2s
}
.pager-item-link {
  display: flex;
  align-items: center;
  justify-content: 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)
}
.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, .1)
}
.search-bar:focus-within {
  box-shadow: 0 1px 8px rgba(0, 0, 0, .1)
}
.search-bar-input {
  display: table-cell;
  box-sizing: content-box;
  width: calc(100% - 60px);
  padding: 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: rgba(0, 0, 0, 0);
  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
}
.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 rgba(0, 0, 0, 0)
}
.slider-thumbs div {
  vertical-align: top
}
.slider-thumbs-item {
  display: inline-block;
  width: 50px !important;
  margin: 0 2px 4px;
  opacity: .7;
  transition: opacity .2s
}
.slider-thumbs-item:hover {
  cursor: pointer;
  opacity: 1
}
.slider-thumbs-item.is-current {
  opacity: 1
}
.main-slider-image {
  display: block;
  height: 210px;
  background: no-repeat center #333;
  background-size: cover
}
.main-slider-copy-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}
.main-slider-copy {
  text-align: center
}
.main-slider-copy-main {
  margin: 0;
  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: #ccc;
  border: 1px solid rgba(0, 0, 0, 0);
  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)
}

.sushiken{
    background-color: #CD0000;
}

.sushiken a{
    color: white;
    position: relative;
    right: 4px;
}
@media screen and (min-width: 480px) {
  .main-slider-image {
    height: 370px
  }
  .slick-dots {
    margin: 5px 0 60px
  }
}
@media screen and (min-width: 768px) {
  .main-slider-image {
    height: 530px
  }
  .main-slider-main-copy {
    font-size: 40px;
    font-size: 2.5rem
  }
  .main-slider-side-copy {
    font-size: 24px;
    font-size: 1.5rem
  }
}
@media screen and (max-width: 767px) {
  .main-slider-container {
    padding-right: 0;
    padding-left: 0
  }
}
@keyframes spinner {
  to {
    transform: rotate(360deg)
  }
}
.spinner-wrap {
  display: flex;
  justify-content: center;
  padding: 8px
}
.spinner-wrap.is-margin {
  margin: 28px
}
.spinner {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.25em;
  border: .25em solid currentcolor;
  border-right-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
  animation: .75s linear infinite spinner
}
.spinner.is-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}
.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: .8
}
.summary:hover .summary-title {
  text-decoration: underline
}
.summary.is-bordered {
  border-top: 1px solid #ccc
}
.summary-info {
  display: inline-flex;
  align-items: center;
  margin-bottom: 5px;
  font-size: 0px;
  font-size: 0rem
}
.summary-time {
  display: inline-block;
  margin-right: 10px;
  color: var(--color-text-base);
  font-size: 14px;
  font-size: .875rem
}
.summary-new-label {
  display: inline-block;
  margin-right: 10px;
  padding: 0 3px;
  color: var(--color-primary);
  font-size: 10px;
  font-size: .625rem;
  font-weight: bold;
  border: 1px solid currentcolor
}
.summary-category-label {
  display: inline-block;
  color: #777;
  font-size: 12px;
  font-size: .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: .875rem;
  margin: 0;
  line-height: 1.5
}
.summary-img-wrap {
  transition: opacity .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: .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: .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;
    margin-top: 6rem;
}
.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
}
.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: 50px;
  overflow: hidden;
  margin-top: 100px;
}
.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: .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;padding: 0 10px;}
}
#js-edit_inplace-box {
  clear: both
}
.acms-admin-alert-small {
  font-size: 14px;
  font-size: .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;
  padding: 20px 0;
  border-bottom: 1px solid var(--color-border-base)
}
.cart-item > *:not(:first-child) {
  margin-left: 20px
}
.cart-item-media {
  width: min(30%, 170px)
}
.cart-item-text {
  display: flex;
  flex: 1;
  flex-flow: column
}
.cart-item-text > *:not(:first-child) {
  margin-top: 5px
}
.cart-info {
  display: flex;
  flex-flow: column
}
.cart-info > *:not(:first-child) {
  margin-top: 5px
}
.cart-name-item {
  margin: 0
}
.cart-name-item a, .cart-name-item a:visited, .cart-name-item a:active, .cart-name-item a:focus, .cart-name-item a:hover {
  color: var(--color-text-base);
  text-decoration: none;
  border-bottom: 1px solid currentcolor
}
.cart-name-item a:hover {
  border-bottom: 0
}
.cart-select-item {
  display: flex;
  align-items: center;
  margin: 0
}
.cart-select-item > *:not(:first-child) {
  margin-left: 5px
}
.cart-detail {
  display: flex;
  flex-flow: column
}
.cart-detail > *:not(:first-child) {
  margin-top: 5px
}
.cart-detail-item {
  display: inline-flex;
  margin: 0
}
.cart-detail-item.is-processing {
  position: relative;
  opacity: .65
}
.cart-detail-item.is-processing .spinner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.cart-detail-item, .cart-subtotal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: auto
}
.cart-detail-item > *:not(:first-child), .cart-subtotal > *:not(:first-child) {
  margin-left: 5px
}
.cart-number {
  width: 70px;
  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: .875rem;
  font-weight: normal
}
.cart-label {
  display: inline-block;
  color: var(--color-text-light);
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  font-size: .875rem
}
.cart-btn-link {
  padding: 0;
  color: #4380bc;
  font-size: 14px;
  font-size: .875rem;
  background: 0;
  border: 0
}
.cart-btn-link:hover {
  text-decoration: underline
}
.cart-error {
  margin: 0;
  font-size: 14px;
  font-size: .875rem;
  color: var(--color-text-danger)
}
@media screen and (min-width: 768px) {
  .cart-item-media {
    width: 170px
  }
  .cart-subtotal {
    font-size: 18px;
    font-size: 1.125rem
  }
  .cart-number {
    padding: 2px 8px
  }
}
.contact-suggest {
  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: .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: .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: .875rem
}
.entry-new {
  padding: 0 3px;
  font-size: 10px;
  font-size: .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: .75rem;
  color: var(--color-text-light);
  text-decoration: none
}
.entry-category a, .entry-tag-item a {
  font-size: 12px;
  font-size: .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
}
.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);
    text-align: center;
}
.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;
    
    text-align: center;
}
.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;
  align-items: flex-start;
  justify-content: space-between
}
.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: .875rem;
  text-align: left
}
.entry-column .quoteDescription {
  font-size: 14px;
  font-size: .875rem;
  text-align: left
}
.entry-column .caption {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: .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: #999
}
.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;
  box-shadow: inset 48px 0 0 var(--color-bg-light), inset 49px 0 0 #bdb7b7;
  box-shadow: inset 48px 0 0 var(--color-bg-light), inset 49px 0 0 #bdb7b7
}
.entry-column .prettyprint li {
  margin-bottom: 5px;
  overflow: visible;
  line-height: 1.5;
  white-space: pre;
  list-style: decimal;
  list-style-position: outside
}
.entry-column .prettyprint li::before {
  content: none
}
.entry-column .prettyprint li::after {
  padding: 1px 20px 0;
  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
}
@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
  }
}
.share-wrapper {
  margin-top: 20px;
  text-align: right
}
.share-text {
  display: inline-block;
  margin: 0;
  font-size: 12px;
  font-size: .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: .8;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
  font-size: 32px;
  font-size: 2rem;
  transition: opacity .2s
}
.share-item a:hover {
  opacity: .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 .2s
}
.entry-shop .entry-slider-thumbnail-link:hover {
  opacity: .8
}
.entry-shop .entry-info {
  display: block;
  margin: 0 0 30px
}
.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: .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
}
@media screen and (min-width: 768px) {
  .entry-shop .entry-title {
    margin: 25px 0 30px;
    text-align: center
  }
  .entry-shop .entry-info {
    position: -webkit-sticky;
    position: sticky;
    top: 100px
  }
}
.entry-shop .entry-item-outline-table {
  width: 100%;
  margin: 30px 0;
  border-collapse: collapse
}
.entry-shop .entry-item-outline-table th, .entry-shop .entry-item-outline-table td {
  padding: 15px;
  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
  }
    
    .listbox{
        display: block;
    }
}
.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: .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: .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: .625rem;
  border: 1px solid currentcolor
}
.news-item-category-label {
  display: inline-block;
  font-size: 14px;
  font-size: .875rem;
  color: var(--color-text-light)
}
.news-list, .news-item-item:first-child {
  border-top: 1px solid var(--color-border-base)
}
.news-item-title {
  margin: 0;
  text-decoration: none
}
.order-summary {
  margin: 0 0 20px;
  border: 4px solid var(--color-border-light)
}
.order-summary.is-confirm {
  margin-top: 20px
}
.order-summary-title {
  margin: 0;
  padding: 15px;
  color: var(--color-text-base);
  line-height: 1;
  background-color: var(--color-bg-light)
}
.order-summary-grid {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 5px 0;
  text-align: right
}
.order-summary-rows {
  margin: 0;
  padding: 0
}
.order-summary-row {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  padding: 8px 0
}
.order-summary-row > *:not(:first-child) {
  margin-top: 8px
}
.order-summary-row + .order-summary-row:not(.is-sum) {
  padding-top: 0
}
.order-summary-row + .order-summary-row.is-sum {
  border-top: 1px solid var(--color-border-light)
}
.order-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%
}
.order-summary-label {
  display: inline-block;
  color: var(--color-text-light);
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  font-size: 14px;
  font-size: .875rem
}
.order-summary-price {
  font-size: 16px;
  font-size: 1rem
}
.order-summary-price.is-sum {
  font-weight: bold
}
@media screen and (min-width: 768px) {
  .order-summary-price.is-sum {
    font-size: 18px;
    font-size: 1.125rem
  }
}
.order-num-wrap {
  margin: 20px 0 40px;
  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: .875rem;
  vertical-align: middle
}
.order-num {
  display: inline-block;
  text-align: left;
  vertical-align: middle
}
.payment-method-select {
  box-sizing: border-box;
  width: 100%
}
.payment-method-select label {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  background: #f5f5f5;
  border: 1px solid #dfdfdf;
  border-radius: 4px
}
.payment-method-select img {
  width: 70%;
  margin-bottom: 5px
}

@media screen and (max-width: 479px) {
  .payment-method-select img {
    width: 95%;
    margin-bottom: 5px
  }
}
.header {
  box-sizing: border-box;
  max-width: none;
  padding-right: calc(10px + constant(safe-area-inset-right));
  padding-left: calc(10px + constant(safe-area-inset-left));
  position: relative;
  z-index: 1001;
  position: fixed;
    inset:0;
    margin: 0 auto;
    background-color: white;
    height: 95px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.header > *:not(:first-child) {
  margin-left: 5px
}
.header a {
  text-decoration: none;
    font-size: 1rem;
}
.header-item-title {
  display: flex;
  flex: 1 1 auto;
  align-items: center
}
.header-item-fixed {
  display: flex
}
.header-item-fixed > *:not(:first-child) {
  margin-left: 5px
}

header.inner{
    display: flex;
    max-width: 1280px;
    margin: auto;
}

.inner{
    display: flex;
}
@media screen and (min-width: 1024px) {

  .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;
    width: 368px;

}
@media screen and (min-width: 1024px) {
  .header-title {
    font-size: 28px;
    font-size: 1.75rem
  }
}
.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 .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: .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: .625rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, .3)
}
@media screen and (min-width: 1024px) {
  .header-btn {
    min-width: 65px;
    padding: .3em .25em
  }
  .header-btn .acms-icon {
    font-size: 28px;
    font-size: 1.75rem
  }
  .header-btn-badge {
    font-size: 14px;
    font-size: .875rem
  }
}


/* ----------------------------------------------------------------------------
  page-header
---------------------------------------------------------------------------- */
/* --- header --- */
#page-header {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	z-index: 10;
	position: fixed;
	left: 0;
	top: 0;
	box-sizing: border-box;
	width: 100%;
  max-width: 100vw;
	height: 70px;
	background-color: white;
	background-color: rgba(255, 255, 255, 0.98);
	box-shadow: 0 5px 5px 0 rgba(204,204,204,0.4);
	text-align: center;
}
#page-header > header {
	position: relative;
	max-width: 1280px;
	min-width: 480px;
	height: 70px;
	margin: 0 auto;
}
#page-header h1,
#page-header .misc-header {
	position: absolute;
	left: 10px;
	top: 10px;
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;

}
#page-header h1 img,
#page-header .misc-header img {
	width: 368px;
	vertical-align: bottom;
}
#checkout {
	position: absolute;
	right: 20px;
	top: 10px;
	margin: 0;
	padding: 0;
}
#checkout a {
	display: block;
	width: 120px;
	padding: 12px;
	background: #CD2625;
	color: white;
}
#checkout a:hover {
	background: #E42A29;
	text-decoration: none;
}
/* --- gNav --- */
#gNav {
	position: absolute;
	right: 200px;
	top: 22px;
	box-sizing: border-box;
	margin: 0 auto;
	text-align: left;
}
#gNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#gNav ul:after {
	content: '';
	display: block;
	clear: both;
}
#gNav ul li {
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}

#gNav ul li a {
	font-weight: bold;
	color: #333;
  position: relative;
}

#gNav ul li.niigata a::after{content: "新潟県限定";position: absolute;text-align: center;left: 50%;font-size: 0.7rem;transform: translateX(-50%);bottom: -1.3em;letter-spacing: 0.3em;width: 100%;font-weight: 400;line-height: 1;display: block;}


/* ### Resposive ############### */
@media screen and (max-width: 959px) {

	/* --- header --- */
	#page-header {
		height: 50px;
		box-shadow: none;
	}
	#page-header > header {
		max-width: unset;
		min-width: unset;
		height: 50px;
	}
	#page-header h1,
	#page-header .misc-header {
		position: absolute;
		left: 5px;
		top: 5px;
	}
	#page-header h1 img,
	#page-header .misc-header img {
		width: 280px;
	}

	#checkout {
		right: 20px;
		top: 8px;
	}
	#checkout a {
		width: 120px;
		padding: 5px;
	}

	/* --- gNav --- */
	#gNav {
		position: absolute;
		left: 0;
		top: 50px;
		width: 100%;
		padding-left: 30px;
		background-color: rgba(255, 255, 255, 0.98);
		box-shadow: 0 5px 5px 0 rgba(204,204,204,0.4);
	}
	#gNav ul li {
		margin: 0;
		padding: 5px 20px;
	}
  #gNav ul li.niigata a::after{content: "(新潟県限定)";position: relative;left: auto;bottom: auto;display: inline;letter-spacing: 0;font-size: 0.8rem;line-height: 1.5;}
}

/* ### Resposive ############### */
@media screen and (max-width: 500px) {

	/* --- header --- */
	/* --- header --- */
	#page-header {
		height: 45px;
	}
	#page-header h1 img,
	#page-header .misc-header img {
		width: 240px;
	}

	#checkout {
		right: 5px;
		top: 5px;
	}
	#checkout a {
		width: 100px;
		padding: 10px 0;
		font-size: 12px;
		font-weight: bold;
	}

	/* --- gNav --- */
	#gNav {
		top: 45px;
		height: 25px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
		-ms-overflow-style: none;
		padding-left: 10px;
	}
	#gNav ul {
		width: 450px;
		/*display: flex;*/
	}
	#gNav ul li {
		display: inline-block;
		/*flex: 0 0 100%;*/
		/*flex-grow: 4;*/
		/*flex-shrink: 0;*/
		/*flex-basis: 100%;*/
		padding: 0 20px 0 10px;
	}
	#gNav ul li a {
		font-size: 14px;
		font-weight: normal;
	}

}
/* ### Resposive ############### */
@media screen and (max-width: 350px) {

	#page-header h1 img,
	#page-header .misc-header img {
		width: 200px;
	}
}






.footer {
  padding: 60px 10px 20px
}
.footer-social-wrap {
  margin-bottom: 15px;
  font-size: 0px;
  font-size: 0rem;
  text-align: center
}
.footer-social {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  color: #ccc;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--color-border-base);
  border-radius: 50%;
  transition: all .2s;
  font-size: 22px;
  font-size: 1.375rem
}
.footer-social:last-child {
  margin-right: 0
}
.footer-social i {
  display: inline-block;
  margin-top: 13px;
  padding-right: 0;
  color: inherit
}
.footer-social.is-facebook:hover {
  color: #3b5999;
  border-color: #3b5999
}
.footer-social.is-twitter:hover {
  color: #55acee;
  border-color: #55acee
}
.footer-social.is-x:hover {
  color: #0f1419;
  border-color: #0f1419
}
.footer-social:hover {
  text-decoration: none
}
.footer-link-wrap {
  margin: 20px 0 60px;
  font-size: 14px;
  font-size: .875rem;
  text-align: center
}
.footer-link-wrap ul {
  padding: 0;
  list-style: none
}
.footer-link-wrap .footer-link {
  display: block;
  margin: 10px;
  color: #4285f4;
  text-decoration: none
}
.footer-link-wrap .footer-link:hover {
  text-decoration: underline
}
@media screen and (min-width: 768px) {
  .footer-link-wrap ul {
    display: flex;
    justify-content: center
  }
}
.footer-copyright {
  margin: 0;
  font-size: 12px;
  font-size: .75rem;
  color: #707070;
  text-align: center
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 50px
  }
}

/* ----------------------------------------------------------------------------
  page-footer
---------------------------------------------------------------------------- */
#page-footer {
	width: 100%;
	margin-top: 100px;
}


#page-footer footer {
	padding: 20px 10px 80px;
	background-color: #333;
	font-size: 0.8em;
	line-height: 1.5;
	color: white;
	text-align: center;
}
#page-footer footer a {
	color: white;
	text-decoration: underline;
}
#page-footer-logo {
	width: 50px;
	padding-bottom: 20px;
	vertical-align: bottom;
}
#page-footer footer address {
	padding: 10px 0;
	font-style: normal;
	color: white;
}

/* ### Resposive ############### */
@media screen and (max-width: 959px) {
}
@media screen and (max-width: 500px) {
	#page-footer footer {
		padding: 20px 10px 100px;
	}

}




.js-lazy-load {
  transform: translateY(30px);
  opacity: 0;
  transition: opacity .8s cubic-bezier(0.5, 0, 0, 1) .1s, transform .9s cubic-bezier(0.5, 0, 0, 1) .1s
}
.js-lazy-load.loading {
  transform: translateY(0);
  opacity: 1
}
@media print {
  .js-lazy-load {
    transform: translateY(0);
    opacity: 1
  }
}

.top-heading .heading{
        width: 100%;
    max-width: 850px;
    margin: 100px auto 0;
    text-align: left;
    display: flex;
}

.top-heading .heading h2{
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.top-heading .heading h2{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 1em;
    margin-inline-end: 1em;
    unicode-bidi: isolate;
    font-size: 1.47rem;
    width: 50%;
    margin: auto auto 20px auto;
}

.top-heading .heading p{
    width: 50%;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .top-heading .heading{margin-top: 50px;}
  .top-heading .heading h2{width: 90%;}
  .top-heading .heading p{width: 90%;}
}

.catchimg{
    text-align: center;
}

.catchimg img{
    max-width: 1280px;
    width: 100%;
}


.catchkopy{
     width: 100%;
    max-width: 850px;
    margin: 50px auto 50px;
    text-align: left;
    display: flex;
    align-items: anchor-center;
}

.catchkopy h2{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 1em;
    margin-inline-end: 1em;
    unicode-bidi: isolate;
    font-size: 1.47rem;
    margin-bottom: 1rem;
    width: 50%;
    margin: auto auto 20px auto;
}

.catchkopy p{
    width: 50%;
    margin: auto;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .catchkopy h2{width: 90%;}
  .catchkopy p{width: 90%;}
}

.banner{
    max-width: 924px;
    margin: 40px auto auto auto;
}

.banner .bannnergroup_1 {
    max-width: 994px;
     gap: 0px 20px;
    display: flex;
    max-width: 924px;
    margin: auto;
}

.banner .bannergroup_1 h3{
  position: absolute;
  font-size: 1vw;
  color: #000000;
  margin:0;
}

.banner .bannergroup_1 p{
  position: absolute;
  font-size: 1vw;
  color: #000000;
  margin:0;
}

.banner .bannnergroup_2 {
    max-width: 924px;
    gap: 0px 20px;
    display: flex;
    max-width: 1280px;
    margin: auto;
}

.banner .bannnergroup_1 img {
    width: 45%;
    padding: 30px;
}

.banner .bannnergroup_2 img {
    width: 45%;
    padding: 30px;
}

.banner .banner .bannergrop_1 .imgtext{
    position: relative;
}

.banner .banner .bannergrop_1 .imgtext h3{
    position: absolute;/*重ねたい子要素にabsolute*/
  top:50%;
left: 50%;
transform: translate(-50%,-50%);/*センター寄せの修正*/
}

.bannerbox.banner1{
    background: url("../images/oiwai.jpg") no-repeat center/cover;
    width: 50%;
    height: 25vw;
    margin: 5px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}

.bannerbox.banner1 h3{
    text-align: center;
}

.bannerbox.banner1 p{
    text-align: center;
    font-family: sans-serif;
}

.bannerbox.banner2{
    background: url("../images/event.jpg") no-repeat center/cover;
    width: 50%;
    height: 25vw;
    margin: 5px;
    margin: auto;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}

.bannerbox.banner2 h3{
    text-align: center;
}

.bannerbox.banner2 p{
    text-align: center;
    font-family: sans-serif;
}

.bannerbox.banner3{
    background: url("../images/konrei.jpg") no-repeat center/cover;
    width: 50%;
    height: 25vw;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}

.bannerbox.banner3 h3{
    text-align: center;
}

.bannerbox.banner3 p{
    text-align: center;
    font-family: sans-serif;
}

.bannerbox.banner4 h3{
    text-align: center;
}

.bannerbox.banner4 p{
    text-align: center;
    font-family: sans-serif;
}

.bannerbox.banner4{
    background: url("../images/okaeshi.jpg") no-repeat center/cover;
    width: 50%;
    height: 25vw;
    background-color: rgba(255,255,255,0.8);
    background-blend-mode: lighten;
}

.banner .textimg_1{
    display: flex;
}

.banner .textimg_2{
    display: flex;
}

{
    background: url("../images/available_back.gif") no-repeat center/cover;
    width: 50%;
    height: 25vw;
}

.backimg{
    background: url("../images/available_back.gif") no-repeat center/cover;
    max-width: 1280px;
    margin: auto;
}

.sushibox{
    width: 100%;
    max-width: 850px;
    margin: 50px auto 0;
    text-align: left;
    display: flex;
}

.sushibox h2{
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 1em
    margin-inline-end: 1em;
    unicode-bidi: isolate;
    font-size: 1.47rem;
    margin-bottom: 1rem;
    width: 50%;
}

.sushibox p{
    width: 50%;
}

.listbox ul{
    max-width: 924px;
    display: flex;
}

.listbox li{
    list-style: none;
    text-align: center;
    width: 33%;
    flex-shrink: 0;
}

.japan{
    width: 58%;
}

.barcood{
    width: 80%;
}

.sticker{
    width: 80%;
}

.button-01 a {
  font-family: sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  border: solid 1px #333;
  display: block;
  box-sizing: border-box;
  max-width: 300px;
  text-align: center; 
  padding: 16px 64px;
  margin: 40px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button-01 a:hover {
  color: #fff;
  background: #AF0000;
  transition: all 0.3s;
}

.formOrderPayTypeCredit_img01{
    width: 100%;
}

.formPackingTypes{
    display: flex;
}

.formPackingTypes img{
    width: 100%;
    vertical-align: bottom;
}

.form-table-title td{
    display: flex;
}

.formPackingTypes{
    display: flex;
}

.formPackingTypes img{
    width: 100%;
}


    
.contentflex{
    vertical-align: middle;
}

#sushimoney{
    font-size: 1.3rem;
    color: #CA0000;
}
#money{
    font-size: 1.3rem;
    color: #CA0000;
}

#allmoney{
    font-size: 1.3rem;
    color: #CA0000;
}

.contentflex td{

    padding: 45px 45px;
    vertical-align: middle;
}


.contentflex.cash{
    margin-left: 9rem;
}

.formOrderPayTypeCash{
    background-color: #e6f3ff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 6px;
}

.formOrderPayTypeTransfer{
    background-color: #e6f3ff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 6px;
}

.formOrderPayTypeCredit{
    background-color: #e6f3ff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: 6px;
}

.formPackingTypeNoshi{
    text-align: center;
    width: 33%;
    flex-shrink: 0;
}

.formPackingTypeGift{
    text-align: center;
    width: 33%;
    flex-shrink: 0;
}

.formPackingTypeEnvelope{
    text-align: center;
    width: 33%;
    flex-shrink: 0;
}

.contentflex_form{
    align-items: center;
    border-bottom: 1px solid;
}
.sushi-nav {
  background: #fff;
  padding: 40px 30px;
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.sushi-nav-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.sushi-nav-list li {
  margin: 10px 0;
}

.nav-link {
  color: #0066cc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.2s;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.current {
  font-weight: bold;
  color: #616161;
  text-decoration: underline;
}

.sushi-nav-button {
  margin: 20px 0;
}

.main-button {
  display: inline-block;
  background-color: #c82323;
  color: white;
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  border-radius: 2px;
  transition: background-color 0.2s;
}

.main-button:hover {
  background-color: #a11c1c;
}

.sushi-nav-footer .nav-back {
  color: #0066cc;
  font-size: 14px;
  text-decoration: none;
}


@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
    .catchkopy{
        display: block;
    }  
    .bannerbox.banner1{
        width: 100%;
        height: 400px;
    }
    
    .bannerbox.banner1{
        margin-top: 2rem;
    }
    
    
    .bannerbox.banner2{
        width: 100%;
        height: 400px;
    }
    .bannerbox.banner3{
        width: 100%;
        height: 400px;
    }
    .bannerbox.banner4{
        width: 100%;
        height: 400px;
    }
    .top-heading .heading{
        display: block;
    }
    .banner{
        display: block;
    }
     .banner .textimg_1{
        display: block;
        margin: auto;
        max-width: 100%;
    }
     p{
         margin-bottom: 1rem;
           
    }
    .banner .textimg_2{
        display:block;
    }
    
    .sushibox{
        position: relative;
        top:30px;
        display: block;
    }
    .sushibox h2{
        margin:20px auto;
    }
    .listbox ul{
        display: block;
        margin-top: 5rem;
    }
    .textbox_1{
    justify-content: center;
        position: relative;
        top: 3rem;
}
    .contentflex{
        display: block;
    }
    
    .form-table th{
        max-width: none;
        width: 100%;
        display: block;
    }
    
    .form-table select, .form-table input.select-style{
        
    }
    .sushiform{
        display: block;
    }
    
    .formPackingTypes{
        display: block;
    }
    .formPackingTypes img{
        width: 100%;
    }
    .formPackingTypeNoshi{
        width: 100%;
    }
    .formPackingTypeGift{
         width: 100%;
    }
    .formPackingTypeEnvelope{
        width: 100%;
    }
    .listbox{
        margin: auto;
        text-align: center;
    }
    .listbox ul{
        margin-left: 5rem;
    }
}

.gift-category {
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 常に2列 */
  gap: 20px;
  padding: 10px;
  box-sizing: border-box;
}

.category-box {
  position: relative;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  height: 390px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  overflow: hidden;
}

.category-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.category-text {
  position: absolute;
  top: 10px; bottom: 10px; left: 10px; right: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* 上寄せ */
  align-items: center;
  text-align: center;
  padding: 2em 1em 1em;
  color: #333;
  border-radius: 4px;
}

.category-text h3 {
  font-size: 1.3em;
  margin-bottom: 0.5em;
}

.category-text p {
  font-size: 0.95em;
  line-height: 1.5;
}

/*--------------------------------
 トップページ：こんな時に使って便利
--------------------------------*/
.gift-category-new{max-width: 1280px;margin: 0 auto 120px;display: flex;flex-wrap: wrap;gap: 60px;box-sizing: border-box;}
.gift-category-new .items{width: calc((100%/2) - (60px/2));}
.gift-category-new .items .img-box{position: relative;}
.gift-category-new .items .img-box .label{position: absolute;color: #fff;background:#192659;font-size: max(100vw*(24/1920),16px);writing-mode: vertical-rl;margin: 0;letter-spacing: 0.15em;line-height: 1;padding:22px 12px;top: -7px;left: 28px;}
.gift-category-new .items .img-box img{object-fit: cover;max-width: 100%;width: 100%;height: 100%;display: block;}
.gift-category-new .items .desc{margin: 30px 0 0 0;color: #333;font-size: 16px;line-height: 1.5;}

@media screen and (max-width: 1320px){
  .gift-category-new{padding: 0 20px;}
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .gift-category-new{padding:0 20px;display: block;max-width: 100%;}
  .gift-category-new .items{width: 100%;margin-bottom: 40px;}
  .gift-category-new .items:last-of-type{width: 100%;margin-bottom: 0;}
  .gift-category-new .items .img-box .label{font-size:clamp(12px,(100vw * (18/375)),24px);padding: calc(100vw * (15/375)) calc(100vw * (10/375));left: 20px;}
  .gift-category-new .items .desc{margin-top: 15px;}
}

/*--------------------------------
 トップページ：のぼり・ステッカー
--------------------------------*/
.sushi-shop{max-width: 1280px;margin: 0 auto 40px;background: url(../images/shop-bg.jpg) no-repeat center/cover; padding: 70px 80px 70px 131px;}
.sushi-shop .inner-box{display: flex;}
.sushi-shop .inner-box .left{flex-shrink: 0;border-right: 1px solid #000;padding: 0 calc(100vw*(68/1920)) 0 0;}
.sushi-shop .inner-box .left img{max-width: 100%;}
.sushi-shop .inner-box .left a{color: #333;font-size: 18px;text-decoration: underline;font-weight: 500;display: block;margin-top: 43px;margin-left: 12px;}
.sushi-shop .inner-box .right{padding: 0 0 0 calc(100vw*(68/1920));}
.sushi-shop .inner-box .right .desc{margin-bottom: 64px;color: #333;font-size: 16px;}
.sushi-shop .inner-box .right .r-box{display: flex;gap: 40px;flex-wrap: wrap;justify-content: center;align-items: flex-start;}
.sushi-shop .inner-box .right .r-box .items{text-align: center;}
.sushi-shop .inner-box .right .r-box .items img{max-width: 100%;}
.sushi-shop .inner-box .right .r-box .items .txt{color: #333;font-size: 16px;}
@media screen and (max-width: 1320px){
  .sushi-shop{padding: 50px;}
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .sushi-shop{max-width: 100%;padding:70px 20px 20px;}
  .sushi-shop .inner-box{display: block;}
  .sushi-shop .inner-box .left{margin-bottom: 50px;border-bottom:1px solid #000;border-right: none;padding-bottom: 50px;padding-right: 0;text-align: center;}
  .sushi-shop .inner-box .left a{margin-left: 0;}
  .sushi-shop .inner-box .right{padding-left: 0;}
  .sushi-shop .inner-box .right .desc{margin-bottom: 20px;}
  .sushi-shop .inner-box .right .r-box{display: block;}
  .sushi-shop .inner-box .right .r-box .items{margin-bottom: 50px;}
}


.nav-menu ul {
  display: flex;
  list-style: none;
  gap: 20px;
  padding: 0;
}

.nav-menu a {
  text-decoration: none;
  color: #333;
  font-weight: normal;
}

.nav-menu a.active {
  font-weight: bold;
  color: #c82323;
  border-bottom: 2px solid #c82323;
}

.cashtext_2{
    background-color: #e6f3ff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    width: 20%;
    display: flex;
}   


@media (max-width: 768px) {
  .gift-category {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 0 10px;
  }
}

.sushi-wrapper {
  background-color: #fff; /* 全体の背景（薄グレー） */
  padding: 0 20px;
}

.sushi-box {
  background-color: #fff; /* ボタンの背景（白パネル） */
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); /* うっすら影 */
}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .sushi-wrapper{padding:0 20px;}
  .sushi-box{padding: 0;}
}

.sushi-button {
  display: inline-block;
  background-color: #d32f2f;
  color: #fff;
  text-decoration: none;
  padding: 15px 40px;
  font-size: 16px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.sushi-button:hover {
  background-color: #b71c1c;
}

/* セクション全体：薄グレー背景 */
.sushi-info-section {
  background-color: #fff;
  padding: 60px 20px;
}

/* 中央の白背景パネル */
.sushi-info-box {
  background-color: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* 青いリンク部分 */
.sushi-info-link {
  display: block;
  color: #4285f4;
  font-size: 16px;
  text-decoration: none;
  margin: 10px 0;
  transition: color 0.3s ease;
}

/* ホバー時に少し濃い青に */
.sushi-info-link:hover {
  color: #2a65c4;
}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .sushi-info-section{padding:20px;}
  .sushi-info-box{padding: 20px;}
}

.notice-section {
  background-color: #f9f9f9;
  padding: 60px 20px;
  text-align: center;
}

.notice-box {
  background-color: #fff;
  border: 2px solid #c00;
  border-radius: 12px;
  padding: 30px 20px;
  max-width: 800px;
  margin: 0 auto 30px;
  text-align: center;
  line-height: 1.6;
  box-sizing: border-box;
}

.notice-box p {
  margin: 0.5em 0;
  color: #c00;
  font-size: 16px;
}

.notice-box strong {
  color: #0B0000;
  font-weight: bold;
}

.notice-box .note {
  color: #c00;
  font-weight: normal;
  display: block;
  margin-top: 0.5em;
}

.notice-box ul {
  list-style: none;
  padding-left: 0;
  margin-top: 1em;
  text-align: left;
  color: #c00;
  font-size: 15px;
}

.highlight {
  color: #c00;
  font-weight: bold;
}

.sushi-warning-box {
  background-color: #fff;
  border: 2px solid #c00;
  border-radius: 8px;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}

.bullet {
  font-weight: bold;
  margin-right: 6px;
}

.bullet.blue {
  color: #007bff; /* 青い ● */
}

.bullet.red {
  color: #c00; /* 赤い ● */
}

.link-blue {
  color: #007bff;
  text-decoration: underline;
}

.text-red {
  color: #c00;
  font-weight: bold;
}
.zipcode-row {
      display: flex;
      align-items: center;
      gap: 10px;
      margin-bottom: 10px;
    }

    .zipcode-row label {
      font-size: 24px;
      color: #c00;
    }

    .zipcode-row input[type="text"] {
      flex: 1;
      padding: 8px;
      font-size: 16px;
    }

    .form-group {
      margin-top: 20px;
    }

    .form-group input {
      width: 100%;
      padding: 10px;
      font-size: 16px;
      margin-bottom: 5px;
      box-sizing: border-box;
    }

    .example, .length, .warning {
      font-size: 13px;
      margin: 3px 0;
    }

    .green {
      color: #1eaa52;
    }

    .red {
      color: #c00;
    }

    .length {
      display: inline-block;
      background-color: #1eaa52;
      color: #fff;
      padding: 2px 8px;
      border-radius: 12px;
      margin-top: 4px;
        margin-bottom: 1rem;
    }

    .set-address {
      background-color: #c00;
      color: #fff;
      border: none;
      padding: 8px 16px;
      font-size: 14px;
      border-radius: 12px;
      cursor: pointer;
    }

.form {
      max-width: 500px;
      margin: auto;
      padding: 20px;
      background: #fff;
      border-radius: 12px;
    }
    input {
      padding: 8px;
      margin-bottom: 10px;
      font-size: 16px;
      box-sizing: border-box;
    }
    label {
      font-weight: bold;
    }

.email-notice-section {
  max-width: 700px;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 15px;
  color: #333;
}

.email-warning-box {
  background-color: #fff;
  border: 2px solid #c00;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.email-warning-box ul {
  padding-left: 1.2em;
}

.email-warning-box ul li {
  list-style: disc;
  margin-bottom: 4px;
}

.email-warning-box a {
  color: #007bff;
  text-decoration: underline;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input[type="email"] {
  width: 100%;
  padding: 10px;
  font-size: 15px;
  box-sizing: border-box;
  color: #333;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: normal;
}

.example.green {
  font-size: 13px;
  color: #1eaa52;
  margin-top: 4px;
}

.form-section {
  display: flex;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  align-items: flex-start;
  gap: 20px;
}

.form-label {
  width: 180px;
  font-weight: bold;
  color: #333;
}

.form-content {
  flex: 1;
}

.radio-group label {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

input[type="radio"] {
  margin-right: 6px;
}

.配送先フォーム {
  max-width: 900px;
  margin: 0 auto;
  font-family: sans-serif;
  font-size: 14px;
}

.行 {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ddd;
  padding: 20px 0;
  gap: 20px;
}

.ラベル {
  width: 200px;
  font-weight: bold;
  color: #333;
}

.必須 {
  color: #c00;
  font-size: 12px;
  margin-left: 6px;
}

.入力 {
  flex: 1;
  min-width: 200px;
}

.入力 input,
.入力 select,
.入力 textarea {
  width: 100%;
  padding: 8px;
  font-size: 14px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.入力 textarea {
  resize: vertical;
  height: 100px;
}

.住所セット {
  margin-top: 8px;
  padding: 6px 12px;
  background-color: #c00;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}

.エラー {
  color: #c00;
  font-size: 12px;
  margin-top: 4px;
}

.note {
  border: 1px solid red;
  padding: 10px;
  border-radius: 6px;
  color: #333;
  font-size: 14px;
  background-color: #fff;
  margin-top: 8px;
}

.radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.radio-option {
  display: flex;
  align-items: center; /* ← 縦中央揃え */
  gap: 8px;             /* ← ラジオボタンとテキストの間隔 */
  cursor: pointer;
}

.example-box {
  background-color: #e6fbe6; /* 薄い緑背景 */
  border: 1px solid green;  /* 緑枠 */
  padding: 10px 15px;
  border-radius: 4px;
  max-width: 600px; /* 必要に応じて調整 */
  margin-top: 10px;
}

/* ▼ スマホ対応（600px未満） */
@media screen and (max-width: 599px) {
  .行 {
    flex-direction: column;
  }

  .ラベル {
    width: 100%;
  }

  .入力 {
    width: 100%;
  }
}

.footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    font-size: 14px;
  }

  .footer a {
    color: #fff;
    text-decoration: underline;
  }

  .footer a:hover {
    text-decoration: none;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .footer-logo img {
    width: 60px;
    height: auto;
  }

.input-block {
    margin-bottom: 30px;
    font-family: sans-serif;
  }

  .input-block input[type="text"] {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }

  .input-example {
    color: green;
    font-size: 14px;
    margin-top: 5px;
  }

  .char-limit {
    display: inline-block;
    background-color: #009900;
    color: #fff;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 12px;
    margin-top: 5px;
  }
 .formPackingTypes {
    display: flex;
    gap: 20px;
    font-family: sans-serif;
  }

  .formPackingTypes label {
    display: block;
    width: 180px;
    padding: 10px;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
    background-color: #fff;
    text-align: center;
  }

  .formPackingTypes label:hover {
    border-color: #EFF3B0;
    background-color: #EFF3B0;
  }

  .formPackingTypes input[type="radio"] {
    margin-right: 6px;
    vertical-align: middle;
      position: relative;
    left: 5px;
      top: 5px;
  }

  .formPackingTypes img {
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .formPackingTypes .label-text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin-bottom: 5px;
  }

  .formPackingTypes .description {
    font-size: 13px;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 4px;
  }

  .formPackingTypes input[type="radio"]:checked ~ .label-content {
    border: 2px solid #3399ff;
    background-color: #ffffdd;
  }

  .label-content {
    border-radius: 8px;
    padding: 6px;
    transition: background-color 0.3s;
  }

.sushi-info {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 40px;
  max-width: 1000px;
  flex-wrap: wrap;
}

.sushi-info li {
  width: 30%;
  text-align: center;
}

.sushi-info img {
  max-height: 200px;
  width: auto;
  display: block;
  margin: 0 auto 10px;
  object-fit: contain;
}

.radio-group-horizontal {
  display: flex;
  flex-direction: column; /* ← 横並びから縦並びに変更 */
  gap: 10px; /* 上下の間隔 */
}

.radio-group-horizontal label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.inner{
    max-width: 1280px;
    display: flex;
    margin: 20px auto 0;
    align-items: center;
}

    .cashtext{
            background-color: #e6f3ff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    width: 15%;
    display: flex;
    }
/* レスポンシブ対応（スマホ表示時） */
@media screen and (max-width: 898px) {
  .sushi-info {
    flex-direction: column;
    align-items: center; /* ← これでli自体を中央に */
    gap: 20px;
  }

  .sushi-info li {
    width: 90%;
    text-align: center; /* ← テキストも中央に */
  }

  .sushi-info img {
    max-height: 240px;
  }
    .cashtext{
            background-color: #e6f3ff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    width: 100%;
    display: flex;
    }
    
    .cashtext_2 {
    background-color: #e6f3ff;
    padding: 6px 12px;
    border-radius: 6px;
    font-weight: bold;
    width: 100%;
    display: flex
;
}
}
#adminBox, .acms-admin-box{
    margin-top: 6rem;
}
#copy{
    margin: auto;
}
.cashcopy{
    margin: 10px 0 25px;
}

/* トップ調整 */ 
.sushibox .sushi-info{}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
 .listbox .sushi-info{margin-left: auto;margin-right: auto;}
 .listbox .sushi-info li{margin-left: auto;margin-right: auto;}
}

/* カートページ調整 */
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .cart-message{padding: 0 10px;}
  .js-shopping-cart .acms-grid{margin-right: 0;margin-left: 0;}
  .item-list{padding: 0 10px;margin: 0 0 20px;}
}

/* 購入ページ調整 */
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .entry-shop{padding: 0 10px;}
  .entry-shop img{max-width: 100%;}
}

/* 購入ページフォーム調整 */
.add-to-cart-table .img-box{width: 100%;display: flex;margin-bottom: 10px;}
/* .add-to-cart-table .img-box .images{width: calc(100%/3);text-align: center;} */
.add-to-cart-table .img-box .images{width: calc(100%/2);text-align: center;}
.add-to-cart-table .img-box .images img{max-width: 100%;width: 100%;}

.add-to-cart-table .img-box-full{width: 100%;}
.add-to-cart-table .img-box-full img{max-width: 100%;width: 100%;}

.add-to-cart-table td ul{padding-left: 16px;}

.add-to-cart-table textarea{width: 100%;padding: 13px 30px 13px 13px;line-height: 1.3;vertical-align: middle;border: 1px solid var(--color-border-base);border-radius: 3px;appearance: none;font-size: 16px;font-size: 1rem;}

/* 購入後情報入れこみフォーム調整 */
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape){
  .form-step{margin: 0 0 50px;}
  .form-title{padding-left: 10px;padding-right: 10px;}
  .shopping .form-title + p{padding-left: 10px;padding-right: 10px;}
  .shopping .title-simple + p{padding-left: 10px;padding-right: 10px;}
  .shopping .container .acms-grid{margin-left: 0;margin-right: 0;}
}

/* カートボタン調整 */
.cart-btn{position: fixed;top: 90px;right: 20px;z-index: 10;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape){
  .cart-btn.sp-bt{top: auto;right: 0;bottom: 0;width: 50%;}
  .cart-btn.sp-bt .header-btn{border-radius: 0;width: 100%;display: flex;justify-content: center;border: none;padding: 10px;}
  .cart-btn.sp-bt .header-btn .header-btn-text{position: relative;width: auto;height: auto;margin:0 10px;clip: auto;border: none;font-size: 15px;font-weight: 700;letter-spacing: 0.05em;}
}


/* sp時下部追従 */
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape){
  .sp-bt-r{top: auto;left: 0;bottom: 0;width: 50%;background: #CD2625;color: #fff;font-size: 15px;padding: 10px;position: fixed;    z-index: 10;text-align: center;box-sizing: border-box;font-weight: 700;letter-spacing: 0.05em;}
  .sp-bt-r:visited{color: #fff;}
}

/* sp時ハンバーガーメニュー */
.hamb-sp{display: none;}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape){
  .hamb-sp{display: block;background: #CD2625;width: 45px;height: 45px;color: #fff;position: relative;position: absolute;right: 0;top: 0;}
  .hamb-sp::after{content:"MENU"; font-weight: 500;font-size:7px;text-align: center;position: absolute;top:32px;left: 50%;transform: translateX(-50%);width: 100%;}
  .hamb-sp span{position: absolute;display: block;width:24px;height:2px;left: 50%;transform: translateX(-50%);background: #fff;transition: all ease 0.3s;}
  .hamb-sp span:nth-of-type(1){top:9px;}
  .hamb-sp span:nth-of-type(2){top:18px;}
  .hamb-sp span:nth-of-type(3){top:27px;}

  .hamb-sp.open::after{content: "CLOSE";}
  .hamb-sp.open span:nth-of-type(1){top:18px;transform: translateX(-50%)rotate(35deg);}
  .hamb-sp.open span:nth-of-type(2){opacity: 0;}
  .hamb-sp.open span:nth-of-type(3){top:18px;transform: translateX(-50%)rotate(-35deg);}
}


/* sp時メニュー */
.sp-menu-box{display: none;opacity: 0;pointer-events: none;visibility: hidden;z-index: 999;}
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
		.sp-menu-box{display: block;background:#ffffff;position: fixed;top: 45px;left: 0;width: 100%;height: calc(100dvh - 45px);transition: all ease 0.3s;overflow-y: auto;}
		.sp-menu-box.open{opacity: 1;pointer-events: auto;visibility: visible;}
    #gNavsp{margin-top: 50px;margin-bottom: 100px;}
    #gNavsp ul{}
    #gNavsp ul li{list-style: none;margin-bottom: 15px;}
    #gNavsp ul li a{color: #333;font-size: 18px;}

    .meun-b{display: block;margin:0 auto 20px;position: relative;width: calc(100% - 80px);background: #CD2625;color: #fff;font-size: 20px;text-align: center;box-sizing: border-box;border-radius: 5px;padding: 15px 0;}
    .sp-menu-box .cart-btn{position: relative;top: auto;right: auto;width: calc(100% - 80px);margin: auto;}
    .sp-menu-box .cart-btn .header-btn-text{position: relative;width: auto;height: auto;margin:0 10px;clip: auto;border: none;font-size: 15px;font-weight: 700;letter-spacing: 0.05em;}
}

/* 調整 */
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .acms-grid, .acms-grid-r{margin-left: auto;margin-right: auto;}		
}

/* 店舗紹介ユニット */
.shopinfo{display: flex;gap:40px 40px;flex-wrap: wrap;margin: 0 10px 40px;align-items: flex-start;}
.shopinfo *{word-break: break-all;}
.shopinfo .shop-items{width: calc((100%/3) - ((40px * 2)/3));border-right: 1px solid #ccc;border-left: 5px solid #CD2625;box-sizing: border-box;}
.shopinfo .shop-items .shop-name{margin: 0;padding: 15px;font-size: 18px;border-top: 1px solid #ccc;border-bottom:1px solid #ccc;}
.shopinfo .shop-items .shop-address{margin: 0;padding: 15px;font-size:16px;border-bottom:1px solid #ccc;}
.shopinfo .shop-items .shop-tel{margin: 0;padding: 15px;font-size:16px;border-bottom:1px solid #ccc;}
.shopinfo .shop-items .shop-hp{margin: 0;padding: 15px;font-size:16px;border-bottom:1px solid #ccc;}

@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .shopinfo{display: block;}
  .shopinfo .shop-items{width: 100%;margin-bottom: 40px;}
  .shopinfo .shop-items:last-of-type{margin-bottom: 0;}
}

/* フッターメニュー */
.f-nav{margin-bottom: 2rem;}
.f-nav ul{display: flex;justify-content: center;gap: 1rem;flex-wrap: wrap;padding: 0;}
.f-nav ul li{list-style: none;}

/* sp中央 */
@media screen and (max-width: 767px), (max-width: 896px) and (orientation:landscape) {
  .sp-c{text-align: center;}		
}
