@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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;
  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 {
  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 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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
  --vw: 1vw;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.625vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0;
  color: #231815;
  line-break: strict;
  min-width: 126rem;
  isolation: isolate;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.4rem;
  }
}

.js-preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

img {
  image-rendering: -webkit-optimize-contrast;
  image-orientation: none;
  width: 100%;
  height: auto;
}
.safari img {
  image-rendering: inherit;
}

/* mouseover
--------------------------------------------------*/
@media screen and (min-width: 1300.1px) {
  .over:hover {
    opacity: 0.6;
    transition: opacity 0.3s;
  }
}
label {
  cursor: pointer;
}

/* main
--------------------------------------------------*/
.f-main {
  /*overflow: hidden;*/
}

.f-wrap {
  max-width: 112rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .f-wrap {
    width: auto;
    padding: 0 2.4rem;
  }
}
.f-wrap--l {
  max-width: 154rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .f-wrap--l {
    width: auto;
    padding: 0 2.4rem;
  }
}
.f-wrap--s {
  max-width: 92.8rem;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .f-wrap--s {
    width: auto;
    padding: 0 2.4rem;
  }
}

.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
}

/* link
--------------------------------------------------*/
a {
  color: #231815;
  transition: 0.5s;
  will-change: transform, opacity;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
@media (any-hover: hover) {
  a:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}

a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: all;
  }
}

/* input
--------------------------------------------------*/
button {
  color: #231815;
  transition: 0.5s;
  will-change: transform;
}
button:focus {
  text-decoration: none;
}

.l-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  width: 100%;
}
.l-header-tool {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4rem;
  z-index: 11;
}
@media screen and (max-width: 767px) {
  .l-header-tool {
    gap: 0 2rem;
  }
}
.l-header-tool__lang {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 0.8rem;
  color: #231815;
  line-height: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-header-tool__lang {
    position: absolute;
    top: 1.4rem;
    right: 10.2rem;
  }
}
.is-open .l-header-tool__lang {
  color: #7C7574;
}
.l-header-tool__lang img {
  width: 1.6rem;
  height: auto;
  transition: opacity 0.5s;
  opacity: 0;
}
.is-open .l-header-tool__lang img {
  opacity: 0;
}
.l-header-tool__lang a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  color: #7C7574;
}
.is-open .l-header-tool__lang a {
  color: #7C7574;
}
.l-header-tool__lang a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_lang_bk.svg) 0 0/100% auto no-repeat;
}
.l-header-toggle {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12rem;
  height: 6rem;
  background: #D92E1B;
  border-bottom-left-radius: 1rem;
  cursor: pointer;
  transition: opacity 0.5s;
}
@media (any-hover: hover) {
  .l-header-toggle:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .l-header-toggle {
    position: fixed;
    top: 0;
    right: 0;
    width: 8.8rem;
    height: 4.8rem;
  }
}
.l-header-toggle__inner {
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
}
.l-header-toggle__inner span {
  position: absolute;
  top: 0.7rem;
  left: 50%;
  width: 1.4rem;
  height: 0.2rem;
  border-radius: 1rem;
  background: #fff;
  transform: translateX(-50%);
}
.is-open .l-header-toggle__inner span {
  top: 1.1rem;
  transform: translateX(-50%) rotate(-45deg);
}
.l-header-toggle__inner span:last-child {
  top: auto;
  bottom: 0.7rem;
}
.is-open .l-header-toggle__inner span:last-child {
  bottom: 1.1rem;
  transform: translateX(-50%) rotate(45deg);
}
.l-header-toggle__txt {
  width: 7.2rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 0 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-toggle__txt {
    width: 4rem;
  }
}
.l-header .c-nav {
  pointer-events: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.l-header.is-open .c-nav {
  pointer-events: all;
  opacity: 1;
}

.is-fixed {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.l-footer {
  overflow: hidden;
  background: #F1F0F0;
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 0 4.5rem;
  }
}
.l-footer__copy {
  max-width: 112rem;
  text-align: right;
  color: #7C7574;
  font-size: 1.4rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    font-size: 1.1rem;
    margin: 2rem 0 0;
  }
}

.c-nav {
  background: #F1F0F0;
  padding: 8rem 0 0;
  transition: opacity 0.5s;
}
@media screen and (max-width: 767px) {
  .c-nav {
    padding: 8rem 2.4rem 6rem;
  }
}
.c-nav .c-heading .ja {
  font-size: 2.4rem;
}
.c-nav__lang {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  font-size: 1.4rem;
  max-width: 112rem;
  margin: 0 auto 4rem;
}
.c-nav__lang img {
  width: 1.6rem;
  height: auto;
}
.c-nav__lang a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 1rem;
  color: #7C7574;
}
.c-nav-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4rem;
  max-width: 112rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-nav-head {
    flex-flow: column;
    gap: 0;
  }
}
.c-nav-main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-nav-main {
    width: 100%;
    flex-wrap: wrap;
    gap: 2.4rem 0;
    margin: 0 0 2.4rem;
  }
}
.c-nav-main__item {
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-nav-main__item {
    width: 50%;
    font-size: 1.6rem;
  }
}
.c-nav-main__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7B7472;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-nav-main__item a {
    justify-content: flex-start;
  }
}
.c-nav-main__item a img {
  width: 1.6rem;
}
.c-nav-sub {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-nav-sub {
    flex-wrap: wrap;
    gap: 2.4rem 0;
  }
}
.c-nav-sub__item {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-nav-sub__item {
    width: 50%;
  }
}
.c-nav-sub__item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7B7472;
  gap: 0 1rem;
}
@media screen and (max-width: 767px) {
  .c-nav-sub__item a {
    justify-content: flex-start;
  }
}
.c-nav-sub__item a img {
  width: 1.6rem;
}
.c-nav__ig {
  position: absolute;
  top: -0.5rem;
  right: 0;
  width: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-nav__ig {
    top: auto;
    bottom: 0;
  }
}
.c-nav-brand {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  border-top: 1px solid #D3D1D1;
  padding: 4rem 0 0;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-nav-brand {
    flex-flow: column;
    padding: 3.2rem 0 0;
    margin: 3.2rem 0 0;
  }
}
.c-nav-brand-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-list {
    flex-flow: column;
    gap: 2.4rem 0;
    width: 100%;
    margin: 3.2rem 0 0;
  }
}
.c-nav-brand-list__item {
  width: 25.6rem;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-list__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}
.c-nav-brand-list__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 16rem;
  background: #fff;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-list__img {
    width: 12rem;
    height: 12rem;
    margin: 0;
  }
}
.c-nav-brand-list__img img {
  max-width: 16rem;
  max-height: 12rem;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-list__img img {
    max-width: 9rem;
    max-height: 9rem;
  }
}
.c-nav-brand-list__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-list__content {
    width: calc(100% - 14.4rem);
    flex-flow: column;
  }
}
.c-nav-brand-list__ttl {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
.c-nav-brand-list__ttl:has(a) {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-list__ttl:has(a) {
    text-align: left;
  }
}
.c-nav-brand-list__ttl a {
  position: relative;
  padding: 0 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-list__ttl a {
    display: inline-block;
    padding: 0 3.2rem 0 0;
  }
}
.c-nav-brand-list__ttl a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/icn_c-arrow.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-list__ttl a::before {
    width: 2rem;
    height: 2rem;
  }
}
.c-nav-brand-shop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-flow: column;
  gap: 1.2rem 0;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-shop {
    margin: 1.4rem 0 0;
  }
}
.c-nav-brand-shop__item {
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-nav-brand-shop__item {
    font-size: 1.6rem;
  }
}
.c-nav-brand-shop__item a {
  display: inline-block;
  position: relative;
  padding: 0.2rem 2.8rem 0.2rem 0;
}
.c-nav-brand-shop__item a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_c-arrow.svg) 0 0/100% auto no-repeat;
}
.c-nav-other {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 112rem;
  margin: 0 auto;
  border-top: 1px solid #D3D1D1;
  padding: 4rem 0 0;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-nav-other {
    flex-flow: column;
    gap: 3.2rem 0;
    padding: 3.2rem 0 0;
    margin: 3.2rem auto 0;
  }
}
.c-nav-other__item {
  width: 25.6rem;
}
@media screen and (max-width: 767px) {
  .c-nav-other__item {
    width: 100%;
  }
}
.c-nav-other__item > a {
  display: inline-block;
  position: relative;
  padding: 0 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-nav-other__item > a {
    padding: 0 3.2rem 0 0;
  }
}
.c-nav-other__item > a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/icn_c-arrow.svg) 0 0/100% auto no-repeat;
}
@media screen and (max-width: 767px) {
  .c-nav-other__item > a::before {
    width: 2rem;
    height: 2rem;
  }
}
.c-nav-other__item:last-child {
  width: 54.4rem;
}
@media screen and (max-width: 767px) {
  .c-nav-other__item:last-child {
    width: auto;
  }
}
.c-nav-other-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 2.4rem 4rem;
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-nav-other-list {
    gap: 1.2rem 3.2rem;
    margin: 1.6rem 0 0;
  }
}
.c-nav-other-list__item {
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-nav-other-list__item {
    width: calc(50% - 1.6rem);
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-nav-other-list__item a {
  display: inline-block;
  position: relative;
  padding: 0 2.8rem 0 0;
}
.c-nav-other-list__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_c-arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-nav-other-list__item a::before {
    top: 0.3rem;
    transform: none;
  }
}

.c-heading {
  line-height: 1;
}
.c-heading .en {
  display: block;
  position: relative;
  color: #D92E1B;
  padding: 0 0 0 1.4rem;
}
.c-heading .en::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background: #D92E1B;
  transform: translateY(-50%);
}
.c-heading .ja {
  display: block;
  font-size: 4rem;
  font-weight: 700;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-heading .ja {
    font-size: 2.4rem;
    margin: 1.8rem 0 0;
  }
}
.c-heading__sub {
  line-height: 1;
}
.c-heading__sub .ja {
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-heading__sub .ja {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
}
.c-heading__sub .en {
  display: block;
  position: relative;
  color: #D92E1B;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-heading__sub .en {
    font-size: 1.2rem;
  }
}

.c-btn {
  width: 24rem;
  height: 6rem;
}
.c-btn a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #D92E1B;
  color: #fff;
  border-radius: 1rem;
  padding: 0 3.6rem 0 1.2rem;
}
.c-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.7rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_arrow_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.c-btn.is-blank a::before {
  background: url(../img/common/icn_blank_wh.svg) 0 0/100% auto no-repeat;
}
.c-btn.is-blank.is-white a {
  background: #fff;
  border: 1px solid #D92E1B;
  color: #D92E1B;
}
.c-btn.is-blank.is-white a::before {
  background: url(../img/common/icn_blank_rd.svg) 0 0/100% auto no-repeat;
}
.c-btn.is-back a {
  background: #E9E8E8;
  color: #231815;
  padding: 0 1.2rem 0 3.6rem;
}
.c-btn.is-back a::before {
  left: 1.7rem;
  right: auto;
  background: url(../img/common/icn_arrow_bk.svg) 0 0/100% auto no-repeat;
  transform: scale(-1, 1) translateY(-50%);
}
.c-btn__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-btn__wrap {
    flex-flow: column;
    align-items: center;
    gap: 2.4rem 0;
  }
}
.c-btn__wrap.is-reverse {
  justify-content: flex-end;
}

.c-news {
  border-bottom: 1px solid #D4D2D1;
}
@media screen and (max-width: 767px) {
  .c-news {
    margin: 3.2rem 0 0;
  }
}
.c-news__item {
  border-top: 1px solid #D4D2D1;
}
.c-news__item a {
  display: block;
  padding: 2.4rem 8rem 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-news__item a {
    padding: 2rem 6rem 2rem 2rem;
  }
}
.c-news__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 4rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_c-arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-news__item a::before {
    right: 2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.c-news__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
}
.c-news__date {
  color: #7C7574;
  font-size: 1.4rem;
}
.c-news__cat {
  color: #D92E1B;
  border: 1px solid #D92E1B;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.4rem 2rem;
}
.c-news__txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-news__txt {
    font-size: 1.6rem;
  }
}

.c-bnr {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 31.6rem;
  height: 11.6rem;
  border-top: 0.4rem solid #fff;
  border-right: 0.4rem solid #fff;
  z-index: 10;
  padding: 0;
  transition: opacity 0.5s;
}
.c-bnr.is-hidden {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-bnr {
    width: 100%;
    height: 7.6rem;
  }
}
.c-bnr__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-bnr__close {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.2rem;
  height: 3.2rem;
  z-index: 2;
  cursor: pointer;
}
.c-bnr a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/common/img_bnr.jpg) 0 0/100% auto no-repeat #FFF1D6;
}
@media screen and (max-width: 767px) {
  .c-bnr a {
    background-size: auto 100%;
  }
}
.c-bnr a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../img/common/icn_c-arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-bnr a::before {
    right: 3.2rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}
.c-bnr-content {
  position: absolute;
  top: 50%;
  left: 14rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-bnr-content {
    left: 10rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0 1.2rem;
  }
}
.c-bnr-content__pre {
  line-height: 1;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-bnr-content__pre {
    line-height: 1.5;
  }
}
.c-bnr-content__pre br {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-bnr-content__pre br {
    display: block;
  }
}
.c-bnr-content__ttl {
  line-height: 1;
  font-size: 2rem;
  font-weight: 700;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-bnr-content__ttl {
    margin: 0;
  }
}

.c-mv {
  position: relative;
  background: #F5F4F4;
  padding: 4rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .c-mv {
    padding: 1.6rem 0 3rem 0;
  }
}
.c-mv__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6rem;
}
@media screen and (max-width: 767px) {
  .c-mv__wrap {
    flex-flow: column;
    align-items: flex-start;
    gap: 3.4rem 2rem;
  }
}
.c-mv__img {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .c-mv__img {
    width: 8.8rem;
  }
}
.c-mv.is-main::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #F5F4F4;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-mv.is-main::before {
    height: 6rem;
  }
}

.c-pager {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
  margin: 6rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-pager {
    gap: 0;
    margin: 4rem 0 0;
  }
}
.c-pager .item {
  width: 6rem;
  height: 4.8rem;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-pager .item {
    width: 4rem;
    height: 4rem;
    font-size: 1.6rem;
  }
}
.c-pager .item.current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: 0.2rem solid #D92E1B;
  padding: 0.6rem 0 0;
}
.c-pager .item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.5s;
  padding: 0.6rem 0 0;
}
.c-pager .item.dot {
  text-align: center;
}
.c-pager .item.prev, .c-pager .item.next {
  font-size: 0;
}
.c-pager .item.prev a, .c-pager .item.next a {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-pager .item.prev a::before, .c-pager .item.next a::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 50%;
  width: 0.8rem;
  height: 1.5rem;
  background: url(../img/news/icn_arrow.svg) 0 0/100% auto no-repeat;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-pager .item.prev a::before, .c-pager .item.next a::before {
    width: 0.6rem;
    height: 1.2rem;
  }
}
.c-pager .item.prev a::before {
  transform: translateX(-50%) scale(-1, 1);
}

.c-shead {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .c-shead {
    padding: 0 0 6rem;
  }
}
.c-shead__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .c-shead__column {
    flex-flow: column;
  }
}
.c-shead__img {
  width: 84rem;
  height: 63rem;
  margin-left: -16rem;
}
@media screen and (max-width: 767px) {
  .c-shead__img {
    width: calc(100% + 2.4rem);
    height: 26.3rem;
    margin: 0 0 0 -2.4rem;
  }
  .c-shead__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.c-shead-overview {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .c-shead-overview {
    width: 24rem;
    margin: 0 auto;
    padding: 0;
  }
}
.c-shead-overview__logo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32rem;
  height: 24rem;
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .c-shead-overview__logo {
    width: 24rem;
    height: 18rem;
    margin: 5rem 0 2.4rem;
  }
}
.c-shead-overview__logo img {
  max-width: 100%;
  max-height: 100%;
}
.c-shead-overview__ttl {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  line-height: 1.5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
  .c-shead-overview__ttl {
    font-size: 2rem;
    padding: 1.6rem 0;
  }
}
.c-shead-content {
  margin: 8rem 0 0;
  padding: 0 9.6rem;
}
@media screen and (max-width: 767px) {
  .c-shead-content {
    margin: 4rem 0 0;
    padding: 0;
  }
}
.c-shead-content__ttl {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-shead-content__ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-shead-content__txt {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-shead-content__txt {
    font-size: 1.6rem;
  }
}

.c-sdetail {
  background: #ECE7E7;
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .c-sdetail {
    padding: 6rem 0;
  }
}
.c-sdetail__btn {
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .c-sdetail__btn {
    margin-top: 4rem;
  }
}
.c-sdetail-other {
  margin: 4rem auto 0;
}
.c-sdetail-other__alle a {
  color: #D92E1B;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .c-sdetail-other__alle a:hover {
    text-decoration: none;
  }
}
.c-sdetail-other-list {
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-sdetail-other-list {
    margin: 2rem 0 0;
  }
}
.c-sdetail-other-list__item {
  position: relative;
  color: #7C7574;
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-sdetail-other-list__item {
    font-size: 1.2rem;
  }
}
.c-sdetail-other-list__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.c-sdetail__block + .c-sdetail__block {
  margin-top: 12rem;
}
@media screen and (max-width: 767px) {
  .c-sdetail__block + .c-sdetail__block {
    margin-top: 6rem;
  }
}

.c-shop {
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-shop {
    margin: 4rem 0 0;
  }
}
.c-shop__item {
  background: #fff;
}
.c-shop__item + .c-shop__item {
  margin-top: 2rem;
}
.c-shop-head {
  position: relative;
  cursor: pointer;
}
.c-shop-head::before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 36rem;
  height: 0.2rem;
  background: #D92E1B;
}
.c-shop-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6rem;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/icn_acc.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%) scale(1, -1);
}
@media screen and (max-width: 767px) {
  .c-shop-head::after {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.c-shop-head.is-open::after {
  transform: translateY(-50%);
}
.c-shop-head__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 2.4rem 10rem 2.4rem 6rem;
}
@media screen and (max-width: 767px) {
  .c-shop-head__ttl {
    font-size: 1.8rem;
    padding: 1rem 6rem 1rem 2rem;
  }
}
.is-solo .c-shop-head {
  pointer-events: none;
}
.is-solo .c-shop-head::after {
  content: none;
}
.c-shop__overview {
  display: none;
  border-top: 1px solid #D4D2D1;
}
.is-solo .c-shop__overview {
  display: block;
}
.c-shop-detail {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  flex-flow: row-reverse;
  padding: 4rem 6rem;
}
@media screen and (max-width: 767px) {
  .c-shop-detail {
    flex-flow: column;
    padding: 2rem 2rem 4rem;
  }
}
.c-shop-detail__map {
  width: 36rem;
  height: 27rem;
}
@media screen and (max-width: 767px) {
  .c-shop-detail__map {
    width: 100%;
    height: auto;
    aspect-ratio: 6/4;
    margin: 0 0 2rem;
  }
}
.c-shop-detail__map iframe {
  width: 100%;
  height: 100%;
}
.c-shop-detail__define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0;
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .c-shop-detail__define {
    width: auto;
  }
}
.c-shop-detail__define dt {
  width: 6.8rem;
  font-size: 1.4rem;
  color: #7C7574;
  text-align: center;
  background: #E9E8E8;
}
.c-shop-detail__define dd {
  width: calc(100% - 8rem);
  line-height: 1.5;
}
.c-shop-detail-btn {
  width: 100%;
  padding: 0 6rem 4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-shop-detail-btn {
    flex-flow: column;
    gap: 1.5rem 0;
    padding: 0 2rem 4rem;
    margin: 0 auto;
  }
}
.c-shop-detail-btn__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 0 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-shop-detail-btn__wrap {
    flex-flow: column;
    gap: 1.5rem 0;
    margin: 0 auto;
  }
}
.c-shop-detail-btn__item {
  width: 24rem;
  height: 4.8rem;
  font-size: 1.4rem;
}
.c-shop-detail-btn__item a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0.8rem;
  border: 1px solid #D92E1B;
  color: red;
  padding: 0 3.2rem 0 1.2rem;
}
.c-shop-detail-btn__item a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../img/common/icn_blank_rd.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.c-shop-detail-btn__item.is-recruit {
  width: 16rem;
}
.c-shop-detail-btn__item.is-recruit a {
  color: #7C7574;
  border: 1px solid #7C7574;
}
.c-shop-detail-btn__item.is-recruit a::before {
  background: url(../img/common/icn_blank_bk.svg) 0 0/100% auto no-repeat;
}

.c-menu {
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-menu {
    margin: 4rem 0 0;
  }
}
.c-menu__item {
  margin-top: 2rem;
}
.c-menu__item:first-child {
  margin-top: 0;
}
.c-menu-head {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 6rem;
  background: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-menu-head {
    gap: 0 2rem;
  }
}
.c-menu-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 6rem;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../img/common/icn_acc.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%) scale(1, -1);
}
@media screen and (max-width: 767px) {
  .c-menu-head::after {
    right: 2rem;
    width: 2rem;
    height: 2rem;
  }
}
.c-menu-head.is-open::after {
  transform: translateY(-50%);
}
.c-menu-head__img {
  width: 32rem;
  height: 16rem;
}
@media screen and (max-width: 767px) {
  .c-menu-head__img {
    width: 8rem;
    height: 5.5rem;
  }
}
.c-menu-head__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-menu-head__ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-menu-head__ttl {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.c-menu-head__ttl span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-menu-head__ttl span {
    display: block;
    font-size: 1rem;
  }
}
.c-menu-topping {
  border-top: 1px dotted #000;
  margin: 4rem 0 0;
  padding: 2rem 0 0;
}
.c-menu-topping-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem 3.2rem;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-menu-topping-list {
    flex-flow: column;
    gap: 1rem 0;
  }
}
.c-menu-topping-list__item {
  width: calc((100% - 6.4rem) / 3);
}
@media screen and (max-width: 767px) {
  .c-menu-topping-list__item {
    width: 100%;
  }
}
.c-menu-topping-list__name {
  line-height: 1.5;
}
.c-menu-topping-list__price {
  font-weight: 700;
  color: #D92E1B;
  line-height: 1.5;
}
.c-menu-content {
  display: none;
  border-top: 1px solid #D4D2D1;
  background: #fff;
  padding: 6rem;
}
@media screen and (max-width: 767px) {
  .c-menu-content {
    padding: 2rem;
  }
}
.c-menu-content__ttl {
  background: #E9E8E8;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.6rem 1.2rem;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .c-menu-content__ttl {
    font-size: 1.6rem;
    margin: 4rem 0 2rem;
  }
}
.c-menu-content__ttl:first-of-type {
  margin-top: 0;
}
.c-menu-content-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4rem 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-menu-content-list {
    flex-flow: column;
    gap: 3rem 0;
  }
}
.c-menu-content-list__item {
  width: calc((100% - 6.4rem) / 3);
}
@media screen and (max-width: 767px) {
  .c-menu-content-list__item {
    width: 100%;
  }
}
.is-2col .c-menu-content-list__item {
  width: calc(50% - 1.6rem);
}
@media screen and (max-width: 767px) {
  .is-2col .c-menu-content-list__item {
    width: 100%;
  }
}
.c-menu-content-list__head {
  border-left: 1px solid #231815;
  padding: 0 0 0 1.2rem;
}
.c-menu-content-list__ttl {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.2rem;
}
@media screen and (max-width: 767px) {
  .c-menu-content-list__ttl {
    font-size: 1.6rem;
  }
}
.c-menu-content-list__ttl span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-menu-content-list__ttl span {
    font-size: 1.2rem;
  }
}
.c-menu-content-list__price {
  font-size: 2rem;
  font-weight: 700;
  color: #D92E1B;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-menu-content-list__price {
    font-size: 1.6rem;
  }
}
.c-menu-content-list__price span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-menu-content-list__price span {
    font-size: 1.2rem;
  }
}
.c-menu-content-list__txt {
  color: #7C7574;
  font-size: 1.4rem;
  line-height: 1.5;
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-menu-content-list__txt {
    font-size: 1.2rem;
  }
}
.c-menu-content-detail {
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-menu-content-detail {
    margin: 1rem 0 0;
  }
}
.c-menu-content-detail__item {
  position: relative;
  color: #7C7574;
  line-height: 1.5;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-menu-content-detail__item {
    font-size: 1.2rem;
  }
}
.c-menu-content-detail__item::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.c-menu-content-notes {
  margin: 1.2rem 0 0;
}
.c-menu-content-notes__item {
  position: relative;
  color: #7C7574;
  line-height: 1.5;
  padding: 0 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-menu-content-notes__item {
    font-size: 1.2rem;
  }
}
.c-menu-content-notes__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.c-lhead {
  padding: 0 0 12rem;
}
@media screen and (max-width: 767px) {
  .c-lhead {
    padding: 0 0 3rem;
  }
}
.c-lhead.is-beige {
  position: relative;
}
.c-lhead.is-beige::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8rem;
  background: #ECE7E7;
}
@media screen and (max-width: 767px) {
  .c-lhead.is-beige::before {
    height: 6rem;
  }
}
.c-lhead__column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-lhead__column {
    flex-flow: column;
  }
}
.c-lhead__img {
  position: relative;
  width: 72rem;
  height: 36rem;
  margin-right: -16rem;
}
@media screen and (max-width: 767px) {
  .c-lhead__img {
    width: calc(100% + 2.4rem);
    height: 17.5rem;
    margin: 0 0 0 -2.4rem;
  }
  .c-lhead__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.c-lhead-overview {
  width: 44.8rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .c-lhead-overview {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 0;
  }
}
.c-lhead-overview__txt {
  line-height: 1.5;
  font-weight: 700;
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-lhead-overview__txt {
    font-size: 2rem;
  }
}
.c-lhead-overview__txt span {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-lhead-overview__txt span {
    font-size: 1.2rem;
  }
}
.is-border .c-lhead-overview__txt {
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  text-align: center;
  padding: 3.2rem 0;
}
@media screen and (max-width: 767px) {
  .is-border .c-lhead-overview__txt {
    width: 100%;
    padding: 1.5rem 0;
  }
}
.c-lhead-overview__notes {
  font-size: 1.4rem;
  color: #7C7574;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-lhead-overview__notes {
    font-size: 1.2rem;
    margin: 1rem 0 0;
  }
}
.c-lhead-overview-btn {
  width: 32rem;
  height: 6.4rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-lhead-overview-btn {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.c-lhead-overview-btn a {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #D92E1B;
  padding: 0.8rem 2.4rem;
  border-radius: 1.2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-lhead-overview-btn a {
    padding: 0.8rem 1.5rem;
  }
}
.c-lhead-overview-btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../img/common/icn_blank_wh.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}
.c-lhead-overview-btn__icn {
  width: 4.8rem;
}
.c-lhead-overview-btn__inner {
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .c-lhead-overview-btn__inner {
    width: 23rem;
  }
}
.c-lhead-overview-btn__name {
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-lhead-overview-btn__name {
    font-size: 1.2rem;
  }
}
.c-lhead-overview-btn__txt {
  font-size: 1.6rem;
  line-height: 1;
  color: #fff;
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-lhead-overview-btn__txt {
    font-size: 1.4rem;
    margin: 0.8rem 0 0;
  }
}
.c-lhead-content {
  margin: 8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-lhead-content {
    margin: 4rem 0 0;
  }
}
.c-lhead-content__ttl {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .c-lhead-content__ttl {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-lhead-content__txt {
  margin: 1rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-lhead-content__txt {
    font-size: 1.6rem;
  }
}

.c-define {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #D4D2D1;
}
@media screen and (max-width: 767px) {
  .c-define {
    flex-flow: column;
  }
}
.c-define__ttl {
  width: 15rem;
  line-height: 1.5;
  font-size: 2rem;
  color: #D92E1B;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #D4D2D1;
  padding: 4rem 1rem 4rem 0;
}
@media screen and (max-width: 767px) {
  .c-define__ttl {
    width: 100%;
    border-bottom: 0;
    text-align: left;
    font-size: 1.8rem;
    padding: 1rem 1rem 0;
  }
}
.c-define-content {
  width: calc(100% - 15rem);
  border-bottom: 1px solid #D4D2D1;
  padding: 4rem 4rem 4rem 0;
}
@media screen and (max-width: 767px) {
  .c-define-content {
    width: 100%;
    padding: 0.5rem 1rem 1.5rem;
  }
}
.c-define-content__txt {
  line-height: 1.5;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-define-content__txt {
    font-size: 1.6rem;
  }
}
.c-define-content__notes {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #7C7574;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-define-content__notes {
    font-size: 1.2rem;
    margin: 1rem 0 0;
  }
}
.c-define-content__notes.is-bk {
  color: #231815;
}
.c-define-content__notes.is-large {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-define-content__notes.is-large {
    font-size: 1.4rem;
  }
}
.c-define-content__inner {
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .c-define-content__inner {
    width: 100%;
  }
}
.c-define-content__img {
  width: 48rem;
}
@media screen and (max-width: 767px) {
  .c-define-content__img {
    width: 100%;
    margin: 1rem 0 0;
  }
}
.c-define-content__img p {
  font-size: 1.4rem;
  color: #7C7574;
  text-align: right;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-define-content__img p {
    font-size: 1rem;
    margin: 0.2rem 0 0;
  }
}
.c-define-content.is-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-define-content.is-column {
    flex-flow: column;
  }
}
.c-define-store {
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-define-store {
    margin: 1rem 0 0;
  }
}
.c-define-store__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-define-store__list {
    gap: 0 1.6rem;
  }
}
.c-define-store__list a {
  text-decoration: underline;
  color: #D92E1B;
}
@media (any-hover: hover) {
  .c-define-store__list a:hover {
    text-decoration: none;
  }
}

.c-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-column {
    flex-flow: column;
    gap: 3rem 0;
  }
}
.c-column__item {
  width: 35.2rem;
}
@media screen and (max-width: 767px) {
  .c-column__item {
    width: 100%;
  }
}
.c-column-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 2rem;
  margin: 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-column-name {
    margin: 1rem 0 0;
  }
}
.c-column-name__img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 16rem;
  height: 10rem;
}
@media screen and (max-width: 767px) {
  .c-column-name__img {
    width: 10rem;
    height: 6rem;
  }
}
.c-column-name__img img {
  max-width: 10rem;
  max-height: 6.8rem;
}
@media screen and (max-width: 767px) {
  .c-column-name__img img {
    max-width: 8rem;
    max-height: 5rem;
  }
}
.c-column-name__txt {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-column-name__txt {
    font-size: 1.8rem;
  }
}
.c-column-name__txt a {
  position: relative;
  display: inline-block;
  padding: 0 3.2rem 0 0;
}
.c-column-name__txt a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../img/common/icn_c-arrow.svg) 0 0/100% auto no-repeat;
  transform: translateY(-50%);
}

.c-policy {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .c-policy {
    padding: 6rem 0;
  }
}
.c-policy a {
  text-decoration: underline;
  color: #D92E1B;
}
@media (any-hover: hover) {
  .c-policy a:hover {
    text-decoration: none;
  }
}
.c-policy a[href*="tel:"] {
  color: #231815;
  text-decoration: none;
}
.c-policy__intro {
  max-width: 92.8rem;
  margin: 0 auto 12rem;
}
@media screen and (max-width: 767px) {
  .c-policy__intro {
    margin: 0 auto 6rem;
  }
}
.c-policy__inner {
  max-width: 92.8rem;
  margin: 0 auto;
  padding: 4rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .c-policy__inner {
    padding: 2rem 0 3rem;
  }
}
.c-policy__ttl {
  font-size: 2.4rem;
  font-weight: 700;
  border-top: 1px solid #231815;
  border-bottom: 1px solid #231815;
  padding: 2.4rem 4rem;
}
@media screen and (max-width: 767px) {
  .c-policy__ttl {
    font-size: 2rem;
    line-height: 1.5;
    padding: 1rem 2rem;
  }
}
.c-policy__txt + ol {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .c-policy__txt + ol {
    margin-top: 1rem;
  }
}
.c-policy__indent {
  padding: 0 0 0 3.5rem;
  text-indent: -3.5rem;
}
.c-policy__indent + .c-policy__indent {
  margin-top: 2rem;
}
.c-policy__indent + ol {
  margin-left: 3.5rem;
}
.c-policy__num {
  counter-reset: number 0;
}
.c-policy__num + .c-policy__indent {
  margin-top: 2rem;
}
.c-policy__num li {
  position: relative;
  padding: 0 0 0 2.5rem;
}
.c-policy__num li::before {
  counter-increment: number 1;
  content: "（" counter(number) "）";
  position: absolute;
  top: 0;
  left: -1rem;
}
.c-policy__date {
  text-align: right;
}
.c-policy__dot li {
  position: relative;
  padding: 0 0 0 1em;
}
.c-policy__dot li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
.u-sp {
  display: none;
}

@media screen and (min-width: 1300.1px) {
  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

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

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

/* --------------------------------------------------
  margin
-------------------------------------------------- */
.u-mt10 {
  margin-top: 1rem;
}
.u-mt15 {
  margin-top: 1.5rem;
}
.u-mt20 {
  margin-top: 2rem;
}
.u-mt30 {
  margin-top: 3rem;
}
.u-mt40 {
  margin-top: 4rem;
}
.u-mt50 {
  margin-top: 5rem;
}

/* --------------------------------------------------
  padding
-------------------------------------------------- */
.-ratio16-9 {
  padding-top: 56.25%;
}

.-ratio4-3 {
  padding-top: 75%;
}

/* --------------------------------------------------
other
-------------------------------------------------- */
.u-bold { /*font-weight: 700;*/ }