::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

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

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

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

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


html {
  background-color: #260606;
  font-family: "Kaisei Tokumin", serif;
  font-size: 16px;
  font-weight: 400;
  color: #260606;
  line-height: 1.625;
}

@media screen and (max-width: 1024px) {
  .none-max-l {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .none-max-t {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .none-max-ml {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .none-min-l {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .none-min-t {
    display: none;
  }
}
@media screen and (min-width: 577px) {
  .none-min-ml {
    display: none;
  }
}

/*========= end none =========*/
.header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  background-color: #260606;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 1130px) {
  .header {
    -webkit-transition: padding-bottom 0.3s, -webkit-transform 0.3s;
    transition: padding-bottom 0.3s, -webkit-transform 0.3s;
    transition: padding-bottom 0.3s, transform 0.3s;
    transition: padding-bottom 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
}
.header > .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  max-width: 2320px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1130px) {
  .header > .wrap {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 160px);
  }
}
@media screen and (max-width: 1024px) {
  .header > .wrap {
    max-width: 904px;
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  .header > .wrap {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1130px) {
  .header > .wrap > .top {
    position: relative;
    z-index: 10;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #260606;
  }
}
.header > .wrap > .top > .link {
  display: block;
  width: 184px;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .header > .wrap > .top > .link {
    width: 152px;
    padding: 13px 0;
  }
}
.header > .wrap > .top > .link > .logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.header > .wrap > .top > .button {
  display: none;
}
@media screen and (max-width: 1130px) {
  .header > .wrap > .top > .button {
    position: relative;
    display: block;
    cursor: pointer;
    width: 43px;
    aspect-ratio: 1;
    padding: 4px 0;
  }
}
.header > .wrap > .top > .button > .line {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header > .wrap > .top > .button > .line.top {
  top: 4px;
}
.header > .wrap > .top > .button > .line.middle {
  opacity: 1;
  top: 20px;
}
.header > .wrap > .top > .button > .line.bottom {
  bottom: 4px;
}
.header > .wrap > .top > .open--button > .line {
  width: calc(100% + 10px);
}
.header > .wrap > .top > .open--button > .line.top {
  top: 2px;
  right: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.header > .wrap > .top > .open--button > .line.middle {
  opacity: 0;
}
.header > .wrap > .top > .open--button > .line.bottom {
  bottom: 2px;
  right: 3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
@media screen and (max-width: 1130px) {
  .header > .wrap > .content {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: absolute;
    bottom: 0;
    -webkit-transition: bottom 0.3s;
    transition: bottom 0.3s;
  }
}
@media screen and (max-width: 576px) {
  .header > .wrap > .content {
    -ms-flex-item-align: center;
        align-self: center;
  }
}
.header > .wrap > .content > .list {
  padding: 15px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
@media screen and (max-width: 576px) {
  .header > .wrap > .content > .list {
    max-width: 440px;
  }
}
.header > .wrap > .content > .list > .item {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header > .wrap > .content > .list > .item:not(:last-of-type) {
  padding-right: 16px;
}
.header > .wrap > .content > .list > .item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .header > .wrap > .content > .list > .item.border-none::before {
    display: none;
  }
}
.header > .wrap > .content > .list > .item > .link > * {
  text-align: center;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.header > .wrap > .content > .list > .item > .link > .ja {
  color: #fff;
  line-height: 1.5;
}
.header > .wrap > .content > .list > .item > .link > .en {
  font-family: "Cardo", serif;
  margin-top: 4px;
  font-size: 12px;
  color: #db8226;
  line-height: 1.3333333333;
}
.header > .wrap > .content > .list > .item > .link:hover > * {
  color: #fdc04a;
}
@media screen and (max-width: 1130px) {
  .header > .wrap > .content > .list {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0 40px;
  }
}
@media screen and (max-width: 576px) {
  .header > .wrap > .content > .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.hide--header {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

/*========= end header =========*/
.shop-list {
  width: 100%;
  margin: auto;
  padding: 60px 0;
  background: url(../images/common/shop-list-bg.png) repeat center/cover;
}
@media screen and (max-width: 576px) {
  .shop-list {
    padding: 40px 0;
  }
}
.shop-list > .wrap {
  max-width: 1260px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .shop-list > .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  .shop-list > .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  .shop-list > .wrap {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  .shop-list > .wrap {
    width: calc(100% - 30px);
  }
}
.shop-list > .wrap > .lead {
  margin-bottom: 60px;
  text-align: center;
  font-size: 28px;
  color: #260606;
  line-height: 1.7142857143;
}
@media screen and (max-width: 576px) {
  .shop-list > .wrap > .lead {
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.shop-list > .wrap > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 80px;
}
@media screen and (max-width: 1440px) {
  .shop-list > .wrap > .list {
    max-width: 700px;
    width: 100%;
    margin: auto;
  }
}
@media screen and (max-width: 576px) {
  .shop-list > .wrap > .list {
    gap: 30px;
  }
}
.shop-list > .wrap > .list > .item {
  width: 255px;
}
@media screen and (max-width: 576px) {
  .shop-list > .wrap > .list > .item {
    width: 100%;
  }
}
.shop-list > .wrap > .list > .item > .ttl {
  padding-bottom: 8px;
  border-bottom: solid 1px #260606;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  .shop-list > .wrap > .list > .item > .ttl {
    font-size: 14px;
  }
}
.shop-list > .wrap > .list > .item > .info {
  margin-top: 14px;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 576px) {
  .shop-list > .wrap > .list > .item > .info {
    font-size: 12px;
  }
}
.shop-list > .wrap > .message {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 576px) {
  .shop-list > .wrap > .message {
    margin-top: 30px;
    font-size: 12px;
  }
}
.shop-list > .wrap > .banner {
  overflow: hidden;
  display: block;
  margin-top: 60px;
  border: solid 1px #260606;
  border-radius: 10px;
  height: 160px;
}
@media screen and (max-width: 1024px) {
  .shop-list > .wrap > .banner {
    height: auto;
    aspect-ratio: 904/160;
  }
}
@media screen and (max-width: 576px) {
  .shop-list > .wrap > .banner {
    margin-top: 40px;
    aspect-ratio: 342/200;
  }
}
.shop-list > .wrap > .banner:not(:first-of-type) {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .shop-list > .wrap > .banner:not(:first-of-type) {
    margin-top: 30px;
  }
}
.shop-list > .wrap > .banner img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
  height: 100%;
}

/*========= end shop-list =========*/
.footer {
  padding: 60px 0;
  background-color: #000;
}
@media screen and (max-width: 576px) {
  .footer {
    padding: 60px 0;
  }
}
.footer > .wrap {
  max-width: 2320px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .footer > .wrap {
    max-width: 904px;
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  .footer > .wrap {
    width: calc(100% - 30px);
  }
}
.footer > .wrap > .inner {
  position: relative;
  padding-right: 137px;
}
@media screen and (max-width: 576px) {
  .footer > .wrap > .inner {
    padding-right: 0;
  }
}
.footer > .wrap > .inner > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 60px;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .footer > .wrap > .inner > .content {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 576px) {
  .footer > .wrap > .inner > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer > .wrap > .inner > .content > .logo {
  display: block;
  width: 152px;
}
.footer > .wrap > .inner > .content > .logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.footer > .wrap > .inner > .content > .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer > .wrap > .inner > .content > .info > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  min-width: 300px;
}
@media screen and (max-width: 576px) {
  .footer > .wrap > .inner > .content > .info > .list {
    max-width: 440px;
  }
}
.footer > .wrap > .inner > .content > .info > .list > .item {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.footer > .wrap > .inner > .content > .info > .list > .item:not(:last-of-type) {
  padding-right: 16px;
}
.footer > .wrap > .inner > .content > .info > .list > .item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .footer > .wrap > .inner > .content > .info > .list > .item.border-none::before {
    display: none;
  }
}
.footer > .wrap > .inner > .content > .info > .list > .item > .link > * {
  text-align: center;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}
.footer > .wrap > .inner > .content > .info > .list > .item > .link > .ja {
  color: #fff;
  line-height: 1.5;
}
.footer > .wrap > .inner > .content > .info > .list > .item > .link > .en {
  font-family: "Cardo", serif;
  margin-top: 4px;
  font-size: 12px;
  color: #db8226;
  line-height: 1.3333333333;
}
.footer > .wrap > .inner > .content > .info > .list > .item > .link:hover > * {
  color: #fdc04a;
}
@media screen and (max-width: 576px) {
  .footer > .wrap > .inner > .content > .info > .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer > .wrap > .inner > .content > .info > .txt {
  margin-top: 20px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .footer > .wrap > .inner > .content > .info > .txt {
    margin-top: 30px;
    text-align: center;
  }
}
.footer > .wrap > .inner > .top-arrow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  aspect-ratio: 1;
}
@media screen and (max-width: 576px) {
  .footer > .wrap > .inner > .top-arrow {
    display: none;
  }
}
.footer > .wrap > .copyright {
  font-family: "Cardo", serif;
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 576px) {
  .footer > .wrap > .copyright {
    margin-top: 30px;
  }
}

/*========= end footer =========*/
main.main.home {
  /*========= end mv-video =========*/
  /*========= end mv =========*/
  /*========= end lead-bg =========*/
  /*========= end feature-1 =========*/
  /*========= end feature-2 =========*/
}
main.main.home > .mv-video {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
main.main.home > .mv-video video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
main.main.home > .mv {
  position: relative;
  height: 100vh;
  border-bottom: 1px solid #260606;
}
main.main.home > .mv > .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 374px;
}
@media screen and (max-width: 576px) {
  main.main.home > .mv > .logo {
    bottom: 242px;
    max-width: 210px;
    width: 53.8461538462%;
  }
}
main.main.home > .mv > .logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main.main.home > .lead-bg {
  position: relative;
  padding: 160px 0 100px;
  background: url(../images/common/lead-bg.webp) repeat center/cover;
  /*========= end lead =========*/
  /*========= end info =========*/
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg {
    padding: 123px 0 60px;
  }
}
main.main.home > .lead-bg > .lead-obj {
  position: absolute;
  top: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 404px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg > .lead-obj {
    top: -83px;
    max-width: 310px;
    width: 79.4871794872%;
  }
}
main.main.home > .lead-bg > .lead-obj img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main.main.home > .lead-bg > .lead {
  padding-bottom: 40px;
}
main.main.home > .lead-bg > .lead > .wrap {
  max-width: 1260px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.main.home > .lead-bg > .lead > .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  main.main.home > .lead-bg > .lead > .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg > .lead > .wrap {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  main.main.home > .lead-bg > .lead > .wrap {
    width: calc(100% - 30px);
  }
}
main.main.home > .lead-bg > .lead > .wrap > .ttl {
  position: relative;
  padding-bottom: 26px;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: calc(40em / 1000);
}
main.main.home > .lead-bg > .lead > .wrap > .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #260606 5px, transparent 5px);
  background-repeat: repeat-x;
  background-size: 10px 1px;
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg > .lead > .wrap > .ttl {
    padding-bottom: 14px;
    font-size: 30px;
  }
}
main.main.home > .lead-bg > .info > .wrap {
  max-width: 1260px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.main.home > .lead-bg > .info > .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  main.main.home > .lead-bg > .info > .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg > .info > .wrap {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  main.main.home > .lead-bg > .info > .wrap {
    width: calc(100% - 30px);
  }
}
main.main.home > .lead-bg > .info > .wrap > .info-obj {
  width: 36px;
  margin: auto;
}
main.main.home > .lead-bg > .info > .wrap > .info-obj img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main.main.home > .lead-bg > .info > .wrap > .ttl {
  margin-top: 24px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4285714286;
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg > .info > .wrap > .ttl {
    margin-top: 20px;
    font-size: 20px;
  }
}
main.main.home > .lead-bg > .info > .wrap > .frame {
  margin-top: 40px;
  border: solid #260606 1px;
  border-radius: 10px;
  height: 306px;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  main.main.home > .lead-bg > .info > .wrap > .frame {
    height: 402px;
  }
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg > .info > .wrap > .frame {
    height: 452px;
    margin-top: 30px;
  }
}
main.main.home > .lead-bg > .info > .wrap > .frame > .inner {
  height: 100%;
  padding: 0 6px;
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg > .info > .wrap > .frame > .inner {
    padding: 0 12px 0 0;
  }
}
main.main.home > .lead-bg > .info > .wrap > .frame > .inner .os-scrollbar-track {
  width: 6px;
  border-radius: 30px;
  background-color: rgba(38, 6, 6, 0.1);
}
main.main.home > .lead-bg > .info > .wrap > .frame > .inner .os-scrollbar-handle {
  width: 6px;
  border-radius: 30px;
  background-color: #260606;
}
main.main.home > .lead-bg > .info > .wrap > .frame > .inner .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  max-width: 1080px;
  width: calc(100% - 140px);
  margin: auto;
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  main.main.home > .lead-bg > .info > .wrap > .frame > .inner .list {
    gap: 20px;
    max-width: 818px;
    width: calc(100% - 20px);
    padding: 20px 0;
  }
}
main.main.home > .lead-bg > .info > .wrap > .frame > .inner .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px 20px;
  padding-bottom: 10px;
  position: relative;
}
main.main.home > .lead-bg > .info > .wrap > .frame > .inner .list > .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #260606 5px, transparent 5px);
  background-repeat: repeat-x;
  background-size: 10px 1px;
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg > .info > .wrap > .frame > .inner .list > .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.main.home > .lead-bg > .info > .wrap > .frame > .inner .list > .item > .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 576px) {
  main.main.home > .lead-bg > .info > .wrap > .frame > .inner .list > .item > .ttl {
    font-size: 12px;
  }
}
main.main.home > .lead-bg > .info > .wrap > .frame > .inner .list > .item > .date {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: 54px;
  font-size: 10px;
}
main.main.home > .feature-1 {
  padding: 160px 0;
  background: url(../images/top/feature-2-bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-1 {
    padding: 60px 0;
    background-image: url(../images/top/feature-2-bg-sp.png);
  }
}
main.main.home > .feature-1 > .wrap {
  max-width: 1260px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.main.home > .feature-1 > .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  main.main.home > .feature-1 > .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-1 > .wrap {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  main.main.home > .feature-1 > .wrap {
    width: calc(100% - 30px);
  }
}
main.main.home > .feature-1 > .wrap > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-1 > .wrap > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.main.home > .feature-1 > .wrap > .content > .copy {
  width: 28px;
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-1 > .wrap > .content > .copy {
    width: 70px;
  }
}
main.main.home > .feature-1 > .wrap > .content > .txt {
  color: #fff;
  line-height: 1.75;
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-1 > .wrap > .content > .txt {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
main.main.home > .feature-1 > .wrap > .content > .txt > .colored {
  color: #f4ddb4;
}
main.main.home > .feature-2 {
  padding: 160px 0;
  background: url(../images/top/feature-1-bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-2 {
    padding: 60px 0;
    background-image: url(../images/top/feature-1-bg-sp.png);
  }
}
main.main.home > .feature-2 > .wrap {
  max-width: 1260px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.main.home > .feature-2 > .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  main.main.home > .feature-2 > .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-2 > .wrap {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  main.main.home > .feature-2 > .wrap {
    width: calc(100% - 30px);
  }
}
main.main.home > .feature-2 > .wrap > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-2 > .wrap > .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main.main.home > .feature-2 > .wrap > .content > .copy {
  width: 28px;
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-2 > .wrap > .content > .copy {
    width: 70px;
  }
}
main.main.home > .feature-2 > .wrap > .content > .txt {
  color: #fff;
  line-height: 1.75;
}
@media screen and (max-width: 576px) {
  main.main.home > .feature-2 > .wrap > .content > .txt {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
main.main.home > .feature-2 > .wrap > .content > .txt > .colored {
  color: #f4ddb4;
}

/*========= end main top =========*/
main.main.shop {
  /*========= end mv =========*/
  /*========= end lead-bg =========*/
}
main.main.shop > .mv {
  overflow: hidden;
  width: 100%;
  height: 504px;
  border-bottom: 1px solid #260606;
}
main.main.shop > .mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.main.shop > .lead-bg {
  padding: 60px 0 100px;
  background: url(../images/common/lead-bg.webp) repeat center/cover;
  /*========= end lead =========*/
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg {
    padding: 40px 0 60px;
  }
}
main.main.shop > .lead-bg > .lead {
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .lead {
    padding-bottom: 40px;
  }
}
main.main.shop > .lead-bg > .lead > .wrap {
  max-width: 1260px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.main.shop > .lead-bg > .lead > .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  main.main.shop > .lead-bg > .lead > .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .lead > .wrap {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  main.main.shop > .lead-bg > .lead > .wrap {
    width: calc(100% - 30px);
  }
}
main.main.shop > .lead-bg > .lead > .wrap > .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  main.main.shop > .lead-bg > .lead > .wrap > .ttl {
    gap: 5.5309734513%;
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .lead > .wrap > .ttl {
    gap: 20px;
  }
}
main.main.shop > .lead-bg > .lead > .wrap > .ttl > .txt {
  text-align: center;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: calc(40em / 1000);
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .lead > .wrap > .ttl > .txt {
    font-size: 26px;
  }
}
main.main.shop > .lead-bg > .lead > .wrap > .ttl::before, main.main.shop > .lead-bg > .lead > .wrap > .ttl::after {
  content: "";
  display: block;
  width: 62px;
  aspect-ratio: 62/24;
  background: url(../images/common/lead-ttl-icon.svg);
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .lead > .wrap > .ttl::before, main.main.shop > .lead-bg > .lead > .wrap > .ttl::after {
    width: 30px;
  }
}
main.main.shop > .lead-bg > .lead > .wrap > .ttl::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
main.main.shop > .lead-bg > .lead > .wrap > .self-service {
  margin-top: 20px;
  text-align: center;
  font-size: 28px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .lead > .wrap > .self-service {
    font-size: 20px;
  }
}
main.main.shop > .lead-bg > .lead > .wrap > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  max-width: 900px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 1024px) {
  main.main.shop > .lead-bg > .lead > .wrap > .list {
    gap: 3.3185840708%;
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .lead > .wrap > .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
    gap: 6px;
  }
}
main.main.shop > .lead-bg > .lead > .wrap > .list.mt {
  margin-top: 40px;
}
main.main.shop > .lead-bg > .lead > .wrap > .list > .item {
  overflow: hidden;
  width: 280px;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .lead > .wrap > .list > .item {
    max-width: 342px;
    width: 100%;
    aspect-ratio: 342/180;
  }
}
main.main.shop > .lead-bg > .lead > .wrap > .list > .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
main.main.shop > .lead-bg > .lead > .wrap > .txt {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .lead > .wrap > .txt {
    margin-top: 30px;
    font-size: 16px;
  }
}
main.main.shop > .lead-bg > .info > .wrap {
  max-width: 1260px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.main.shop > .lead-bg > .info > .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  main.main.shop > .lead-bg > .info > .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .info > .wrap {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  main.main.shop > .lead-bg > .info > .wrap {
    width: calc(100% - 30px);
  }
}
main.main.shop > .lead-bg > .info > .wrap > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .info > .wrap > .inner {
    gap: 40px;
  }
}
main.main.shop > .lead-bg > .info > .wrap > .inner > .map {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 324px;
  height: 420px;
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .info > .wrap > .inner > .map {
    min-width: 0;
    width: 100%;
    height: auto;
    max-height: 420px;
    aspect-ratio: 342/420;
  }
}
main.main.shop > .lead-bg > .info > .wrap > .inner > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  width: 34.9206349206%;
  min-width: 330px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .info > .wrap > .inner > .list {
    gap: 30px;
    min-width: 0;
    width: 100%;
  }
}
main.main.shop > .lead-bg > .info > .wrap > .inner > .list > .item > .label {
  padding-bottom: 9px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
main.main.shop > .lead-bg > .info > .wrap > .inner > .list > .item > .label::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, #260606 5px, transparent 5px);
  background-repeat: repeat-x;
  background-size: 10px 1px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .info > .wrap > .inner > .list > .item > .label {
    font-size: 16px;
  }
}
main.main.shop > .lead-bg > .info > .wrap > .inner > .list > .item > .data {
  margin-top: 14px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .lead-bg > .info > .wrap > .inner > .list > .item > .data {
    font-size: 14px;
  }
}
main.main.shop > .menu {
  padding: 80px 0 100px;
  background-color: #260606;
  /*========= end menu-index =========*/
  /*========= end menu-list =========*/
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu {
    padding: 60px 0;
  }
}
main.main.shop > .menu > .menu-index {
  padding-bottom: 80px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu > .menu-index {
    padding-bottom: 40px;
  }
}
main.main.shop > .menu > .menu-index > .wrap {
  max-width: 1260px;
  width: calc(100% - 160px);
  margin: auto;
  max-width: 980px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.main.shop > .menu > .menu-index > .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  main.main.shop > .menu > .menu-index > .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu > .menu-index > .wrap {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  main.main.shop > .menu > .menu-index > .wrap {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 1024px) {
  main.main.shop > .menu > .menu-index > .wrap {
    max-width: 650px;
  }
}
main.main.shop > .menu > .menu-index > .wrap > .imgc {
  width: 36px;
  margin: auto;
}
main.main.shop > .menu > .menu-index > .wrap > .ttl {
  margin-top: 24px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  color: #f5a24d;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu > .menu-index > .wrap > .ttl {
    margin-top: 20px;
    font-size: 20px;
  }
}
main.main.shop > .menu > .menu-index > .wrap > .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1150px) {
  main.main.shop > .menu > .menu-index > .wrap > .list {
    grid-template-columns: repeat(2, 1fr);
    max-width: 650px;
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  main.main.shop > .menu > .menu-index > .wrap > .list {
    grid-template-columns: 1fr;
    gap: 8px;
    max-width: 292px;
    margin-top: 30px;
  }
}
main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: #ebdcc9;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor:hover {
  background-color: #fff;
}
main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 80px);
  padding: 0 20px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .name {
    width: 72.602739726%;
  }
}
main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .name > .ja {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 700px) {
  main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .name > .ja {
    font-size: 16px;
  }
}
main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .name > .en {
  font-family: "Cardo", serif;
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.3571428571;
}
@media screen and (max-width: 700px) {
  main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .name > .en {
    margin-top: 4px;
    font-size: 12px;
  }
}
main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .imgc {
  width: 80px;
}
@media screen and (max-width: 700px) {
  main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .imgc {
    overflow: hidden;
    width: 27.397260274%;
    aspect-ratio: 80/72;
  }
}
main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .imgc img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu > .menu-index > .wrap > .list > .item > .anchor > .imgc img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}
main.main.shop > .menu .menu-list * {
  color: #fff;
}
main.main.shop > .menu .menu-list .menu-top {
  display: block;
  margin: 20px 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list .menu-top {
    margin-top: 14px;
    font-size: 14px;
  }
}
main.main.shop > .menu .menu-list > .wrap {
  max-width: 1260px;
  width: calc(100% - 160px);
  margin: auto;
}
@media screen and (max-width: 1024px) {
  main.main.shop > .menu .menu-list > .wrap {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 768px) {
  main.main.shop > .menu .menu-list > .wrap {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 320px) {
  main.main.shop > .menu .menu-list > .wrap {
    width: calc(100% - 30px);
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 80px;
}
@media screen and (max-width: 1024px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu {
    gap: 30px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #f5a24d;
  font-size: 20px;
  font-weight: 500;
  color: #f5a24d;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .ttl {
    padding-bottom: 8px;
    font-size: 16px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 80px;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list {
    gap: 20px;
    margin-top: 24px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: 590px;
  width: calc((100% - 80px) / 2);
  padding-bottom: 30px;
  position: relative;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 5px, transparent 5px);
  background-repeat: repeat-x;
  background-size: 10px 1px;
}
@media screen and (max-width: 1024px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item {
    max-width: none;
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item {
    padding-bottom: 20px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .imgc {
  width: 80px;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .imgc img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: auto 120px;
  grid-template-rows: auto 1fr;
  grid-template-areas: "ttl blank" "note price";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px 20px;
}
@media screen and (max-width: 1300px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content > .ttl {
  grid-area: ttl;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content > .ttl {
    font-size: 14px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content > .ttl > .colored {
  color: #f4ddb4;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content > .note {
  grid-area: note;
  min-height: 44px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content > .note {
    font-size: 10px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content > .price {
  grid-area: price;
  align-self: flex-end;
  text-align: right;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .recommend > .list > .item > .content > .price {
    font-size: 14px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common {
  width: calc((100% - 80px) / 2);
}
@media screen and (max-width: 1024px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common {
    width: calc((100% - 60px) / 2);
  }
}
@media screen and (max-width: 768px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common {
    width: 100%;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #f5a24d;
  font-size: 20px;
  font-weight: 500;
  color: #f5a24d;
  line-height: 1.5;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .ttl {
    padding-bottom: 8px;
    font-size: 16px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list {
    margin-top: 24px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
  padding-bottom: 10px;
  position: relative;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 5px, transparent 5px);
  background-repeat: repeat-x;
  background-size: 10px 1px;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item > .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item > .name {
    font-size: 14px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item > .price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item > .price {
    font-size: 14px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item > .detail {
  width: 400px;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item > .detail > .name {
  font-weight: 500;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item > .detail > .txt {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.8333333333;
}
@media screen and (max-width: 1024px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list > .item.change-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list.bundle-type > .item {
  display: block;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list.bundle-type > .item.single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list.bundle-type > .item.change-direction > .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list.bundle-type > .item > .content {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .list.bundle-type > .item > .content > .price {
  -ms-flex-item-align: end;
      align-self: flex-end;
  text-align: right;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
  margin-top: 30px;
  padding-bottom: 20px;
}
@media screen and (max-width: 576px) {
  main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .images {
    margin-top: 24px;
    padding-bottom: 10px;
  }
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .images > .item {
  width: 140px;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .images > .item > .imgc img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main.main.shop > .menu .menu-list > .wrap > .grand-menu > .common > .images > .item > .txt {
  line-break: strict;
  margin-top: 8px;
  font-size: 10px;
}

/*========= end main.main.shop =========*//*# sourceMappingURL=main.css.map */