@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.66666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: 0.884955752vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 150%;
  color: #000000;
  word-break: normal;
  line-break: strict;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: relative;
  background: #D5C78C;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
  body::before {
    position: fixed;
    content: '';
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/common/bg_pc.png) left top no-repeat;
    background-size: auto;
    background-attachment: fixed;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p + p {
  margin: 1em 0 0 0;
}

ul, ol, li {
  list-style: none;
}

.text-bold {
  font-weight: 700;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 30rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .container {
    max-width: calc(300/375 * 100%);
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 calc(15/335 * 100%);
}

.sns-list li {
  width: calc(26/335 * 100%);
  min-width: 2.6rem;
}

@media screen and (max-width: 768px) {
  .sns-list {
    margin-bottom: 1.5rem;
  }
}

.notice-item {
  display: block;
  background: #F7F4E8;
  padding: 2rem 3.8rem 2rem 2rem;
  position: relative;
}

.notice-item::after {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 1rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow_right.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .notice-item::after {
    width: 1rem;
    height: 1.5rem;
  }
}

.notice-item_date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #D93932;
  font-family: "Lato", serif;
}

@media screen and (min-width: 769px) {
  .notice-item_date {
    font-size: 1.6rem;
  }
}

.notice-item_cat {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #fff;
  background: #000;
  border-radius: 2rem;
  padding: 0.5rem 2rem;
}

@media screen and (min-width: 769px) {
  .notice-item_cat {
    font-size: 1.4rem;
  }
}

.notice-item_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
}

.notice-item_ttl {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-top: 1rem;
}

@media screen and (min-width: 769px) {
  .notice-item_ttl {
    font-size: 1.6rem;
    line-height: 1.75;
  }
}

.news-item {
  border-bottom: 1px solid #D3D0CC;
}

.news-item_link {
  background: transparent;
  padding: 1.5rem 2rem 1.5rem 0;
}

.news-item_link::after {
  right: 0;
}

.news-item:first-child {
  border-top: 1px solid #D3D0CC;
}

/* リンクなしのアイテムのスタイル */
.news-item > div.notice-item {
  background: transparent !important;  /* ← ベージュを削除 */
  padding: 1.5rem 2rem 1.5rem 0 !important;
  display: block;
  position: relative;
}

li.news-item > div.notice-item::after {
  display: none;
}


.p-wrapper {
  position: relative;
  max-width: 192rem;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .page-header {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .page-header {
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 12;
    width: 100%;
    height: 7rem;
    /* background: #fff; */
    background: #EEE9D1;
    padding: 0 0 0 1rem;
  }
  .page-header .logo {
    width: 8.5rem;
    display: block;
    position: relative;
    z-index: 12;
  }
  .page-header .logo a {
    display: block;
    line-height: 0;
  }
}

.head-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background: #EEE9D1;
  margin-left: auto;
}

.head-button li {
  width: 6.8rem;
  height: 7rem;
}

.head-button li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.head-button li a img {
  display: inline-block;
  width: 2.8rem;
  height: auto;
}

.head-button li a span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  margin-top: 0.5rem;
}

.banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0 1.5rem;
}

.banner-list li {
  width: calc(50% - 0.8rem);
  background: red;
}

.banner-list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.banner-list li a img {
  width: 100%;
  max-width: unset;
}

.p-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.p-left {
  width: calc(458/1366 * 100%);
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  position: fixed;
  left: 0;
}

.p-left_inner {
  width: calc(335/458 * 100%);
  min-width: 33.5rem;
}

.p-left_logo {
  width: calc(268/335 * 100%);
  margin: 0 auto 10rem;
}

.p-left_notice {
  margin-bottom: 2.8rem;
}

.p-left_banner {
  margin-bottom: 3.5rem;
}

.p-left_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2rem 0;
}

.p-left_link li {
  width: 50%;
}

.p-left_link li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.42857;
}

.p-left .sns-list {
  margin: 3rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .p-left {
    display: none;
  }
}

.copyright {
  display: block;
  font-size: 1.1rem;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .copyright {
    color: #fff;
    letter-spacing: 0;
  }
}

.page-main {
  width: calc(450/1366 * 100%);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.page-main .logo {
  background: #fff;
  text-align: center;
  padding: 1.4rem 0;
}

@media screen and (max-width: 768px) {
  .page-main {
    width: 100%;
    max-width: 75rem;
    position: static;
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 7rem;
    border: none;
  }
}

.g-nav {
  width: calc(458/1366 * 100%);
  height: 100vh;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  position: fixed;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .g-nav {
    width: 100%;
    overflow-y: auto;
    background: #221200;
    z-index: 10;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 10rem 0 2rem;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

.g-nav .inner {
  width: calc(300/458 * 100%);
  min-width: 30rem;
}

@media screen and (max-width: 768px) {
  .g-nav .inner {
    width: 30rem;
    min-width: unset;
  }
}

.g-nav_ttl {
  text-align: center;
  padding-top: 4.1rem;
}

.g-nav_ttl img {
  max-width: 17.3rem;
}

.g-nav_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.g-nav_btn li span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.g-nav_btn li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  background: #EEE9D1;
  color: #000;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.038em;
  position: relative;
}

.g-nav_btn li a::before {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 1rem;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow_right.svg) left top no-repeat;
  background-size: cover;
}

.g-nav_btn li a::after {
  position: absolute;
  content: '';
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.g-nav_btn li + li {
  margin-top: 2.5rem;
}

.g-nav_btn li.btn1 a::after {
  width: 3.4rem;
  height: 3.4rem;
  background: url(../img/common/nav_icon01.svg) left top no-repeat;
  background-size: cover;
}

.g-nav_btn li.btn2 a::after {
  width: 3.4rem;
  height: 3.2rem;
  background: url(../img/common/nav_icon02.svg) left top no-repeat;
  background-size: cover;
}

.g-nav_btn li.btn3 a::before {
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/arrow_blank_black.svg) left top no-repeat;
  background-size: cover;
}

.g-nav_btn li.btn3 a::after {
  width: 3.4rem;
  height: 3.4rem;
  background: url(../img/common/nav_icon03.svg) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .g-nav_btn li span {
    color: #fff;
  }
}

.g-nav_menu {
  margin: 4rem 0;
  border-left: none;
  border-right: none;
}

.g-nav_menu__item + .g-nav_menu__item {
  margin-top: 1.6rem;
}

.g-nav_menu__item a {
  display: block;
  color: #221200;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 1rem 0;
  border-bottom: 1px dotted #221200;
}

.g-nav_menu__item a::after {
  position: absolute;
  content: '';
  width: 3rem;
  height: 3rem;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow_menu.png) left top no-repeat;
  background-size: cover;
}

.g-nav_menu__item a:hover {
  opacity: 1;
  color: #D93932;
}

.g-nav_menu__item a:hover::before {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .g-nav_menu {
    margin: 0;
    padding: 6rem 0 0;
  }
  .g-nav_menu a {
    color: #fff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  }
  .g-nav_menu a::after {
    background: url(../img/common/arrow_menu_white.png) left top no-repeat;
    background-size: cover;
  }
}

.g-nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 1.5rem 0;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.g-nav_link li {
  width: 45%;
}

.g-nav_link li a {
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
}

.g-nav_link li:nth-child(2) {
  width: 55%;
}

@media screen and (min-width: 769px) {
  .g-nav_link {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .g-nav .sns-list {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .g-nav .copyright {
    display: none;
  }
}

.page-main {
  background: #fff;
}

.breadcrumb {
  background: #F7F4E8;
  padding: 1rem 0;
  margin-top: 6rem;
}

.breadcrumb ul {
  display: block;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 1rem;
}

.breadcrumb ul li a {
  display: inline-block;
}

.breadcrumb ul li + li {
  position: relative;
  padding-left: 1.2rem;
}

.breadcrumb ul li + li::before {
  position: absolute;
  content: '−';
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}

.p-contents {
  position: relative;
}

.pagetop {
  width: 4rem;
  height: 4rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 8;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  cursor: pointer;
}

.pagetop.ab {
  position: absolute;
  bottom: -2rem;
}

.key-visual {
  position: relative;
  margin-bottom: 4rem;
}

.key-visual_ttl {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: 0.1em;
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/** store common
-----------------
----------------- **/
.store-info_ttl {
  margin-bottom: 2rem;
}

.store-info_sc + .store-info_sc {
  margin-top: 5rem;
}

.store-maps {
  position: relative;
}

.store-maps .map-link {
  display: inline-block;
  height: 10%;
  position: absolute;
  background: rgba(0, 0, 0, 0);
  text-indent: -99999px;
  opacity: 0;
}

.store-maps .map-link.link01 {
  width: 24%;
  left: 55%;
  top: 52%;
}

.store-maps .map-link.link02 {
  width: 24%;
  left: 76%;
  top: 74%;
}

.store-maps .map-link.link03 {
  width: 24%;
  left: 68%;
  top: 91%;
}

.store-maps .map-link.link04 {
  width: 24%;
  left: 55%;
  top: 39%;
}

.store-maps .map-link.link05 {
  width: 34%;
  left: 0;
  top: 45%;
}

.store-maps .map-link.link06 {
  width: 24%;
  left: 0%;
  top: 69%;
}

.store-maps .map-link.link07 {
  width: 30%;
  left: 64%;
  top: 0;
}

.store-maps .map-link.link08 {
  width: 24%;
  left: 37%;
  top: 69%;
}

.store-maps .map-link.link09 {
  width: 24%;
  left: 0;
  top: 22%;
}

.store-art {
  padding: 1.8rem 0;
  border-top: 1px solid #BDB8B2;
}

.store-art_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.store-art_ttl .num {
  font-size: 1.3rem;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background: #D93932;
  color: #fff;
  font-weight: bold;
  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;
  font-family: "Lato", serif;
  margin-right: 0.5rem;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

.store-art_ttl .lbl {
  display: inline-block;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  border-radius: 0.5rem;
  padding: 0.5rem;
  margin-left: auto;
}

.store-art_ttl._close {
  pointer-events: none;
}

.store-art_ttl._close::after {
  width: 0 !important;
  height: 0 !important;
  background: none !important;
}

.store-art_ttl.active::after {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.store-art_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 0 2rem;
  margin-bottom: 1.5rem;
}

.store-art_row_cp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.store-art_row_cp p {
  line-height: 1.42857;
  letter-spacing: 0.038em;
}

.store-art_row_cp a {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1;
  border: 1px solid #000;
  border-radius: 1rem;
  padding: 0.3rem 1.8rem 0.3rem 1rem;
  position: relative;
  margin-top: 0.8rem;
}

.store-art_row_cp a::after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0.5rem;
  width: 1rem;
  height: 1rem;
  background: url(../img/common/arrow_blank_black.svg) left top no-repeat;
  background-size: cover;
}

.store-art_row_img {
  width: 10rem;
}

.store-art_map {
  width: 100%;
  height: 15rem;
  position: relative;
}

.store-art_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .store-art_map {
    height: 22rem;
  }
}

.store-art_ctn {
  padding-top: 1rem;
}

.store-art:last-child {
  border-bottom: 1px solid #BDB8B2;
}

/** menu common
-----------------
----------------- **/
.menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2rem;
}

.menu-item {
  width: calc(50% - 1rem);
}

.menu-item_lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  background: #D93932;
  color: #fff;
  position: absolute;
  right: -1rem;
  top: 1rem;
  border-radius: 50%;
}

.menu-item_lbl .rank {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
}

.menu-item_lbl .txt {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.3636;
}

.menu-item_img {
  margin-bottom: 1rem;
}

.menu-item_ttl {
  display: block;
  font-weight: bold;
  line-height: 1.42857;
}

.menu-item_prc {
  display: inline-block;
  color: #D93932;
  letter-spacing: 0.1em;
  margin-top: 0.5rem;
}

.menu-item_prc small {
  display: inline-block;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .menu-item_prc {
    font-size: 1.8rem;
  }
  .menu-item_prc small {
    font-size: 1.2rem;
  }
}

.menu-item_prc + .menu-item_prc {
  margin-top: 0;
}

.menu-item_link {
  display: block;
  position: relative;
}

.menu-item_link .arrow {
  position: absolute;
  right: 0;
  bottom: 0.4rem;
}

/** header area
====================================== **/
.arrow {
  width: 4rem;
  height: 4rem;
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  -webkit-transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: width 0.2s cubic-bezier(0.33, 1, 0.68, 1), height 0.2s cubic-bezier(0.33, 1, 0.68, 1);
  background: #D93932;
}

@media screen and (min-width: 769px) {
  .arrow {
    width: 4.8rem;
    height: 4.8rem;
  }
}

.arrow img, .arrow svg {
  display: block;
  width: 0.5rem;
  height: 1.1rem;
  position: relative;
}

.arrow img path, .arrow svg path {
  stroke: #fff;
}

.arrow .cls-1 {
  stroke: #fff;
}

.arrow._black {
  background: #000;
}

.arrow._sm {
  width: 1.5rem;
  height: 1.5rem;
}

.arrow._sm img, .arrow._sm svg {
  width: 0.3rem;
  height: 0.6rem;
}

@media screen and (min-width: 769px) {
  .arrow._sm {
    width: 2rem;
    height: 2rem;
  }
  .arrow._sm img, .arrow._sm svg {
    width: 0.5rem;
    height: 0.9rem;
  }
}

.arrow._blank img, .arrow._blank svg {
  width: 1.3rem;
  height: 1.3rem;
}

.btn-line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.btn-line::after {
  position: absolute;
  content: '';
  width: 15rem;
  height: 0.1rem;
  left: -3.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #000;
}

@media screen and (min-width: 769px) {
  .btn-line::after {
    width: calc(220/370 * 100%);
    left: -5rem;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .btn-line::after {
    width: calc(100/370 * 100%);
    left: -5rem;
  }
}

.button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
}

.button-more .txt {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 769px) {
  .button-more .txt {
    font-size: 2.2rem;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .button-more .txt {
    font-size: 1.8rem;
  }
}

.heading-box {
  margin-bottom: 3rem;
}

.heading-box .heading-cap {
  letter-spacing: 0.1em;
  margin-top: 1.5rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .heading-box .heading-cap {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}

.heading-lv2 {
  position: relative;
  padding: 1.5rem 0 0 0;
  z-index: 1;
}

.heading-lv2::before {
  position: absolute;
  content: '';
  width: 10.4rem;
  height: 10.4rem;
  left: -2.5rem;
  top: 0;
  background: #F7F4E8;
  border-radius: 50%;
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .heading-lv2::before {
    width: 12.84rem;
    height: 12.84rem;
  }
}

.heading-lv2 .en {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Lato", serif;
  letter-spacing: 0.098em;
}

@media screen and (min-width: 769px) {
  .heading-lv2 .en {
    font-size: 2.2rem;
  }
}

.heading-lv2 .ja {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.333333;
  letter-spacing: 0.01em;
  color: #D93932;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 769px) {
  .heading-lv2 .ja {
    font-size: 4.3rem;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .heading-lv2 .ja {
    font-size: 3.6rem;
  }
}

.heading-lv3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.33;
  background: #221200;
  color: #fff;
  border-radius: 0.4rem;
  text-align: center;
  padding: 0.5rem 1rem;
}

@media screen and (min-width: 769px) {
  .heading-lv3 {
    font-size: 2.2rem;
  }
}

.group-btn {
  display: block;
  margin-top: 3rem;
}

.group-btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.group-btn li + li {
  margin-top: 3rem;
}

.p-txt {
  line-height: 1.857;
  letter-spacing: 0.1em;
}

/** header area
====================================== **/
#hambuger {
  width: 7rem;
  height: 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  position: relative;
  background: #221200;
}

#hambuger span {
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1;
  margin-top: 1rem;
  color: #fff;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: inline-block;
}

.nav-icon ul {
  position: relative;
  width: 3rem;
  height: 1.8rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  border-radius: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 48%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(36deg);
  transform: translate(-50%, -50%) rotate(36deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-36deg);
  transform: translate(-50%, -50%) rotate(-36deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** footer
======================================= **/
.page-footer {
  background: #221200;
  padding: 5rem 0 2rem;
}

.page-footer .footer-logo {
  display: block;
  max-width: 20rem;
  margin: 0 auto 2.5rem;
}

.page-footer .g-nav {
  width: 100%;
  display: block;
  opacity: 1;
  visibility: visible;
  position: relative;
  height: auto;
  padding: 0;
}

.page-footer .g-nav_menu__item a {
  color: #fff;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.page-footer .g-nav_menu__item a::after {
  background: url(../img/common/arrow_menu_white.png) left top no-repeat;
  background-size: cover;
}

.page-footer .g-nav_btn li span {
  color: #fff;
}

.page-footer .g-nav_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-footer .g-nav .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-footer .g-nav .copyright {
  display: block;
  color: #fff;
  margin-top: 2rem;
}

/** home
======================================= **/
.main-visual {
  width: 100%;
  position: relative;
}

.main-visual .mv-slider {
  width: 100%;
  z-index: 1;
}

.main-visual .mv-slider_item {
  width: 100%;
}

.main-visual .mv-slider_item img {
  width: 100%;
  height: auto;
}

.main-visual .mv-ttl {
  position: absolute;
  left: 3rem;
  top: 2.6rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.main-visual .mv-ttl span {
  display: inline-block;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3), 0 0 1em rgba(0, 0, 0, 0.3), 0 0 0.2em rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .main-visual .mv-ttl span {
    font-size: 3.6rem;
  }
}

.p-top_anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1rem 1.5rem;
  margin-top: -3rem;
  position: relative;
  z-index: 2;
}

.p-top_anchor li {
  width: 16rem;
  height: 6rem;
}

.p-top_anchor li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  border-radius: 3rem;
  background: #fff;
  border: 0.2rem solid #EEE9D1;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3125;
  letter-spacing: 0.04em;
  padding: 0 2rem;
}

.p-top_anchor li a span {
  display: inline-block;
}

.p-top_anchor li a .txt {
  width: 10rem;
  text-align: center;
}

.p-top_anchor li a .ico {
  width: calc(100% - 10rem);
  text-align: center;
}

.p-top_anchor li a .ico img {
  display: inline-block;
  width: 0.9rem;
  height: auto;
}

@media screen and (min-width: 1900px) {
  .p-top_anchor li a .txt {
    width: 16rem;
  }
  .p-top_anchor li a .ico {
    width: calc(100% - 16rem);
  }
}

@media screen and (min-width: 769px) {
  .p-top_anchor {
    width: calc(335/375 * 100%);
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p-top_anchor li {
    width: calc(160/375 * 100%);
  }
  .p-top_anchor li a {
    font-size: 1.8rem;
  }
  .p-top_anchor li a .txt {
    width: 12rem;
  }
  .p-top_anchor li a .ico {
    width: calc(100% - 12rem);
    text-align: right;
  }
}

@media (min-width: 769px) and (max-width: 1365px) {
  .p-top_anchor {
    width: 35.5rem;
  }
  .p-top_anchor li {
    width: calc(50% - 1rem);
  }
  .p-top_anchor li a {
    font-size: 1.4rem;
  }
  .p-top_anchor li a .txt {
    width: 9rem;
  }
  .p-top_anchor li a .ico {
    width: calc(100% - 9rem);
  }
}

.p-top .headline {
  position: relative;
}

.p-top .headline::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 500%;
  left: 0;
  bottom: 5rem;
  background: #D5C78C;
}

.p-top .headline .notice-item {
  width: calc(355/375 * 100%);
  margin-top: 3rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}

.p-top .headline .notice-item_date {
  color: #D93932;
}

@media screen and (min-width: 769px) {
  .p-top .headline {
    margin-bottom: 4rem;
  }
}

.p-top .banner-list {
  width: calc(335/375 * 100%);
  margin-top: 3rem;
  margin-left: auto;
  margin-right: 2rem;
  padding-bottom: 3rem;
}

@media screen and (min-width: 769px) {
  .p-top .banner-list {
    display: none;
  }
}

.p-top_quality {
  padding: 4rem 0 8rem;
  background: #F7F4E8;
}

.p-top_quality .heading-lv2::before {
  background: #fff;
}

.p-top_quality .quality-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #D93932;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .p-top_quality .quality-ttl {
    font-size: 2.8rem;
    letter-spacing: 0.14em;
  }
}

.p-top_quality .quality-item_txt {
  line-height: 1.85714285;
  letter-spacing: 0.1em;
  margin-bottom: 3.5rem;
}

.p-top_quality .quality-item_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1rem;
}

.p-top_quality .quality-item + .quality-item {
  margin-top: 2.8rem;
}

.p-top_quality .quality-item:nth-child(2) {
  margin-top: 5.8rem;
}

.p-top_menu {
  padding: 4rem 0 6rem;
  background: #fff;
}

.p-top_menu .menu-item:nth-child(1), .p-top_menu .menu-item:nth-child(2) {
  width: 100%;
}

.p-top_menu .menu-item:nth-child(1) .menu-item_link .menu-item_ttl, .p-top_menu .menu-item:nth-child(2) .menu-item_link .menu-item_ttl {
  font-size: 1.8rem;
}

@media screen and (min-width: 769px) {
  .p-top_menu .menu-item:nth-child(1) .menu-item_link .menu-item_ttl, .p-top_menu .menu-item:nth-child(2) .menu-item_link .menu-item_ttl {
    font-size: 2.2rem;
  }
}

.p-top_menu .menu-item:nth-child(1) .menu-item_link .arrow, .p-top_menu .menu-item:nth-child(2) .menu-item_link .arrow {
  bottom: 0.6rem;
}

.p-top_menu .menu-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 6rem;
}

.p-top_store {
  padding: 4rem 0;
  background: #EEE9D1;
}

.p-top_store .heading-box .heading-cap {
  letter-spacing: 0.07em;
}

.p-top_store .store-maps {
  margin-bottom: 4rem;
}

.p-top_store .store-art {
  padding: 1.8rem 0;
  border-top: 1px solid #BDB8B2;
}

.p-top_store .store-art_ttl {
  position: relative;
  cursor: pointer;
}

.p-top_store .store-art_ttl::after {
  position: absolute;
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  right: 0;
  top: 50%;
  margin-top: -0.75rem;
  background: url(../img/common/arrow_accod.svg) left top no-repeat;
  background-size: cover;
}

.p-top_store .store-art_ctn {
  display: none;
}

.p-top_store .store-btn {
  margin-top: 4rem;
}

@media screen and (min-width: 769px) {
  .p-top_store .store-btn::after {
    left: -7rem;
  }
}

.p-top_delivery {
  padding: 0 0 6rem;
  background: #EEE9D1;
}

.p-top_delivery .heading-box {
  margin-bottom: 1rem;
}

.p-top_delivery .delivery-txt {
  font-size: 1.2rem;
  margin-bottom: 4rem;
}

.p-top_delivery .delivery-btn {
  margin-top: 4rem;
}

.p-top_delivery .btn-line::after {
  width: 5.8rem;
}

@media screen and (min-width: 769px) {
  .p-top_delivery .btn-line::after {
    width: calc(100/375 * 100%);
  }
}

.p-top_news {
  padding: 4rem 0 6rem;
  background: #fff;
}

.p-top_news .heading-box {
  margin-bottom: 4rem;
}

.p-top_news .news-btn {
  margin-top: 2rem;
}

.p-top_about {
  padding: 4rem 0 6rem;
  background: #F7F4E8;
}

.p-top_about .heading-box {
  margin-bottom: 4rem;
}

.p-top_about .heading-lv2::before {
  background: #fff;
}

.p-top_about .about-item_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 1rem;
}

.p-top_about .about-item + .about-item {
  margin-top: 3rem;
}

/** store
======================================= **/
.p-store_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #D93932;
  margin-bottom: 2rem;
}

.p-store_ttl.ttl2 {
  margin-top: 12rem;
}

.p-store .store-lead {
  line-height: 1.857;
  letter-spacing: 0.1em;
  margin-bottom: 6rem;
}

.p-store .store-maps {
  margin-bottom: 4rem;
}

.p-store .store-art_ttl .lbl {
  background: #EEE9D1;
}

/** menu
======================================= **/
.p-menu_note {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
  margin: 1rem 0 2rem;
}

@media screen and (min-width: 769px) {
  .p-menu_note {
    font-size: 1.4rem;
  }
}

.p-menu .menu-list {
  margin-bottom: 4rem;
}

.p-item .prd-sc_title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.14em;
  color: #D93932;
  margin-bottom: 2rem;
}

.p-item .prd-sc_thumb {
  margin-bottom: 2rem;
}

.p-item .prd-sc_price {
  font-size: 1.8rem;
  font-weight: bold;
  color: #D93932;
  letter-spacing: 0.04em;
}

.p-item .prd-sc_price small {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .p-item .prd-sc_price {
    font-size: 2.2rem;
  }
  .p-item .prd-sc_price small {
    font-size: 1.4rem;
  }
}

.p-item .prd-sc_note {
  font-size: 1.2rem;
  margin: 0;
  letter-spacing: 0.01em;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

@media screen and (min-width: 769px) {
  .p-item .prd-sc_note {
    font-size: 1.4rem;
  }
}

.p-item .prd-sc_txt {
  line-height: 1.85714285;
  letter-spacing: 0.1em;
}

.p-item .prd-sc_img {
  margin-bottom: 2rem;
}

.p-item .prd-sc_list_bull li {
  line-height: 1.857;
  letter-spacing: 0.1em;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.p-item .prd-sc_list_note {
  margin-top: 0.5rem;
}

.p-item .prd-sc_list_note li {
  line-height: 1.857;
  letter-spacing: 0.1em;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
}

.p-item .prd-sc + .prd-sc {
  margin-top: 5rem;
}

.p-item .prd-sc_slider .slick-arrow {
  display: block;
  width: 2.1rem;
  height: 4rem;
  background: none;
  outline: none;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.p-item .prd-sc_slider .slick-arrow.slick-prev {
  left: -2.5rem;
  background: url(../img/common/icon_prev.svg) left center no-repeat;
  background-size: cover;
}

.p-item .prd-sc_slider .slick-arrow.slick-next {
  right: -2.5rem;
  background: url(../img/common/icon_next.svg) right center no-repeat;
  background-size: cover;
}

.p-item .prd-sc_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1rem;
  margin-top: 2rem;
}

.p-item .prd-sc_slider .slick-dots li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid #221200;
}

.p-item .prd-sc_slider .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

.p-item .prd-sc_slider .slick-dots li button::before {
  content: '';
}

.p-item .prd-sc_slider .slick-dots li.slick-active {
  background: #221200;
}

.p-item .prd-main .main-txt {
  margin-top: 4rem;
  margin-bottom: 0.5rem;
}

.p-item .prd-main .prd-sc_list_bull {
  margin-top: 3rem;
}

.p-item .prd-review .prd-sc_title {
  margin-bottom: 6rem;
}

.p-item .prd-review_slider_child {
  width: 30rem;
  background: #F7F4E8;
  padding: 4rem 3rem 2rem;
  margin: 0 1rem;
  height: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.p-item .prd-review_slider_child .usr {
  display: block;
  width: 6.75rem;
  height: 6.75rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -3.35rem;
}

.p-item .prd-review_slider .slick-arrow {
  display: block;
  width: 2.1rem;
  height: 4rem;
  background: none;
  outline: none;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  margin: 0;
}

.p-item .prd-review_slider .slick-arrow.slick-prev {
  left: -1.7rem;
  background: url(../img/common/icon_prev.svg) left center no-repeat;
  background-size: cover;
}

.p-item .prd-review_slider .slick-arrow.slick-next {
  right: -1.7rem;
  background: url(../img/common/icon_next.svg) right center no-repeat;
  background-size: cover;
}

.p-item .prd-review_slider .slick-list {
  overflow: visible;
}

.p-item .prd-review_slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-item .prd-review_slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0 1rem;
  margin-top: 3rem;
}

.p-item .prd-review_slider .slick-dots li {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 0.1rem solid #221200;
}

.p-item .prd-review_slider .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  text-indent: -9999px;
  width: 100%;
  height: 100%;
}

.p-item .prd-review_slider .slick-dots li button::before {
  content: '';
}

.p-item .prd-review_slider .slick-dots li.slick-active {
  background: #221200;
}

.p-item .prd-review .rating {
  padding: 1.5rem 2rem;
  background: #fff;
  margin-top: 1.5rem;
}

.p-item .prd-review .rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-item .prd-review .rating-row + .rating-row {
  margin-top: 0.5rem;
}

.p-item .prd-review .rating-ttl {
  width: 10rem;
}

.p-item .prd-review .rating-list {
  width: 8.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 0.3rem;
}

.p-item .prd-review .rating-list li .svg {
  display: block;
  width: 1.5rem;
  height: auto;
}

.p-item .prd-review .rating-list li .svg .cls-1, .p-item .prd-review .rating-list li .svg path {
  fill: #efd746;
  stroke-width: 0;
}

.p-item .prd-review .rating-list li .svg.off .cls-1, .p-item .prd-review .rating-list li .svg.off path {
  fill: #BDB8B2;
  stroke-width: 0;
}

.p-item .prd-btn {
  margin-top: 4rem;
}

.p-item .prd-btn li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-item .prd-btn li + li {
  margin-top: 2rem;
}

.item04 .prd-sc_img img {
  max-width: 8.6rem;
}

.item05 .prd-sc_img img {
  max-width: 8.6rem;
}

.item05 .prd-sc_title {
  margin-left: -1rem;
  margin-right: -1rem;
}

.item13 .prd-sc_img img {
  max-width: 8.6rem;
}

.item02 .slick-dots,
.item14 .slick-dots {
  display: none !important;
}

.p-menu_sc_txt {
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0;
}

/** news
======================================= **/
.p-news .news-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem;
  gap: 1rem;
}

.p-news .news-cat li {
  width: 14.5rem;
  height: 2.6rem;
}

.p-news .news-cat li a {
  width: 100%;
  height: 100%;
  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;
  border: 1px solid #BDB8B2;
  color: #BDB8B2;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}

.p-news .news-cat li a.active {
  background: #221200;
  color: #fff;
  border: none;
}

@media screen and (min-width: 769px) {
  .p-news .news-cat li {
    width: calc(145/375 * 100%);
    height: 3.2rem;
  }
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 2rem;
}

.post-meta_date {
  display: inline-block;
  color: #D93932;
  letter-spacing: 0.1em;
}

.post-meta_cat {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0.5rem 1.5rem;
  border-radius: 2rem;
  background: #221200;
  color: #fff;
  margin-left: 1rem;
}

.post-title {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin-bottom: 4rem;
}

.post-content a {
  text-decoration: underline;
}

.post-content p {
  line-height: 1.857;
  letter-spacing: 0.1em;
}

.post-content p + p {
  margin-top: 3rem;
}

.post-content img {
  display: block;
}

.post-content img + img {
  margin-top: 1rem;
}

.post-btn {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

/** about
======================================= **/
.p-about_sc {
  padding: 6rem 0;
}

.p-about_title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #D93932;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .p-about_title {
    font-size: 2.8rem;
  }
}

.p-about_sub {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.333;
  letter-spacing: -1px;
  color: #D93932;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .p-about_sub {
    font-size: 2.2rem;
  }
}

.p-about_txt {
  line-height: 1.857;
  letter-spacing: 0.1em;
}

.p-about_outline .outline-img {
  margin-bottom: 2.5rem;
}

.p-about_outline .outline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-top: 1px solid #BDB8B2;
  line-height: 1.42857;
  padding: 2rem 0;
}

.p-about_outline .outline-row:last-child {
  border-bottom: 1px solid #BDB8B2;
}

.p-about_outline .outline-row_tl {
  width: 8rem;
  font-weight: bold;
}

.p-about_outline .outline-row_tx {
  width: calc(100% - 8rem);
}

.p-about_intro .p-about_txt {
  margin-bottom: 2rem;
}

.p-about_intro .intro-article + .intro-article {
  margin-top: 3.5rem;
}

.p-about_intro .access-box_ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.22;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 769px) {
  .p-about_intro .access-box_ttl {
    font-size: 2rem;
  }
}

.p-about_intro .access-box_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.p-about_intro .access-box_row_info {
  width: calc(100% - 11rem);
}

.p-about_intro .access-box_row_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.p-about_intro .access-box_row_info dl dt {
  width: 7rem;
  position: relative;
}

.p-about_intro .access-box_row_info dl dt::after {
  position: absolute;
  content: '：';
  right: 0;
}

.p-about_intro .access-box_row_info dl dd {
  width: calc(100% - 7rem);
}

.p-about_intro .access-box_row_info.noimg {
  width: 100%;
}

.p-about_intro .access-box_row_img {
  width: 10rem;
}

.p-about_intro .access-box_map {
  width: 100%;
  height: 15rem;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-about_intro .access-box_map {
    height: 22rem;
  }
}

.p-about_intro .access-box_map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.p-about_intro .access-box_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2rem calc(20/300 * 100%);
  margin-bottom: 3rem;
}

.p-about_intro .access-box_logo li {
  width: calc(140/300 * 100%);
}

.p-about_intro .access-box + .access-box {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #BDB8B2;
}

.p-about_mission {
  background: #F7F4E8;
}

.p-about_greeting .p-about_txt {
  margin-bottom: 2rem;
}

.p-about_greeting .greeting-txt {
  text-align: right;
  margin-top: 2rem;
}

.p-about_greeting .greeting-sign {
  text-align: right;
  margin-top: 1rem;
}

.p-about_greeting .greeting-sign img {
  display: inline-block;
  max-width: 11.6rem;
}

.p-about_group {
  background: #F7F4E8;
}

.p-about_group .p-about_txt {
  margin-bottom: 2rem;
}

.p-about_group .p-about_ls {
  margin-bottom: 2rem;
}

.p-about_group .p-about_ls li {
  line-height: 1.857;
  letter-spacing: 0.1em;
  padding-left: 4.7rem;
  text-indent: -4.7rem;
}

.p-brand .key-visual {
  margin-bottom: 6rem;
}

.p-brand_list .p-about_title {
  margin-bottom: 4rem;
}

.p-brand_list .p-about_txt {
  margin-bottom: 2rem;
}

.p-brand_list .brand-box {
  border-top: 1px solid #BDB8B2;
  padding-top: 3rem;
}

.p-brand_list .brand-box + .brand-box {
  margin-top: 3rem;
}

.p-brand_list .brand-box:last-child {
  padding-bottom: 3rem;
  border-bottom: 1px solid #BDB8B2;
}

.p-brand_list .brand-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 2rem;
}

/** quality
======================================= **/
.p-quality_title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.5;
  color: #D93932;
  margin-bottom: 2rem;
}

@media screen and (min-width: 769px) {
  .p-quality_title {
    font-size: 2.8rem;
  }
}

.p-quality_img {
  margin-bottom: 2.5rem;
}

.p-quality .p-txt {
  line-height: 1.857;
  letter-spacing: 0.1em;
}

.p-quality .lead-txt {
  margin-bottom: 2rem;
}

.p-quality .reason-article {
  padding-top: 7rem;
}

.p-quality .reason-article_lbl {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.33;
  padding: 0.5rem 2rem;
  background: #EEE9D1;
  border-radius: 2rem;
  margin-bottom: 1.5rem;
}

.p-quality .reason-list {
  padding-top: 2.8rem;
  margin-top: 2.5rem;
  border-top: 1px solid #BDB8B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 2rem;
}

.p-quality .reason-item {
  width: calc(100%/2 - 1rem);
}

.p-quality .reason-item_cap {
  font-weight: bold;
  line-height: 1.42857;
  margin-top: 1rem;
}


.phone-number {
  font-size: 15px;
  color: #0066cc;
  text-decoration: none;
}

.phone-number:hover {
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .phone-number {
    pointer-events: none;
    text-decoration: none;
    color: #000;
    cursor: default;
  }
}

/* ---------------------------------
  - 2026-03-17
-----------------------------------*/
/* TOP ----------------------------*/
/* トップコンセプト */
.top_concept{
    background: #F7F4E8;
    padding-block: 40px 0;
}
.top_concept_block{
    margin: 0 20px;
    background-color: #ffffff;
    padding: 20px;
    padding-bottom: 23px;
}
.top_concept_block .tit{
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4;
    color: #D93932;
    margin-bottom: 13px;
}
.top_concept_block p{
  text-align: center;
}
/* map */
@media screen and (min-width: 481px) {
.store-maps{
    max-width: calc(100vw - calc(calc(458 / 1366 * 100%) * 2));
    width: calc(100% + 100px);
    left: -50px;
}
}
@media screen and (max-width: 480px) {
.store-maps{
    width: 100vw;
    margin: 0 calc(50% - 50vw) 4rem;
}
}
.store-maps_img {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 0; /* 下に隙間ができるのを防ぐ */
}

@media screen and (min-width: 481px) {
.store-maps_img{
     /*width: calc(450 / 1366 * 100vw);
    left: -50px;
    position: relative; */
}
}

.store-maps_img iframe {
  width: 100%;    /* 親要素の幅いっぱいに広げる */
  aspect-ratio: 16 / 9; /* 画面比率を保つ（モダンブラウザ用） */
  height: 45vh;
  min-height: 360px;
}
.i4ewOd-pzNkMb-haAclf > .X3SwIb-i8xkGf{
    display: none!important;
}
/*link CSS */
.store-btn.topOnly .button-more .txt{
    position: relative;
}
.store-btn.topOnly .button-more .txt::before{
    position: absolute;
    content:'その他販売店舗多数';
    top: -1.45em;
    font-size: 1.58rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    right: 0px;
    white-space: nowrap;
    color: #D93932;
}
@media screen and (min-width: 481px) {
.store-btn.topOnly .button-more .txt::before{
    font-size: 1.57rem;
    letter-spacing: 0.8px;
    top: -1.4em;
}
}
@media screen and (min-width: 1366px) {
.store-btn.topOnly .button-more .txt::before{
  font-size: 1.7rem;;
}
}
/* 微調整 */
.breadcrumb.topOnly{
  margin-top: 0rem;
}
/* STORE ----------------------------*/
/* none CSS*/

.store-art {
  font-size: 1.45rem;
}

/* ==========================================================================
   全店舗共通：予約ボタンを黒背景・白文字にする（矢印も白に反転）
   ========================================================================== */
.store-art_row_cp a.btn-reserve-black {
    background-color: #000 !important;
    color: #fff !important;
    border-color: #000 !important;
}

/* 背景が黒になっても矢印が見えるように、アイコンの色を白に反転させる */
.store-art_row_cp a.btn-reserve-black::after {
    filter: invert(1) !important;
}


/* 20260818 */
.p-item .prd-main .prd-sc_links{
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 45px;
}
.p-item .prd-main .prd-sc_links li{
  width: 230px;
  padding-top: 20px;
}
.p-item .prd-main .prd-sc_links a{
  display: block;
  padding: 15px 24px;
  background-color: #EEE9D1;
  position: relative;
}
.p-item .prd-main .prd-sc_links a span{
  padding-left: 35px;
  letter-spacing: 0;
  position: relative;
  font-weight: 800;
}
.p-item .prd-main .prd-sc_links a img{
  height: 26px;
  min-width: 26px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.p-item .prd-main .prd-sc_links a p {
    position: absolute;
    width: fit-content;
    min-width: 175px;
    padding: 0 10px;
    top: -2.5em;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1.2;
}
.p-item .prd-main .prd-sc_links a p::before,
.p-item .prd-main .prd-sc_links a p::after{
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #000;
  position: absolute;
  bottom: 16%;
}
.p-item .prd-main .prd-sc_links a p::before{
  transform: rotate(-30deg);
  left: 0;
}
.p-item .prd-main .prd-sc_links a p::after{
  transform: rotate(30deg);
  right: 0;
}
/* .p-item .prd-main .prd-sc_links a p br{
  display: none;
} */
.p-item .prd-main .prd-sc_links a::before{
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 1rem;
  right: 1.4rem;
  top: 51%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/arrow_right.svg) left top no-repeat;
  background-size: cover;
}
.p-item .prd-main .prd-sc_links a[target="_blank"]::before{
  width: 1.2rem;
  height: 1.2rem;
  background: url(../img/common/arrow_blank_black.svg) left top no-repeat;
  background-size: cover;
  right: 1.6rem;
}
@media screen and (max-width: 769px) {
  .p-item .prd-main .prd-sc_links {
    gap: 3%;
    margin-top: 25px;
  }
  .p-item .prd-main .prd-sc_links li {
    width: auto;
    min-width: 47%;
    padding-top: 2em;
    flex: 1;
  }
  .p-item .prd-main .prd-sc_links a {
    padding: 15px 5px;
    text-align: center;
  }
  .p-item .prd-main .prd-sc_links a span {
    padding-left: 0;
    letter-spacing: -.8px;
    padding-right: .3em;
  }
  .p-item .prd-main .prd-sc_links a img{
    display: none;
  }
  .p-item .prd-main .prd-sc_links a p {
    position: absolute;
    top: -3em;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.3;
  }
  .p-item .prd-main .prd-sc_links a p::before, .p-item .prd-main .prd-sc_links a p::after {
    content: "";
    display: block;
    width: 1px;
    height: 30px;
    background-color: #000;
    position: absolute;
    bottom: unset;
    top: 0.2em;
  }
  .p-item .prd-main .prd-sc_links a::before {
    right: 0.6rem;
  }
  .p-item .prd-main .prd-sc_links a[target="_blank"]::before {
    right: 0.8rem;
    top: 48%;
  }
  .p-item .prd-main .prd-sc_links a[target="_blank"] span{
    padding-right: .5em;
  }
  .p-item .prd-main .prd-sc_links a p br{
    display: inline;
  }
}

.popup{
  width: calc(430 / 1366 * 100%);
  position: fixed;
  left: 1rem;
  bottom: -100rem;
  transition: bottom 2s ease-in-out;
}
.popup.is-visible {
  bottom: 1rem;
}
.popup-wrap{
  display: flex;
  gap: 1.6rem;
  width: 100%;
  background-color: #fff;
  padding: 1.6rem;
  border-radius: 10px;
}
.popup .close{
  width: min(40px,2.62vw);
  height: min(40px,2.62vw);
  border-radius: 50em;
  background-color: #666666;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(50%) translateY(-50%);
  cursor: pointer;
}
.popup .close::before,
.popup .close::after{
  content: "";
  width: 2px;
  height: 50%;
  background-color: #fff;
  transform-origin: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.popup .close::before{
  transform: rotate(45deg);
}
.popup .close::after{
  transform: rotate(-45deg);
}
.popup .g-nav_btn{
  flex:1;
}
.popup .g-nav_btn li + li {
  margin-top: min(3.5rem, 1.82vw);
}
.popup .g-nav_btn li a {
  height: min(5.6rem, 2.92vw);
}
.popup .g-nav_btn li span{
  margin-bottom: 0;
  font-size: min(1.8rem, .9vw);
  letter-spacing: -0.5px;
}
.popup .g-nav_btn li a p{
  position: absolute;
  width: 21em;
  top: max(-2.2rem, -1.8vw);
  left: 50%;
  right: 0;
  transform: translateX(-50%);
  text-align: center;
  font-size: min(12px, .7vw);
  letter-spacing: 0;
  font-weight: 500;
}
.popup .g-nav_btn li a p::before,
.popup .g-nav_btn li a p::after{
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background-color: #000;
  position: absolute;
  bottom: 16%;
}
.popup .g-nav_btn li a p::before{
  transform: rotate(-30deg);
  left: 0;
}
.popup .g-nav_btn li a p::after{
  transform: rotate(30deg);
  right: 0;
}
.popup .g-nav_btn li a p br{
  display: none;
}
.popup-img {
  width: 47%;
}
.popup-img img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.popup .g-nav_btn li.btn2 a::after {
  width: min(3.4rem, 1.8vw);
  height: min(3.2rem, 1.6vw);
}
.popup .g-nav_btn li.btn3 a::after {
  width: min(3.4rem, 1.8vw);
  height: min(3.4rem, 1.8vw);
}
.popup .g-nav_btn li a::after{
  left: min(2.5rem, 1.2vw);
}
@media screen and (max-width: 769px) {
  .popup{
    display: none;
  }
  .p-item .prd-main .prd-sc_links a p {
 min-width: 200px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1600px) {
.p-item .prd-main .prd-sc_links{
     gap: 10px;
}
.p-item .prd-main .prd-sc_links li{
  width: 48%;
}
.p-item .prd-main .prd-sc_links a{
      padding: 10px;
}
.p-item .prd-main .prd-sc_links a span{
 font-size: .8vw;
}
}

@media screen and (min-width: 769px) and (max-width: 1279px) {
.p-item .prd-main .prd-sc_links li{
          width: 100%
}
.p-item .prd-main .prd-sc_links a{
      display: flex;
    justify-content: center;
}
}

.head-button{
  gap: 10px;
  margin-right: 10px;
}
.head-button li{
      width: auto;
}

@media screen and (max-width: 769px) {
  .popup {
    display: block;
    width: 100%;
    left: 0;
    bottom: 0 !important;
    box-sizing: border-box;
    z-index: 1;
  }
  .popup.is-visible {
    bottom: 10px;
  }
  .popup-wrap {
    padding: 1rem;
    gap: 10px;
    flex-direction: row; /* 横並びのベース */
    border-radius: 0;
    box-shadow: none;
  }
  .popup-img {
    display: none;
  }
  .popup .g-nav_btn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
  }
  .popup .g-nav_btn li {
    width: 50%;
  }
  .popup .g-nav_btn li + li {
    margin-top: 0;
  }
  .popup .g-nav_btn li a {
    height: 100%;
    min-height: 56px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .popup .g-nav_btn li a::after {
    display: none !important;
  }
  .popup .g-nav_btn li a::before {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-size: auto;
  }
  .popup .g-nav_btn li span {
    font-size: 1.3rem;
    color: #000;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.1;
  }
  .popup .g-nav_btn li a p {
    position: static;
    transform: none;
    width: 100%;
    font-size: 1.1rem;
    margin-top: 2px;
    white-space: nowrap;
    /* letter-spacing: -0.05em; */
    line-height: 1.8;
    font-weight: 400;
}
  .popup .g-nav_btn li a p::before,
  .popup .g-nav_btn li a p::after {
    display: none;
  }
  .popup .g-nav_btn li a p br {
    display: none;
  }
  .popup .close {
    display: none;
  }
}



