/**!
 * rev. 2022-07-21
 * copyright © 2022
 */

@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -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 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.al_l {
  text-align: left !important;
}
.al_c {
  text-align: center !important;
}
.al_r {
  text-align: right !important;
}
.al_pc-c {
  text-align: center !important;
}
.al_sp-c {
  text-align: left !important;
}
.va_t {
  vertical-align: top !important;
}
.va_m {
  vertical-align: middle !important;
}
.va_b {
  vertical-align: bottom !important;
}
.va_bl {
  vertical-align: baseline !important;
}
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
:root {
  font-size: 62.5%;
  height: 100%;
}
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::-moz-selection {
  background-color: #ede9e3;
}
*::selection {
  background-color: #ede9e3;
}
*:focus {
  outline-width: 2px;
  outline-color: #d4c5ae;
}
ul,
figure {
  margin: 0;
  padding: 0;
}
dl {
  margin: 0;
}
dl dd {
  margin: 0;
}
@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
a[href^="tel:"] {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: #000 !important;
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto !important;
    text-decoration: underline !important;
    cursor: pointer !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
body:not(.tvcm) {
  position: relative;
  color: #000;
  font-family: "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif", sans-serif;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin: 0;
  padding: 80px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 80px);
}
@media screen and (max-width: 767px) {
  body:not(.tvcm) {
    padding-top: 64px;
    font-size: 1.6rem;
    min-height: calc(100vh - 65px);
  }
}
body:not(.tvcm)[data-scroll=top] {
  padding-top: 0;
}
@supports (-ms-ime-align: auto) {
  body:not(.tvcm)[data-splash=started] {
    overflow: hidden;
  }
}
body[data-mode=pc] {
  font-size: 1.5rem;
  padding: 80px 0 0 0;
  min-height: calc(100vh - 80px);
}
button {
  border-radius: 0;
}
.c-pagetop {
  position: absolute;
  right: 48px;
  top: -150px;
}
@media screen and (max-width: 1117px) {
  .c-pagetop {
    right: 10px;
    top: -13.78676vw;
  }
}
@media screen and (max-width: 767px) {
  .c-pagetop {
    right: 50%;
    top: -120px;
    margin-right: -26px;
  }
}
.c-pagetop a {
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 1.3rem;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  font-weight: bold;
  letter-spacing: 0.05em;
  padding: 20px 12px 7px;
  border-bottom: 3px solid #9a6d23;
}
.c-pagetop a::before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  top: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
/* やよい軒公式アプリ位置情報の取得について（/policy/apps_policy.html） */
body[data-path="/policy/apps_policy.html"] .c-pagetop {
  display: none;
}
.c-page-home {
  min-height: auto !important;
  /* アプリ告知バナー */
  /* ポップアップ */
}
@media screen and (max-width: 767px) {
  .c-page-home {
    min-height: auto !important;
    padding-top: 69px !important;
  }
}
.c-page-home[data-splash] {
  width: 100%;
  height: 100%;
  padding-top: 0;
}
@media (-ms-high-contrast: none) {
  .c-page-home[data-splash] {
    overflow: hidden;
  }
}
.c-page-home__base {
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
}
@media (-ms-high-contrast: none) {
  .c-page-home__base {
    overflow: hidden;
  }
}
[data-app-banner=false] .c-page-home__base {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  [data-app-banner=false] .c-page-home__base {
    padding-top: 0 !important;
  }
}
.c-page-home__base[hidden] {
  display: block;
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}
.c-page-home__btn {
  margin-top: 22px;
}
.c-page-home__btn a {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
}
@media (-ms-high-contrast: none) {
  .c-page-home__btn a {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__btn a {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-page-home__btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__btn a::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__btn a:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__btn a:hover::after {
    border-color: #fff;
  }
}
.c-page-home__link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-page-home__link {
    text-align: center;
  }
}
.c-page-home__link a {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 5px 22px 5px 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.c-page-home__link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin-top: -5px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transition: 300ms;
  transition: 300ms;
  background: #9a6d23;
}
.c-page-home__link a::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-page-home__link a:hover {
  color: #9a6d23;
  background: none;
}
.c-page-home__link a:hover::after {
  border-color: #9a6d23;
}
.c-page-home__lead {
  margin-bottom: -8px;
}
.c-page-home__title h2 {
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  text-align: center;
  margin: 0 0 44px 0;
}
@media screen and (max-width: 1117px) {
  .c-page-home__title h2 {
    margin-bottom: 4.04412vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__title h2 {
    margin-bottom: 24px;
  }
}
.c-page-home__title h2 span {
  display: block;
  color: #9a6d23;
  font-size: 1.3rem;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  font-weight: bold;
  letter-spacing: 0.05em;
}
.c-page-home__app-list {
  margin-top: 27px;
}
@media screen and (max-width: 1117px) {
  .c-page-home__app-list {
    margin-top: 2.48162vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app-list {
    margin-top: 23px;
  }
}
.c-page-home__app-list ul {
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .c-page-home__app-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-page-home__app-list ul li {
  max-width: 195px;
  width: 17.92279vw;
}
@media screen and (max-width: 767px) {
  .c-page-home__app-list ul li {
    width: 52vw;
    margin: 3.6vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app-list ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__app-list ul li + li {
    margin-left: 15px;
  }
}
.c-page-home__app-list ul li a {
  display: block;
  line-height: 0;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.c-page-home__app-list ul li a:hover {
  opacity: 0.7;
}
.c-page-home__parallax {
  width: 100%;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .c-page-home__parallax {
    background-attachment: fixed;
    padding-top: 440px;
  }
}
@media screen and (max-width: 1117px) {
  .c-page-home__parallax {
    padding-top: 40.44118vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__parallax {
    padding-top: 40vw;
    background-attachment: scroll;
  }
}
.c-page-home__parallax-bg-02 {
  background-image: url("/img/bg-visual-02.jpg?200507");
}
@media screen and (max-width: 767px) {
  .c-page-home__parallax-bg-02 {
    background-image: url("/img/bg-visual-02-sp.jpg?200507");
  }
}
.c-page-home__parallax-bg-03 {
  background-image: url("/img/bg-visual-03.jpg?200507");
}
@media screen and (max-width: 767px) {
  .c-page-home__parallax-bg-03 {
    background-image: url("/img/bg-visual-03-sp.jpg?200507");
  }
}
.c-page-home__parallax[data-parallax=ipad] {
  padding-top: 240px;
  background-attachment: scroll;
}
.c-page-home__info {
  text-align: center;
}
.c-page-home__info-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1088px;
  margin: 0 auto;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-page-home__info-body:not(:first-child) {
  padding-top: 20px;
}
.c-page-home__info-body a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  display: inline-block;
  width: inherit;
  max-width: 550px;
  color: #8f2029;
  border-color: #8f2029;
  font-weight: bold;
  font-size: 1.7rem;
}
@media (-ms-high-contrast: none) {
  .c-page-home__info-body a {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__info-body a {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-page-home__info-body a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__info-body a::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__info-body a:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__info-body a:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__info-body a {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-page-home__info-body a::after {
  border-color: #8f2029;
}
@media screen and (min-width: 768px) {
  .c-page-home__info-body a:hover {
    text-decoration: none;
    background: #8f2029;
  }
}
.c-page-home__kodawari {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari {
    padding-top: 45px;
    padding-bottom: 52px;
  }
}
.c-page-home__kodawari-body {
  position: relative;
  padding-top: 195px;
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari-body {
    padding-top: 24px;
  }
}
.c-page-home__kodawari-body h2 {
  position: absolute;
  right: 125px;
  top: 0;
  width: 4.27536vw;
  max-width: 94px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari-body h2 {
    right: 4.66667vw;
    width: 14.93333vw;
  }
}
.c-page-home__kodawari-body h2 img {
  width: 100%;
  height: auto;
}
.c-page-home__kodawari-body div.c-page-home__btn {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari-body div.c-page-home__btn {
    margin-top: 28px;
  }
}
.c-page-home__kodawari-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 31px;
  }
}
.c-page-home__kodawari-box picture {
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .c-page-home__kodawari-box picture {
    width: 51.44%;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari-box picture {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-right: 9.33333vw;
  }
}
.c-page-home__kodawari-box picture img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-page-home__kodawari-box-text {
    width: 48.56%;
    padding: 0 7.24638vw 0 2.75%;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari-box-text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 25px 8.8vw 0;
  }
}
.c-page-home__kodawari-box-text:first-child {
  padding-left: 10.28986vw;
}
.c-page-home__kodawari-box-text h3 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  font-size: 1.73913vw;
  font-weight: bold;
  margin: 0 0 1.95652vw;
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari-box-text h3 {
    font-size: 1.6rem;
    margin-bottom: 12px;
  }
}
.c-page-home__kodawari-box-text p {
  font-size: 1.08696vw;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari-box-text p {
    font-size: 1.3rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__kodawari-box-text + picture {
    padding-right: 0;
    padding-left: 9.33333vw;
  }
}
h2 + .c-page-home__kodawari-box {
  margin-top: 0;
}
.c-page-home__recommend {
  padding: 84px 0 93px;
  background: #fff;
}
@media screen and (max-width: 1117px) {
  .c-page-home__recommend {
    padding: 7.72059vw 0 8.54779vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__recommend {
    padding: 55px 0 60px;
  }
}
.c-page-home__recommend-body {
  max-width: 1088px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1117px) {
  .c-page-home__recommend-body {
    padding-left: 1.83824vw;
    padding-right: 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__recommend-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__recommend-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-page-home__recommend-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -31px;
  opacity: 0;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.c-page-home__recommend-menu .slick-list {
  padding-top: 31px !important;
}
.c-page-home__recommend-menu-item {
  position: relative;
  width: 313px;
  margin: 0 26px 0;
}
@media screen and (max-width: 1117px) {
  .c-page-home__recommend-menu-item {
    margin: 0 2.38971vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__recommend-menu-item {
    margin: 0;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: -webkit-transform 300ms ease;
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease, -webkit-transform 300ms ease;
  }
}
.c-page-home__recommend-menu-item.slick-slide.slick-current, .c-page-home__recommend-menu-item.slick-slide.is-active-next {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.c-page-home__recommend-menu-item picture {
  display: block;
  margin-bottom: 26px;
}
@media screen and (max-width: 767px) {
  .c-page-home__recommend-menu-item picture {
    margin-bottom: 19px;
  }
}
.c-page-home__recommend-menu-item img {
  width: 100%;
  height: auto;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.c-page-home__recommend-menu-item a {
  color: #000;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-page-home__recommend-menu-item a:hover picture img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__recommend-menu-item dl {
    text-align: center;
  }
}
.c-page-home__recommend-menu-item dl dd span {
  font-size: 1.2rem;
}
.c-page-home__recommend-menu-item-new {
  position: absolute;
  right: -19px;
  top: -31px;
  z-index: 1;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 54px;
  text-align: center;
  background: #8f2029;
}
@media screen and (max-width: 767px) {
  .c-page-home__recommend-menu-item-new {
    right: -4vw;
    width: 13.33333vw;
    height: 13.33333vw;
    line-height: 13.06667vw;
  }
}
.c-page-home__recommend-menu-item-new span {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__recommend-menu-item-new span {
    font-size: 3.46667vw;
  }
}
.c-page-home__recommend-menu.slick-initialized {
  opacity: 1;
}
.c-page-home__recommend-menu[data-slide=false] {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-page-home__recommend-menu[data-slide=false] {
    padding-top: 31px !important;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__recommend-menu[data-slide=false] div.c-page-home__recommend-menu-item {
    max-width: 298px;
  }
}
.c-page-home__recommend-menu + .c-page-home__btn {
  margin-top: 29px;
}
.c-page-home__news {
  padding: 80px 0 54px;
  background: #fff;
}
@media screen and (max-width: 1117px) {
  .c-page-home__news {
    padding: 7.35294vw 0 4.96324vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__news {
    padding-top: 14.66667vw;
    padding-bottom: 16vw;
  }
}
.c-page-home__news-body {
  max-width: 1088px;
  margin: 0 auto;
  opacity: 0;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  -webkit-transition: opacity 1000ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 1000ms ease-in-out, -webkit-transform 500ms ease-in-out;
  transition: opacity 1000ms ease-in-out, transform 500ms ease-in-out;
  transition: opacity 1000ms ease-in-out, transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1118px) {
  .c-page-home__news-body {
    padding-left: 44px;
    padding-right: 44px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1117px) {
  .c-page-home__news-body {
    padding-left: 1.83824vw;
    padding-right: 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__news-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-page-home__news-body[data-fade=true] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-page-home__news div.c-page-home__title h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1117px) {
  .c-page-home__news div.c-page-home__title h2 {
    margin-bottom: 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__news div.c-page-home__title h2 {
    margin-bottom: 12px;
  }
}
.c-page-home__news-important {
  margin-bottom: 15px;
  padding: 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-important {
    margin-bottom: 1.33333%;
  }
}
.c-page-home__news-important li {
  list-style: none;
}
.c-page-home__news-important li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 30px 15px 126px;
  font-size: 1.3rem;
  color: #010101;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-important li a {
    display: block;
    padding: 2% 0;
  }
}
.c-page-home__news-important li a:hover {
  text-decoration: none;
  color: #754901;
}
.c-page-home__news-important li a .c-category {
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .c-page-home__news-important li a .c-category {
    margin: 0 0 0.5em;
  }
}
.c-page-home__news ul.c-media-list {
  margin-bottom: 20px;
}
.c-page-home__news ul.c-media-list > li {
  position: relative;
  padding: 9px 0 9px 42px;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c-page-home__news ul.c-media-list > li {
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__news ul.c-media-list > li[data-new=true]::before {
    content: "NEW";
    position: absolute;
    left: 0;
    top: 12px;
    color: #9a6d23;
    font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
    font-size: 1.2rem;
    font-weight: bold;
  }
}
.c-page-home__news ul.c-media-list > li a {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-page-home__news ul.c-media-list > li a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.c-page-home__news ul.c-media-list > li div.c-media-list__meta {
  margin-right: 25px;
}
@media screen and (min-width: 768px) {
  .c-page-home__news ul.c-media-list > li div.c-media-list__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__news ul.c-media-list > li div.c-media-list__meta::after {
    content: none;
  }
}
.c-page-home__news ul.c-media-list > li div.c-media-list__time {
  font-size: 1.3rem;
  font-weight: normal;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  .c-page-home__news ul.c-media-list > li div.c-media-list__time {
    margin-right: 6px;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__news ul.c-media-list > li div.c-category span {
    max-width: 60px;
  }
}
.c-page-home__news ul.c-media-list > li div.c-media-list__title {
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .c-page-home__news ul.c-media-list > li div.c-media-list__title {
    max-width: 736px;
    width: 67.09559vw;
  }
}
.c-page-home__recommend + .c-page-home__news {
  padding-top: 0;
}
.c-page-home__app {
  margin: 0 0 83px;
}
@media screen and (max-width: 1117px) {
  .c-page-home__app {
    margin: 0 0 7.62868vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app {
    margin: 0 0 50px;
  }
}
.c-page-home__app-body {
  max-width: 1088px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  letter-spacing: 0.1em;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1117px) {
  .c-page-home__app-body {
    padding-left: 1.83824vw;
    padding-right: 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-page-home__app h2 {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  margin: 0;
  padding: 7px;
  background: #8f2029;
}
@media screen and (max-width: 767px) {
  .c-page-home__app h2 {
    font-size: 1.4rem;
  }
}
.c-page-home__app-box {
  padding: 70px 50px 48px 410px;
  background-color: #ede9e3;
}
@media screen and (min-width: 768px) {
  .c-page-home__app-box {
    background-image: url("/img/pict-app.png?20220126");
    background-repeat: no-repeat;
    background-position: 95px bottom;
    background-size: 226px auto;
  }
}
@media screen and (max-width: 1117px) {
  .c-page-home__app-box {
    padding: 6.43382vw 4.59559vw 4.41176vw 37.68382vw;
    background-position: 8.73162vw bottom;
    background-size: 20.77206vw auto;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app-box {
    padding: 20px 5.33333vw 40px;
  }
}
@media screen and (max-width: 1117px) {
  .c-page-home__app-box dl {
    margin-bottom: 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app-box dl {
    margin-bottom: 35px;
  }
}
.c-page-home__app-box dl dt {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 22px;
}
@media screen and (max-width: 1117px) {
  .c-page-home__app-box dl dt {
    margin-bottom: 2.02206vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app-box dl dt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app-box dl dt img {
    width: 25.07463vw;
    max-width: 84px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app-box dl dt span:first-child {
    margin-right: 3.73134vw;
    line-height: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__app-box dl dt span + span {
    width: 58.50746vw;
  }
}
.c-page-home__app-box dl dd {
  line-height: 1.95;
}
@media screen and (max-width: 767px) {
  .c-page-home__app-box dl dd {
    font-size: 1.3rem;
  }
}
.c-page-home__movie {
  margin: 83px 0;
}
@media screen and (max-width: 1117px) {
  .c-page-home__movie {
    margin: 7.62868vw 0 8.27206vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__movie {
    margin: 50px 0;
  }
}
.c-page-home__movie-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__movie-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1117px) {
  .c-page-home__movie-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__movie-body {
    padding: 0 4vw 0;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__movie-list {
    width: 100%;
  }
}
.c-page-home__movie-list ul {
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .c-page-home__movie-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-page-home__movie-list ul li {
  width: 326px;
  margin: 35px 0 0 35px;
}
@media screen and (max-width: 1117px) {
  .c-page-home__movie-list ul li {
    max-width: 326px;
    width: 29.96324vw;
    margin-left: 3.03309vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__movie-list ul li {
    width: 100%;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__movie-list ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__movie-list ul li:not(:first-child) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__movie-list ul li:nth-child(1), .c-page-home__movie-list ul li:nth-child(2), .c-page-home__movie-list ul li:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__movie-list ul li:nth-child(3n-2) {
    margin-left: 0;
  }
}
.c-page-home__movie-list ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.c-page-home__movie-list ul li a:hover img {
  opacity: 0.7;
}
.c-page-home__movie-list ul li figure {
  line-height: 0;
}
.c-page-home__movie-list ul li figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-page-home__movie-list ul li p {
  font-size: 1.5rem;
  margin: 9px 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-page-home__movie-list ul li p {
    text-align: center;
    margin-top: 7px;
  }
}
.c-page-home__movie-list ul[data-column=col-1] li {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .c-page-home__movie-list ul[data-column=col-1] li {
    width: 100%;
  }
}
.c-page-home__movie-list div.c-page-home__link {
  margin-top: 24px;
}
.c-page-home__other {
  padding: 80px 0 100px;
  background: #fff;
}
@media only screen and (max-width: 1260px) {
  .c-page-home__other {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 1117px) {
  .c-page-home__other {
    padding: 7.35294vw 0 14.70588vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__other {
    padding: 55px 0;
  }
}
.c-page-home__other-body {
  margin: 0 auto;
}
@media screen and (max-width: 1117px) {
  .c-page-home__other-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__other-body {
    padding: 0 4vw;
  }
}
.c-page-home__sns h2 {
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 26px 0;
}
@media screen and (max-width: 1117px) {
  .c-page-home__sns h2 {
    margin-bottom: 2.38971vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__sns h2 {
    margin-bottom: 20px;
  }
}
.c-page-home__sns ul {
  list-style-type: none;
  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;
}
.c-page-home__sns ul li {
  min-width: 36px;
  margin: 0 15px;
  text-align: center;
}
.c-page-home__sns ul li[data-category=facebook] img {
  width: 18px;
  height: auto;
}
.c-page-home__sns ul li[data-category=twitter] img {
  width: 36px;
  height: auto;
}
.c-page-home__sns ul li a {
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.c-page-home__sns ul li a:hover {
  opacity: 0.7;
}
.c-page-home__banner {
  margin-top: 43px;
}
@media screen and (max-width: 1117px) {
  .c-page-home__banner {
    margin-top: 3.95221vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__banner {
    margin-top: 23px;
  }
}
.c-page-home__banner ul {
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .c-page-home__banner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1045px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1117px) {
  .c-page-home__banner ul {
    max-width: none;
  }
}
.c-page-home__banner ul li {
  width: 315px;
  margin: 30px 0 0 50px;
}
@media screen and (max-width: 1117px) {
  .c-page-home__banner ul li {
    width: 28.95221vw;
    margin: 2.75735vw 0 0 3.86029vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__banner ul li {
    width: 100%;
    max-width: 335px;
    margin: 12px auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__banner ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__banner ul li:nth-child(1), .c-page-home__banner ul li:nth-child(2), .c-page-home__banner ul li:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-page-home__banner ul li:nth-child(3n-2) {
    margin-left: 0;
  }
}
.c-page-home__banner ul li img {
  width: 100%;
  height: auto;
}
.c-page-home__banner ul li a {
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  display: block;
}
.c-page-home__banner ul li a:hover {
  opacity: 0.7;
}
.c-page-home__loading {
  position: relative;
  width: 100%;
  height: 100%;
  background: #ede9e3;
  overflow: hidden;
}
.c-page-home__loading span {
  position: relative;
  left: 50%;
  top: 50%;
  display: block;
  width: 160px;
  height: 2px;
  margin-left: -80px;
  margin-top: -1px;
  overflow: hidden;
}
.c-page-home__loading span::before, .c-page-home__loading span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 160px;
  height: 2px;
}
.c-page-home__loading span::before {
  background: #d3cabb;
  z-index: 0;
}
.c-page-home__loading span::after {
  background: #9a6d23;
  z-index: 1;
  -webkit-animation: loading-animation 2500ms ease-in-out 0ms infinite normal;
          animation: loading-animation 2500ms ease-in-out 0ms infinite normal;
}
.c-page-home__splash {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ede9e3;
  overflow: hidden;
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
}
.c-page-home__splash[hidden] {
  display: block;
  opacity: 0;
  z-index: -1;
}
.c-page-home__splash img {
  width: 100%;
  height: auto;
}
.c-page-home__splash-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.64286vw;
  height: auto;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__splash-logo {
    width: 22.13333vw;
    min-width: auto;
  }
}
.c-page-home__splash-logo[hidden] {
  display: block;
  opacity: 0;
}
.c-page-home__splash-text {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.64286vw;
  height: auto;
  -webkit-transition: opacity 600ms;
  transition: opacity 600ms;
}
@media screen and (max-width: 767px) {
  .c-page-home__splash-text {
    width: 8.26667vw;
    min-width: auto;
  }
}
.c-page-home__splash-text[hidden] {
  display: block;
  opacity: 0;
}
.c-page-home__splash-movie {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.c-page-home__splash-movie video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
}
@supports (-ms-ime-align: auto) {
  .c-page-home__splash-movie video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 56.25vw;
    -o-object-fit: unset;
       font-family: "object-fit:unset";
       object-fit: unset;
  }
}
@media (-ms-high-contrast: none) {
  .c-page-home__splash-movie video {
    display: inline-block;
    width: 3614px;
    height: 1968px;
  }
}
.c-page-home__worldwide {
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide {
    margin-bottom: 160px;
    padding: 0 10px;
  }
}
.c-page-home__worldwide-content {
  background-image: url("https://storage.googleapis.com/storelocator-v2-static/assets/yayoiken/images/global%402x.png");
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: right top;
  max-width: 1045px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide-content {
    background-size: 100%;
  }
}
.c-page-home__worldwide-content h3 {
  font-size: 1.7rem;
  padding-top: 32px;
  margin-top: 0;
}
.c-page-home__worldwide-content .countries {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 600;
  list-style-type: none;
  margin-right: -10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide-content .countries {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
    margin-right: 0;
  }
}
.c-page-home__worldwide-content .countries .country {
  width: calc(50% - 10px);
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide-content .countries .country {
    width: 100%;
    margin-right: 0;
  }
}
.c-page-home__worldwide-content .countries .country.highlight {
  background-color: rgba(242, 242, 242, 0.8);
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide-content .countries .country.highlight {
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide-content .countries .country:nth-child(odd) {
    background-color: #f1f1f1;
  }
}
.c-page-home__worldwide-content .countries .country .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide-content .countries .country .wrapper {
    display: block;
  }
}
.c-page-home__worldwide-content .countries .country .wrapper .wrapper-inner {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide-content .countries .country .wrapper .wrapper-inner {
    width: 100%;
  }
}
.c-page-home__worldwide-content .countries .country .wrapper .alphabet {
  display: block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide-content .countries .country .wrapper .alphabet {
    display: inline-block;
    margin-left: 5px;
  }
}
.c-page-home__worldwide-content .countries .country .wrapper a {
  width: 55%;
  padding-left: 10px;
  color: #000;
  font-weight: normal;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-page-home__worldwide-content .countries .country .wrapper a {
    display: block;
    width: 100%;
    padding-left: 0;
    word-break: break-all;
  }
}
.c-page-home__appbanner-body {
  width: 745px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1117px) {
  .c-page-home__appbanner-body {
    width: 71.08779%;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home__appbanner-body {
    width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-page-home__appbanner-body img {
  width: 100%;
  height: auto;
}
.c-page-home__appbanner-body a {
  display: block;
  line-height: 1;
}
.c-page-home__appbanner-body a:hover {
  opacity: 0.7;
}
.c-page-home .c-top-pop-banner {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1002;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}
.c-page-home .c-top-pop-banner__contents {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .c-page-home .c-top-pop-banner__contents {
    display: block;
    width: 78.125vw;
    text-align: center;
  }
}
.c-page-home .c-top-pop-banner__contents-image {
  width: 400px;
}
@media screen and (max-width: 991px) {
  .c-page-home .c-top-pop-banner__contents-image {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-home .c-top-pop-banner__contents-image {
    width: 100%;
  }
}
.c-page-home .c-top-pop-banner__contents-image figure {
  display: block;
}
.c-page-home .c-top-pop-banner__contents-image a {
  display: block;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.c-page-home .c-top-pop-banner__contents-image a:hover {
  opacity: 0.7;
}
.c-page-home .c-top-pop-banner__contents-image img {
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-page-home .c-top-pop-banner__contents-image img {
    width: 78.125vw;
  }
}
.c-page-home .c-top-pop-banner__contents-image + .c-top-pop-banner__contents-image {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-page-home .c-top-pop-banner__contents-image + .c-top-pop-banner__contents-image {
    margin-left: 0;
    margin-top: 20px;
  }
}
.c-page-home .c-top-pop-banner__image {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-page-home .c-top-pop-banner__image {
    width: 80%;
  }
}
.c-page-home .c-top-pop-banner__image figure img {
  width: 100%;
  height: auto;
}
.c-page-home .c-top-pop-banner__image-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: #ccc;
  cursor: pointer;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .c-page-home .c-top-pop-banner__image-close {
    width: 34px;
    height: 34px;
    top: -12px;
    right: -12px;
  }
}
.c-page-home .c-top-pop-banner__image-close span::before, .c-page-home .c-top-pop-banner__image-close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 8%;
  margin: -4% 0 0 -30%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-page-home .c-top-pop-banner__image-close span::before, .c-page-home .c-top-pop-banner__image-close span::after {
    margin: -2% 0 0 -29%;
  }
}
.c-page-home .c-top-pop-banner__image-close span::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-page-home .c-top-pop-banner__image-close span::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-page-home footer {
  min-width: auto;
}
@-webkit-keyframes loading-animation {
  0% {
    left: -160px;
  }
  33.33% {
    left: 0;
  }
  66.66% {
    left: 0;
  }
  100% {
    left: 160px;
  }
}
@keyframes loading-animation {
  0% {
    left: -160px;
  }
  33.33% {
    left: 0;
  }
  66.66% {
    left: 0;
  }
  100% {
    left: 160px;
  }
}
.c-page-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 80px);
}
@media screen and (max-width: 767px) {
  .c-page-sub {
    min-height: calc(100vh - 65px);
  }
}
.c-page-sub__base {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - 80px);
}
@media screen and (max-width: 767px) {
  .c-page-sub__base {
    min-height: calc(100vh - 65px);
  }
}
.c-page-sub__content {
  margin: 8px auto 170px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content {
    margin: 20px auto 155px;
  }
}
.c-page-sub__content-main {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-main {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-page-sub__content-title {
  margin-bottom: 50px;
}
.c-page-sub__ttl {
  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;
}
.c-page-sub__meta {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .c-page-sub__meta {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-page-sub__date {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
}
.c-page-sub__content-detail {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  padding: 26px 0 80px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__content-detail {
    padding: 26px 0 80px;
  }
}
.c-page-sub__back-btn {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__back-btn {
    margin-top: 20px;
    padding: 0 4vw;
  }
}
.c-page-sub__back-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
}
@media (-ms-high-contrast: none) {
  .c-page-sub__back-btn a {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__back-btn a {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-page-sub__back-btn a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #9a6d23;
  border-bottom: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-sub__back-btn a::before {
    left: 5.86667vw;
  }
}
.c-page-sub__back-btn a::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .c-page-sub__back-btn a:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-page-sub__back-btn a:hover::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__back-btn a {
    width: 100%;
  }
}
.c-page-sub__link-btn {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__link-btn {
    margin-top: 20px;
    padding: 0 4vw;
  }
}
.c-page-sub__link-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0;
}
@media (-ms-high-contrast: none) {
  .c-page-sub__link-btn a {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__link-btn a {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-page-sub__link-btn a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-sub__link-btn a::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-page-sub__link-btn a:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-page-sub__link-btn a:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__link-btn a {
    width: 100%;
  }
}
.c-page-sub__menu h2 {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 1.6em 0 12px;
  color: #000;
}
.c-page-sub__menu h2:first-child {
  margin-top: 0;
}
.c-page-sub__menu-detail {
  margin-bottom: 25px;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media screen and (min-width: 768px) {
  .c-page-sub__menu-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-page-sub__menu-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c-page-sub__menu-detail-info {
    max-width: 520px;
    width: 47%;
  }
}
.c-page-sub__menu-detail-price-list {
  margin-top: 2px;
  font-size: 1.4rem;
  text-align: right;
}
.c-page-sub__menu-detail-price-list p {
  margin: 0;
}
.c-page-sub__menu-detail-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  width: 380px;
  max-width: none;
  margin-top: 20px;
}
@media (-ms-high-contrast: none) {
  .c-page-sub__menu-detail-btn {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-btn {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-page-sub__menu-detail-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-btn::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-page-sub__menu-detail-btn:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-page-sub__menu-detail-btn:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-btn {
    width: 83.73333vw;
    margin-top: 15px;
  }
}
.c-page-sub__menu-detail-txt, .c-page-sub__menu-detail-pict {
  margin-bottom: 30px;
}
.c-page-sub__menu-detail-pict {
  position: relative;
  display: inline-block;
  max-width: 524px;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-pict {
    width: 100%;
    margin-bottom: 0;
  }
}
.c-page-sub__menu-detail-pict img {
  width: 100%;
  max-width: 100%;
}
.c-page-sub__menu-detail-text {
  line-height: 1.55;
  margin-top: 10px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-text {
    padding-bottom: 20px;
  }
}
.c-page-sub__menu-detail-info > *:first-child {
  margin-top: 0;
}
.c-page-sub__menu-detail-info .c-label__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-page-sub__menu-detail-info .c-label__list .c-label {
  margin-bottom: 5px;
}
.c-page-sub__menu-detail-row {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c-page-sub__menu-detail-row {
    display: table;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-page-sub__menu-detail-row > dt,
.c-page-sub__menu-detail-row > dd {
    display: table-cell;
    vertical-align: top;
  }
}
.c-page-sub__menu-detail-row > dt {
  width: 45%;
}
.c-page-sub__menu-detail-row > dt::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-row > dt {
    width: 100%;
  }
}
.c-page-sub__menu-detail-row > dt > .c-label {
  float: left;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-row > dt > .c-label {
    font-size: 1.2rem !important;
  }
}
.c-page-sub__menu-detail-row > dt > .c-label + .c-label {
  margin-left: 3px;
}
.c-page-sub__menu-detail-row-allergy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-row-allergy {
    margin-top: 30px;
  }
}
.c-page-sub__menu-detail-row-allergy > dt {
  width: 133px;
  padding: 3px 0 0 4px;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-row-allergy > dt {
    width: 115px;
    font-size: 1.2rem;
  }
}
.c-page-sub__menu-detail-row-allergy > dd {
  width: calc(100% - 133px);
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-row-allergy > dd {
    width: calc(100% - 115px);
  }
}
.c-page-sub__menu-detail-price {
  text-align: right;
  width: 55%;
  font-size: 1.8rem;
  padding-left: 2%;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-price {
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.c-page-sub__menu-detail-price strong {
  margin-right: 5px;
}
.c-page-sub__menu-detail-price-num {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail-price-num {
    font-size: 2.2rem;
  }
}
.c-page-sub__menu-detail + .c-page-sub__back-btn {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-detail + .c-page-sub__back-btn {
    margin-bottom: 9.33333vw;
  }
}
.c-page-sub__menu-slash {
  list-style-type: none;
}
.c-page-sub__menu-slash-ttl {
  font-weight: bold;
  padding: 4px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-page-sub__menu-slash-row {
  padding: 4px 0;
  border-bottom: 1px solid #eee;
}
.c-page-sub__menu-slash-row:last-child {
  border-bottom: none;
}
.c-page-sub__menu-slash-list li {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
}
.c-page-sub__menu-slash-list li::before {
  content: "／";
  margin: 0 3px;
}
.c-page-sub__menu-slash-list li:first-child::before {
  display: none;
}
.c-page-sub__menu-annotaion ul {
  list-style-type: none;
  margin-left: 0;
}
.c-page-sub__menu-annotaion ul li {
  font-size: 1.2rem;
  margin-top: 2px;
}
.c-page-sub__menu-annotaion ul li:first-child {
  margin-top: 0;
}
.c-page-sub__menu-annotaion ul li::before {
  content: "※";
  top: 0;
  width: auto;
  height: auto;
  background: none;
}
.c-page-sub__menu-annotaion p {
  font-size: 1.2rem;
  margin: 0;
}
.c-page-sub__menu-info {
  margin-top: 30px;
}
.c-page-sub__menu-info h2 {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 50px 0 10px;
  color: #000;
}
.c-page-sub__menu-info h2:first-of-type {
  margin-top: 0;
}
.c-page-sub__menu-info li.c-tab__item {
  width: 200px;
}
.c-page-sub__menu-info-yes {
  color: #8f2029;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
}
.c-page-sub__menu-info-no {
  color: #000;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
}
.c-page-sub__menu-info td.c-page-sub__menu-info-yes, .c-page-sub__menu-info td.c-page-sub__menu-info-no {
  font-size: 1.8rem !important;
}
.c-page-sub__menu-info-caution {
  margin-bottom: 10px;
}
.c-page-sub__menu-info-caution p {
  display: inline-block;
  margin: 0;
}
.c-page-sub__menu-info-caution p + p {
  margin-left: 1.5em;
}
.c-page-sub__menu-info-caution p span[class*=c-page-sub__menu-info] {
  margin-right: 0.25em;
}
.c-page-sub__menu-info table.c-table__normal th,
.c-page-sub__menu-info table.c-table__normal td {
  padding: 10px 18px;
}
@media (-ms-high-contrast: none) {
  .c-page-sub__menu-info table.c-table__normal th,
.c-page-sub__menu-info table.c-table__normal td {
    padding-top: 12px;
    padding-bottom: 8px;
  }
}
.c-page-sub__menu-info-note {
  margin-top: 40px;
  color: #000;
  padding: 30px 35px;
  background-color: #ede9e3;
}
@media screen and (max-width: 767px) {
  .c-page-sub__menu-info-note {
    padding: 10.66667vw 8vw;
    margin: 0 -4vw 0;
  }
}
.c-page-sub__menu-info-note ul {
  padding-left: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-page-sub__menu-info-note ul li {
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  list-style: none;
  text-align: left;
  font-size: 1.2rem;
  margin-left: 0;
  margin-top: 5px;
}
.c-page-sub__menu-info-note ul li:first-child {
  margin-top: 0;
}
.c-page-sub__menu-info-note ul li::before {
  content: "※";
  display: block;
  position: absolute;
  left: -13px;
  top: 0;
  width: auto;
  height: auto;
  background: none;
}
.c-page-sub__menu-info-note[data-menu-note=bg-white] {
  background: none;
  padding: 0;
}
.c-page-sub__menu-info-note[data-menu-note=bg-white] li a {
  color: #000;
}
.c-page-sub__menu-info-note[data-menu-note=bg-white] li a:hover {
  color: #9a6d23;
}
.c-page-sub__menu-info-note[data-menu-note=bg-white-mb20] {
  background: none;
  margin: 0 0 20px;
  padding: 0;
}
.c-page-sub__menu-info-note[data-menu-note=bg-white-mb20] li a {
  color: #000;
}
.c-page-sub__menu-info-note[data-menu-note=bg-white-mb20] li a:hover {
  color: #9a6d23;
}
.c-page-sub__menu-info .c-page-sub__link-btn {
  margin-bottom: 30px;
}
.c-page-sub__menu-info .c-page-sub__link-btn a {
  margin: 0 auto;
}
.c-page-sub[data-view=app] {
  min-height: auto;
  padding-top: 0;
}
.c-page-sub[data-view=app] .c-page-sub__base {
  min-height: auto;
}
.c-page-sub[data-view=app] .c-page-sub__content {
  margin-top: 20px;
  margin-bottom: 0;
}
.c-page-sub__nutrition .js-tab__wrap {
  margin-bottom: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 767px) {
  .c-page-sub__nutrition .js-tab__wrap {
    margin-bottom: 20px;
  }
}
.c-page-sub__nutrition .c-tab__overwrap-secondary + .c-tab__cont {
  margin-bottom: 0;
  border-bottom: none;
}
.c-page-sub__nutrition [data-menu-note=bg-white] {
  margin: 0;
}
.c-page-sub__mobileorder-note {
  margin: 0 auto;
  color: #8f2029;
}
.c-page-sub__mobileorder h2 {
  margin: 30px auto 0;
  padding: 15px 20px;
  font-size: 1.8rem;
  border: #ccc solid 1px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__mobileorder h2 {
    margin: 20px auto 0;
    padding: 7px 10px;
    font-size: 1.9rem;
  }
}
.c-page-sub__mobileorder-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 20px 10px 0 0;
  padding: 0 10px 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-page-sub__mobileorder-list {
    margin: 5px 0 0;
  }
}
.c-page-sub__mobileorder-list li {
  margin: 10px 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .c-page-sub__mobileorder-list li {
    width: calc(50% - 20px);
    margin: 10px 10px 0 10px;
  }
}
.c-page-sub__mobileorder-list li a {
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #9a6d23;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-page-sub__mobileorder-list li a {
    padding-right: 18px;
  }
}
.c-page-sub__mobileorder-list li a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: left 300ms;
  transition: left 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-sub__mobileorder-list li a::after {
    right: 5px;
  }
}
.c-page-sub__mobileorder-list li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  body[data-mode=pc] div.c-page-sub__content-main {
    width: 1118px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body[data-mode=pc] div.c-page-sub__back-btn {
  margin-top: 32px;
  padding: 0;
}
body[data-mode=pc] div.c-page-sub__back-btn a {
  width: 314px;
}
body[data-mode=pc] div.c-page-sub__back-btn a::before {
  left: 20px;
}
body[data-mode=pc] div.c-page-sub__link-btn {
  margin-top: 0;
  padding: 0;
}
body[data-mode=pc] div.c-page-sub__link-btn a {
  width: 314px;
  padding: 14px 35px 13px 35px;
}
body[data-mode=pc] div.c-page-sub__link-btn a::after {
  right: 20px;
}
.c-page-sub-secret {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #efeae4;
}
@media (max-width: 1158px) {
  .c-page-sub-secret {
    min-width: 1118px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret {
    min-width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1180px) {
  .c-page-sub-secret {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret {
    position: relative;
    -webkit-touch-callout: none;
  }
}
.c-page-sub-secret__body {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__body {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__body {
    padding-bottom: 8vw;
  }
}
.c-page-sub-secret__lead {
  padding: 60px 0 0 35px;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__lead {
    padding: 35px 15px 0 15px;
  }
}
.c-page-sub-secret__lead h1 {
  font-size: 2.8rem;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "YuMincho", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  line-height: 1.5;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__lead h1 {
    font-size: 2.3rem;
  }
}
.c-page-sub-secret__lead p {
  font-size: 1.6rem;
}
.c-page-sub-secret__tutorial {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  background: rgba(51, 45, 35, 0.5);
  -webkit-transition: opacity 1000ms;
  transition: opacity 1000ms;
}
@media screen and (min-width: 768px) {
  .c-page-sub-secret__tutorial {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__tutorial[hidden] {
    display: block;
    opacity: 0;
  }
}
.c-page-sub-secret__tutorial-area {
  position: relative;
  width: 70.66667vw;
  margin: 42.66667vw auto 0;
}
.c-page-sub-secret__tutorial-area img {
  width: 25.6vw;
  height: auto;
  margin-top: 9.33333vw;
  margin-left: 34.66667vw;
}
.c-page-sub-secret__tutorial-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: block;
  width: 10.66667vw;
  height: 10.66667vw;
  margin-left: 61.33333vw;
  margin-bottom: 5.33333vw;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}
.c-page-sub-secret__tutorial-btn::before, .c-page-sub-secret__tutorial-btn::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.c-page-sub-secret__tutorial-btn::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
}
.c-page-sub-secret__tutorial-btn::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-page-sub-secret__tutorial-balloon {
  position: relative;
  width: 100%;
  font-size: 4vw;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 4vw 2.66667vw;
  background: #fff;
}
.c-page-sub-secret__tutorial-balloon::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3.06667vw;
  width: 0;
  height: 0;
  margin-left: -2.2vw;
  border-style: solid;
  border-width: 3.33333vw 2.2vw 0 2.2vw;
  border-color: #fff transparent transparent transparent;
}
@media screen and (min-width: 768px) {
  .c-page-sub-secret__karuta {
    width: 1150px;
  }
}
.c-page-sub-secret__karuta ul {
  position: relative;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-page-sub-secret__karuta ul li {
  cursor: pointer;
  width: 350px;
  height: 458px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
@media (-ms-high-contrast: none) {
  .c-page-sub-secret__karuta ul li {
    -webkit-perspective: none;
            perspective: none;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li {
    width: 73.33333vw;
    height: auto;
  }
}
.c-page-sub-secret__karuta ul li > div {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
@media (-ms-high-contrast: none) {
  .c-page-sub-secret__karuta ul li > div {
    -webkit-transform-style: flat;
            transform-style: flat;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li > div {
    width: 73.33333vw;
    height: 95.73333vw;
  }
}
.c-page-sub-secret__karuta ul li > div div {
  position: absolute;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (-ms-high-contrast: none) {
  .c-page-sub-secret__karuta ul li > div div {
    -webkit-backface-visibility: visible;
            backface-visibility: visible;
  }
}
.c-page-sub-secret__karuta ul li > div div:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  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: 350px;
  height: 458px;
  color: #c4b8a0;
  border: 16px solid #c4b8a0;
  background: #fbfaf5 url("/img/bg-karuta.gif") repeat 0 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li > div div:first-child::before {
    width: 73.33333vw;
    height: 95.73333vw;
    border-width: 3.73333vw;
  }
}
@media (-ms-high-contrast: none) {
  .c-page-sub-secret__karuta ul li > div div[data-karuta=obverse] {
    -webkit-animation: obverse-1 500ms forwards;
            animation: obverse-1 500ms forwards;
  }
}
.c-page-sub-secret__karuta ul li > div div[data-karuta=reverse] {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (-ms-high-contrast: none) {
  .c-page-sub-secret__karuta ul li > div div[data-karuta=reverse] {
    -webkit-animation: obverse-2 500ms forwards;
            animation: obverse-2 500ms forwards;
  }
}
.c-page-sub-secret__karuta ul li img {
  width: 350px;
  height: 458px;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 3px 3px 5px 1px rgba(0, 0, 0, 0.1);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 1000ms;
  transition: 1000ms;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li img {
    width: 73.33333vw;
    height: auto;
  }
}
.c-page-sub-secret__karuta ul li[data-name=tsukemono] {
  margin-left: 65px;
  margin-top: 47px;
  -webkit-transform: rotateZ(-15deg);
          transform: rotateZ(-15deg);
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=tsukemono] {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 12.66667vw;
    margin-top: 5.33333vw;
  }
}
.c-page-sub-secret__karuta ul li[data-name=yakitate] {
  margin-left: 21px;
  margin-top: -146px;
  -webkit-transform: rotateZ(-5deg);
          transform: rotateZ(-5deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=yakitate] {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 9.33333vw;
    margin-top: -4vw;
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
}
.c-page-sub-secret__karuta ul li[data-name=teisyoku] {
  margin-left: -8px;
  margin-top: -18px;
  -webkit-transform: rotateZ(5deg);
          transform: rotateZ(5deg);
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=teisyoku] {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 9.33333vw;
    margin-top: 8.8vw;
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
}
.c-page-sub-secret__karuta ul li[data-name=yasai] {
  margin-top: -20px;
  -webkit-transform: rotateZ(-10deg);
          transform: rotateZ(-10deg);
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=yasai] {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    margin-left: 0.26667vw;
    margin-top: 11.46667vw;
  }
}
.c-page-sub-secret__karuta ul li[data-name=tekka] {
  margin-left: 100px;
  margin-top: -80px;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=tekka] {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-left: 9.33333vw;
    margin-top: -2.53333vw;
  }
}
.c-page-sub-secret__karuta ul li[data-name=teppan] {
  margin-left: -5px;
  margin-top: 47px;
  -webkit-transform: rotateZ(-5deg);
          transform: rotateZ(-5deg);
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=teppan] {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    margin-left: 19.73333vw;
    margin-top: -5.06667vw;
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
.c-page-sub-secret__karuta ul li[data-name=roots] {
  margin-left: 252px;
  margin-top: -51px;
  -webkit-transform: rotateZ(5deg);
          transform: rotateZ(5deg);
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=roots] {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
    margin-left: 4.93333vw;
    margin-top: 6vw;
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
}
.c-page-sub-secret__karuta ul li[data-name=gotouchi] {
  margin-left: 108px;
  margin-top: 47px;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=gotouchi] {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
    margin-left: 13.33333vw;
    margin-top: 0.4vw;
  }
}
.c-page-sub-secret__karuta ul li[data-name=nabe] {
  margin-left: 3px;
  margin-top: -187px;
  -webkit-transform: rotateZ(10deg);
          transform: rotateZ(10deg);
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=nabe] {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
    margin-left: 9.33333vw;
    margin-top: 12.53333vw;
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
}
.c-page-sub-secret__karuta ul li[data-name=overseas] {
  margin-left: 97px;
  margin-top: -46px;
  margin-right: 10px;
  -webkit-transform: rotateZ(-8deg);
          transform: rotateZ(-8deg);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__karuta ul li[data-name=overseas] {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
    margin-left: 8.53333vw;
    margin-top: -1.06667vw;
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
.c-page-sub-secret__karuta ul li[data-reverse=true] > div {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
@media (-ms-high-contrast: none) {
  .c-page-sub-secret__karuta ul li[data-reverse=true] > div {
    -webkit-transform: none;
            transform: none;
  }
}
.c-page-sub-secret__karuta ul li[data-reverse=true] > div div[data-karuta=obverse] {
  z-index: 0;
}
@media (-ms-high-contrast: none) {
  .c-page-sub-secret__karuta ul li[data-reverse=true] [data-karuta=obverse] {
    -webkit-animation: reverse-1 500ms forwards;
            animation: reverse-1 500ms forwards;
  }
}
@media (-ms-high-contrast: none) {
  .c-page-sub-secret__karuta ul li[data-reverse=true] div[data-karuta=reverse] {
    -webkit-animation: reverse-2 500ms forwards;
            animation: reverse-2 500ms forwards;
  }
}
.c-page-sub-secret__karuta ul li[data-image=loaded] > div div::before {
  visibility: hidden;
  opacity: 0;
}
.c-page-sub-secret__karuta ul li[data-image=loaded] > div div img {
  visibility: visible;
  opacity: 1;
}
.c-page-sub-secret__note {
  margin-top: 80px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .c-page-sub-secret__note {
    margin-top: 20vw;
  }
}
.c-page-sub-secret__note ul {
  padding-left: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-page-sub-secret__note ul li {
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  list-style: none;
  text-align: left;
  font-size: 1.2rem;
  margin-left: 0;
  margin-top: 5px;
}
.c-page-sub-secret__note ul li:first-child {
  margin-top: 0;
}
.c-page-sub-secret__note ul li::before {
  content: "※";
  display: block;
  position: absolute;
  left: -13px;
  top: 0;
  width: auto;
  height: auto;
  background: none;
}
@-webkit-keyframes reverse-1 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes reverse-1 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes reverse-2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes reverse-2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes obverse-1 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes obverse-1 {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 0;
  }
  51% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
}
@-webkit-keyframes obverse-2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes obverse-2 {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.c-header {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  font-size: 1.6rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-header {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
[data-app-banner=true] .c-header {
  top: 0;
}
@media screen and (max-width: 767px) {
  [data-app-banner=true] .c-header {
    border-top: 1px solid #ccc;
  }
}
[data-app-banner=false] .c-header {
  top: 0;
}
@media screen and (max-width: 767px) {
  [data-app-banner=false] .c-header {
    top: 0 !important;
    border-top: none;
  }
}
@media screen and (min-width: 830px) {
  .c-header {
    height: auto !important;
    padding-top: 17px;
    padding-bottom: 14px;
  }
}
@media screen and (max-width: 829px) {
  .c-header__bg {
    background: #ede9e3;
    position: fixed;
    top: 65px;
    left: 0;
    right: 0;
    height: 100%;
    display: none;
    z-index: 2100;
  }
}
.c-header__body {
  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;
  margin: 0 auto;
}
@media screen and (max-width: 829px) {
  .c-header__body {
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.c-header__site-name {
  margin: 0;
}
@media screen and (max-width: 829px) {
  .c-header__site-name {
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
  }
}
.c-header__site-name > a {
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  color: #9a6d23;
  display: block;
  text-decoration: none;
  width: 108px;
  height: 49px;
}
.c-header__site-name > a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 829px) {
  .c-header__site-name > a {
    width: 100px;
    height: auto;
    line-height: 0;
  }
}
@media (max-width: 340px) {
  .c-header__site-name > a {
    width: 70px;
  }
}
.c-header__links {
  margin-left: auto;
  margin-right: 12px;
}
@media screen and (min-width: 830px) {
  .c-header__links {
    display: none;
  }
}
.c-header__links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}
@media screen and (max-width: 829px) {
  .c-header__links ul li {
    margin-left: 10px;
  }
}
@media (orientation: landscape) and (max-width: 767px) {
  .c-header__links ul li {
    margin-left: 2.13333vh;
  }
}
@media screen and (max-width: 829px) {
  .c-header__links ul li:first-child {
    margin-left: 0;
  }
}
.c-header__links ul li a {
  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: inherit;
      -ms-flex-pack: inherit;
          justify-content: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
.c-header__links ul li a::before {
  content: "";
  display: block;
}
.c-header__links ul li a span {
  color: #000;
  line-height: 1;
}
.c-header__links ul li[data-category=menu] a::before {
  width: 26px;
  height: 22px;
  background: url("/img/icon-chopsticks.svg") no-repeat center top;
  background-size: 26px 22px;
  margin: 2px 0 3px;
}
.c-header__links ul li[data-category=menu] a span {
  margin-top: 2px;
}
.c-header__links ul li[data-category=search] a::before {
  width: 19px;
  height: 27px;
  background: url("/img/icon-pin.svg") no-repeat center top;
  background-size: cover;
}
.c-header__links ul li[data-category=search] a span {
  margin-top: 2px;
}
.c-header__links ul li[data-category=delivery] a::before {
  width: 23px;
  height: 19px;
  background: url("/img/icon-bike.svg") no-repeat center top;
  background-size: cover;
  top: 4px;
  position: relative;
  margin: 2px 0 6px;
}
.c-header__links ul li[data-category=delivery] a span {
  margin-top: 2px;
}
.c-header__links ul li[data-category=mobileorder] a::before {
  width: 17.5px;
  height: 27px;
  background: url("/img/icon-mobileorder.svg") no-repeat center top;
  background-size: cover;
  top: 0;
  position: relative;
}
.c-header__links ul li[data-category=mobileorder] a span {
  margin-top: 2px;
}
.c-header__links ul li[data-category=ouchiteishoku] a::before {
  width: 21.5px;
  height: 21.5px;
  background: url("/img/icon-teishoku.svg") no-repeat center top;
  background-size: cover;
  top: 4px;
  position: relative;
}
.c-header__fukidashi {
  position: absolute;
  right: 0;
  bottom: -60px;
}
.c-header__fukidashi a {
  max-width: 220px !important;
  min-width: auto !important;
  width: 100% !important;
  margin: auto;
  display: block !important;
  color: #fff;
  background: #8f2029;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding: 10px 35px 10px 18px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}
.c-header__fukidashi a::before {
  width: 0 !important;
  height: 0 !important;
  position: absolute !important;
  border-style: solid;
  background: transparent !important;
  border-width: 0 9px 14px 9px;
  border-color: transparent transparent #8f2029 transparent;
  top: -14px !important;
  left: 0;
  right: -35%;
  margin: auto;
  display: block;
  content: "";
}
.c-header__fukidashi a::after {
  width: 19px;
  height: 19px;
  background: url("/img/icon-wari-arrow.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  display: inline-block;
  content: "";
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-header__btn-global {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  right: 0;
  top: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 25px;
  height: 18px;
  border: none;
  text-align: center;
  background: none;
  /* グロナビオープン */
}
@media screen and (min-width: 830px) {
  .c-header__btn-global {
    display: none;
  }
}
.c-header__btn-global > span {
  position: relative;
  display: block;
}
.c-header__btn-global [data-btn-obj=icon] {
  width: 25px;
  height: 2px;
  background: #000;
  outline: none;
}
.c-header__btn-global [data-btn-obj=icon]::before, .c-header__btn-global [data-btn-obj=icon]::after {
  position: absolute;
  display: block;
  content: "";
  width: 25px;
  height: 2px;
  background: #000;
  margin: 0 auto;
  -webkit-transition: ease 300ms;
  transition: ease 300ms;
}
.c-header__btn-global [data-btn-obj=icon]::before {
  top: -8px;
}
.c-header__btn-global [data-btn-obj=icon]::after {
  bottom: -8px;
}
.c-header__btn-global[data-open=true] {
  z-index: 1500;
}
.c-header__btn-global[data-open=true] [data-btn-obj=icon] {
  background: none;
}
.c-header__btn-global[data-open=true] [data-btn-obj=icon]::before, .c-header__btn-global[data-open=true] [data-btn-obj=icon]::after {
  left: 0;
}
.c-header__btn-global[data-open=true] [data-btn-obj=icon]::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 100;
}
.c-header__btn-global[data-open=true] [data-btn-obj=icon]::after {
  top: 0;
  bottom: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 829px) {
  body[data-mode=pc] .c-header {
    width: 1118px;
    padding: 17px 20px 14px;
  }
}
body[data-mode=pc] .c-header__body {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
  padding-bottom: 0;
}
body[data-mode=pc] .c-header__btn-global {
  display: none;
}
body[data-mode=pc] .c-header__site-name {
  position: static;
  margin-left: 0;
}
body[data-mode=pc] .c-header__links {
  display: none;
}
.c-footer {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  background-color: #e9e4dc;
  color: #000;
  padding-top: 85px;
  padding-bottom: 90px;
  margin-top: auto !important;
}
@media (max-width: 1158px) {
  .c-footer {
    min-width: 1118px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-footer {
    min-width: auto;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-footer {
    margin-top: auto !important;
    padding-top: 34px;
    padding-bottom: 25px;
  }
}
.c-footer__body {
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1117px) {
  .c-footer__body {
    width: 100%;
  }
}
.c-footer__nav-sitemap {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-footer__nav-sitemap {
    margin-bottom: 10.66667vw;
  }
}
.c-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-footer__links {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.c-footer__links ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0;
}
.c-footer__links li {
  display: block;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .c-footer__links li {
    margin-left: 3.73333vw;
  }
}
.c-footer__links li:first-child {
  margin-left: 0;
}
.c-footer__links li img {
  width: 100%;
  height: auto;
}
.c-footer__links li[data-category=hottomotto] {
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .c-footer__links li[data-category=hottomotto] {
    padding-bottom: 13px;
  }
}
.c-footer__links li[data-category=hottomotto] a {
  width: 129px;
  height: 16px;
}
.c-footer__links li[data-category=mk] a {
  width: 53px;
  height: 33px;
}
.c-footer__links a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.c-footer__logo {
  width: 95px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-footer__logo {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 7.46667vw;
  }
}
.c-footer__logo a {
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.c-footer__logo a:hover {
  opacity: 0.7;
}
.c-footer__logo img {
  width: 100%;
  height: auto;
}
.c-footer__copyright {
  display: block;
  text-align: left;
  color: #777;
}
@media screen and (max-width: 767px) {
  .c-footer__copyright {
    font-size: 1rem;
    text-align: center;
    margin-top: 2.13333vw;
  }
}
.c-nav-global {
  position: relative;
  width: calc(100% - 108px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 829px) {
  .c-nav-global {
    position: fixed;
    left: 0;
    top: 65px;
    z-index: 2200;
    width: 100%;
    height: 100%;
    display: none;
    overflow-y: scroll;
    padding: 0 4vw 50px;
  }
}
@media screen and (max-width: 575px) {
  .c-nav-global {
    overflow-y: scroll;
  }
}
.c-nav-global__body {
  width: 100%;
}
@media screen and (max-width: 829px) {
  .c-nav-global__body {
    padding: 4vw 6vw 6vw 6vw;
  }
}
.c-nav-global__list {
  list-style-type: none;
}
@media screen and (min-width: 830px) {
  .c-nav-global__list {
    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;
    padding-right: 55px;
  }
}
@media screen and (max-width: 829px) {
  .c-nav-global__menu {
    width: 100%;
  }
}
@media screen and (min-width: 830px) {
  .c-nav-global__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0;
    padding: 0;
  }
}
.c-nav-global__item {
  display: block;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-nav-global__item {
    margin: 0 8px;
  }
}
@media screen and (max-width: 979px) {
  .c-nav-global__item {
    margin: 0 0.5102vw;
  }
}
@media screen and (max-width: 829px) {
  .c-nav-global__item {
    border-bottom: 1px solid #c1b4a2;
  }
}
.c-nav-global__item:first-child {
  margin-left: 0;
}
.c-nav-global__item:first-child > a > span {
  border: none;
}
.c-nav-global__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 829px) {
  .c-nav-global__item:last-child > a {
    border: none;
  }
}
.c-nav-global__item > a {
  position: relative;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (max-width: 979px) {
  .c-nav-global__item > a {
    font-size: 1.53061vw;
  }
}
@media screen and (max-width: 829px) {
  .c-nav-global__item > a {
    padding: 5.33333vw 3.73333vw;
    font-size: 1.5rem;
  }
}
.c-nav-global__item > a::after {
  content: "";
  position: absolute;
  left: -2px;
  bottom: -7px;
  display: block;
  width: calc(100% + 4px);
  height: 3px;
  background: #9a6d23;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (min-width: 830px) {
  .c-nav-global__item > a:hover::after {
    opacity: 1;
  }
}
.c-nav-global__sub-nav {
  position: absolute;
  left: 0;
  width: 100%;
  background: #8f2029;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav {
    position: static;
  }
}
.c-nav-global__sub-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav > ul {
    display: block;
    padding: 0;
  }
}
.c-nav-global__sub-nav > ul > li {
  list-style: none;
}
@media screen and (max-width: 829px) {
  .c-nav-global__sub-nav > ul > li {
    border-bottom: 1px solid #ccc;
  }
}
.c-nav-global__sub-nav > ul > li > a {
  color: #fff;
  text-decoration: none;
  padding: 15px;
  width: 100%;
  display: block;
}
@media screen and (max-width: 991px) {
  .c-nav-global__sub-nav > ul > li > a {
    text-align: center;
    padding: 10px 4%;
  }
}
.c-nav-global__sub-nav > ul > li > a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 830px) {
  .c-nav-global__language {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.c-nav-global__language ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .c-nav-global__language ul {
    margin: 0 auto 20px;
  }
}
.c-nav-global__language ul > li {
  display: block;
  line-height: 1;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
}
@media screen and (max-width: 829px) {
  .c-nav-global__language ul > li {
    margin-right: 4vw;
    border-bottom: 1px solid #c1b4a2;
  }
}
@media screen and (max-width: 829px) {
  .c-nav-global__language ul > li:last-child {
    margin-right: 0;
  }
}
.c-nav-global__language ul > li > a {
  display: block;
  text-decoration: none;
  padding: 0 9px;
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (max-width: 979px) {
  .c-nav-global__language ul > li > a {
    font-size: 1.53061vw;
  }
}
@media screen and (max-width: 829px) {
  .c-nav-global__language ul > li > a {
    padding: 5.33333vw 3.73333vw;
    font-size: 1.5rem;
  }
}
.c-nav-global__language ul > li > a:hover {
  color: #9a6d23;
}
@media screen and (min-width: 830px) {
  .c-nav-global__language ul li + li {
    border-left: 1px solid #000;
  }
}
@media screen and (min-width: 830px) {
  .c-nav-global__sns {
    display: none;
  }
}
@media screen and (max-width: 829px) {
  .c-nav-global__sns {
    margin-top: 10.66667vw;
  }
}
.c-nav-global__sns p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}
.c-nav-global__sns ul li {
  display: inline-block;
}
.c-nav-global__sns ul li a {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 16vw;
  height: 16vw;
}
.c-nav-global__sns ul li[data-category=facebook] a {
  background: url("/img/icon-facebook.png") no-repeat center center;
  background-size: 3.6vw auto;
}
.c-nav-global__sns ul li[data-category=twitter] a {
  background: url("/img/icon-twitter.png") no-repeat center center;
  background-size: 7.06667vw auto;
}
.c-nav-global__fukidashi {
  position: absolute;
  left: -150%;
  bottom: -80px;
}
.c-nav-global__fukidashi a {
  min-width: 255px;
  width: 100%;
  margin: auto;
  display: block;
  color: #fff;
  background: #8f2029;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  padding: 10px 15px 10px 18px;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.3);
  position: relative;
}
.c-nav-global__fukidashi a::before {
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 0 9px 14px 9px;
  border-color: transparent transparent #8f2029 transparent;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  content: "";
}
.c-nav-global__fukidashi a::after {
  width: 19px;
  height: 19px;
  background: url("/img/icon-wari-arrow.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  display: inline-block;
  content: "";
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
body[data-mode=pc] .c-nav-global {
  position: relative;
  left: auto;
  top: auto;
  width: calc(100% - 108px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body[data-mode=pc] .c-nav-global__body {
  padding: 0;
}
body[data-mode=pc] .c-nav-global__list {
  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;
  padding-right: 108px;
}
body[data-mode=pc] .c-nav-global__menu {
  width: auto;
}
body[data-mode=pc] .c-nav-global__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 0;
}
body[data-mode=pc] .c-nav-global__item {
  border: none;
  margin: 0 15px;
}
body[data-mode=pc] .c-nav-global__item > a {
  padding: 0;
}
body[data-mode=pc] .c-nav-global__language {
  position: absolute;
  right: 0;
  top: 5px;
}
body[data-mode=pc] .c-nav-global__language ul > li {
  margin-right: 0;
  border: none;
}
body[data-mode=pc] .c-nav-global__language ul > li > a {
  padding: 0 9px;
}
body[data-mode=pc] .c-nav-global__language ul li + li {
  border-left: 1px solid #000;
}
body[data-mode=pc] .c-nav-global__sns {
  display: none;
}
.c-nav-sitemap__body ul {
  list-style-type: none;
}
.c-nav-sitemap__body ul li {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__body ul li {
    font-size: 1.2rem;
    margin-right: 5.06667vw;
    margin-bottom: 10px;
  }
}
.c-nav-sitemap__body ul li a {
  color: #000;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__body ul li a {
    color: #707070;
  }
}
.c-nav-sitemap__body ul li a[target=_blank]::after {
  content: "";
  width: 13px;
  height: 10px;
  display: inline-block;
  margin-left: 8px;
  background: url("/img/icon-external.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 13px 10px;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (max-width: 767px) {
  .c-nav-sitemap__body ul li a[target=_blank]::after {
    background-image: url("/img/icon-external-gray.svg");
  }
}
.c-nav-sitemap__body ul li a:hover {
  color: #9a6d23;
}
.c-nav-sitemap__body ul + ul {
  margin-top: 15px;
}
.c-nav-breadcrumb {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4rem;
  max-width: 1200px;
  margin: 0 auto 17px;
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-nav-breadcrumb {
    display: none;
  }
}
.c-nav-breadcrumb ol {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.c-nav-breadcrumb ol > li {
  position: relative;
  list-style: none;
  margin-right: 30px;
  margin-bottom: 8px;
}
.c-nav-breadcrumb ol > li ::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: left 300ms;
  transition: left 300ms;
}
.c-nav-breadcrumb ol > li:last-child {
  margin-right: 0;
}
.c-nav-breadcrumb ol > li:last-child ::after {
  display: none;
}
.c-nav-breadcrumb a {
  color: #000;
  display: inline-block;
  text-decoration: underline;
}
.c-nav-breadcrumb a:hover {
  color: #9a6d23;
}
.c-nav-breadcrumb__item[data-breadcrumb=current] a {
  pointer-events: none;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body[data-mode=pc] .c-nav-breadcrumb {
    display: block;
    width: 1118px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-media-list {
  list-style-type: none;
  margin-bottom: 40px;
}
.c-media-list > li {
  padding: 17px 10px 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-media-list > li {
    font-size: 1.3rem;
    padding: 17px 1.06667vw 15px;
  }
}
.c-media-list > li[data-new=true] .c-media-list__meta::after {
  content: "NEW";
  color: #9a6d23;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  font-size: 1.2rem;
  font-weight: bold;
  vertical-align: 1px;
  margin-left: 10px;
}
.c-media-list > li > a {
  display: block;
  color: #000;
  text-decoration: none;
}
.c-media-list > li > a > .c-media-list__title {
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-media-list > li > a:hover > .c-media-list__title {
  color: #754901;
}
@media screen and (max-width: 767px) {
  .c-media-list > li:first-child > a {
    padding-top: 0;
  }
}
.c-media-list__meta {
  position: relative;
  display: inline-block;
  margin-bottom: 6px;
}
.c-media-list__time {
  display: inline-block;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 6px;
}
@media screen and (max-width: 767px) {
  .c-media-list__time {
    font-size: 1.3rem;
  }
}
.c-media-list__news-important {
  list-style-type: none;
}
.c-media-list__news-important > li {
  padding: 17px 10px 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-media-list__news-important > li {
    font-size: 1.3rem;
    padding: 17px 1.06667vw 15px;
  }
}
.c-media-list__news-important > li .c-category {
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .c-media-list__news-important > li .c-category {
    padding: 0;
  }
}
.c-media-list__news-important a {
  color: #000;
  text-decoration: none;
}
.c-media-list__news-important a:hover {
  color: #754901;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media (-ms-high-contrast: none) {
  .c-media-list__time {
    margin-top: 2px;
  }
}
.c-category {
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: 0;
}
@media (-ms-high-contrast: none) {
  .c-category {
    margin-top: -2px;
  }
}
.c-category ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-category li span {
  display: inline-block;
  min-width: 60px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 3px 6px;
  background: #9a6d23;
}
@media (-ms-high-contrast: none) {
  .c-category li span {
    padding-top: 6px;
    padding-bottom: 1px;
  }
}
.c-category li[data-category=food-stand-info] span {
  background: #1f6634;
}
.c-category li[data-category=other] span {
  background: #777;
}
.c-category li + li {
  margin-left: 3px;
}
.c-title-page {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .c-title-page {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-title-page h1 {
  text-align: left;
  color: #000;
  font-size: 2.2rem;
  margin: 0 0 17px;
  padding-bottom: 11px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-title-page h1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  body[data-mode=pc] .c-title-page {
    width: 1118px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
body[data-mode=pc] .c-title-page h1 {
  font-size: 2.2rem;
}
/* home sp */
.c-app {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-app {
    display: none !important;
    /* stylelint-disable-line declaration-no-important */
  }
}
@media screen and (max-width: 767px) {
  .c-app {
    position: relative;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 20.26667vw;
    text-align: center;
    border-top: 1px solid #ccc;
    -webkit-transition: opacity 1000ms;
    transition: opacity 1000ms;
    z-index: 98;
  }
}
@media screen and (max-width: 767px) {
  .c-app a {
    display: block;
    border-top: 1px solid #ccc;
    line-height: 1;
    font-size: 0;
    /* stylelint-disable-line declaration-property-value-whitelist */
  }
}
@media screen and (max-width: 767px) {
  .c-app__close {
    width: 10%;
    height: auto;
    padding: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    line-height: 0;
    z-index: 99;
    cursor: pointer;
  }
}
.c-hero {
  position: relative;
  overflow: hidden;
  height: 44.79167vw;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-hero {
    height: 133.33333vw;
  }
}
.c-hero__body {
  width: 100%;
  height: 100%;
}
.c-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 60px;
  color: #9a6d23;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  letter-spacing: 0.1em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .c-hero__scroll {
    height: 13.33333vw;
  }
}
.c-hero__scroll p {
  position: relative;
  display: block;
  height: 100%;
  font-size: 1.2rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-hero__scroll p {
    font-size: 2.93333vw;
  }
}
.c-hero__scroll p::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  top: 32px;
  content: "";
  display: block;
  width: 1px;
  background: #9a6d23;
  -webkit-animation: scroll-animation 2000ms ease-in-out 0ms infinite normal;
          animation: scroll-animation 2000ms ease-in-out 0ms infinite normal;
}
@media screen and (max-width: 767px) {
  .c-hero__scroll p::after {
    top: 8.53333vw;
    -webkit-animation: scroll-animation-sp 2000ms ease-in-out 0ms infinite normal;
            animation: scroll-animation-sp 2000ms ease-in-out 0ms infinite normal;
  }
}
.c-hero[data-direction=landscape] div.c-hero__slide-portrait {
  display: none;
}
.c-hero[data-direction=portrait] div.c-hero__slide-landscape {
  display: none;
}
.c-hero[data-direction=portrait] ul.slick-dots {
  left: 6.66667vw;
  bottom: 6.66667vw;
  width: auto;
}
.c-hero[data-direction=portrait] ul.slick-dots li {
  margin: 0 3px;
}
.c-hero[data-direction=portrait] ul.slick-dots li:first-child {
  margin-left: 0;
}
.c-hero[data-direction=portrait] ul.slick-dots li button {
  background: #fff;
  opacity: 0.8;
}
.c-hero__slide-landscape, .c-hero__slide-portrait {
  width: 100%;
  height: 100%;
}
.c-hero__slide-landscape .slick-list, .c-hero__slide-portrait .slick-list {
  width: 100%;
  height: 100%;
}
.c-hero__slide-landscape .slick-list .slick-track, .c-hero__slide-portrait .slick-list .slick-track {
  width: 100%;
  height: 100%;
}
.c-hero__slide-landscape .slick-dots, .c-hero__slide-portrait .slick-dots {
  bottom: 40px;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .c-hero__slide-landscape .slick-dots, .c-hero__slide-portrait .slick-dots {
    left: 50px;
    display: inline-block;
    width: auto;
  }
}
.c-hero__slide-landscape .slick-dots li, .c-hero__slide-portrait .slick-dots li {
  width: 10px;
  height: 10px;
}
.c-hero__slide-landscape .slick-dots li button, .c-hero__slide-portrait .slick-dots li button {
  width: 10px;
  height: 10px;
  -webkit-box-shadow: 0 0 10px 3px rgba(91, 71, 19, 0.25);
          box-shadow: 0 0 10px 3px rgba(91, 71, 19, 0.25);
  background: #ccbea7;
  opacity: 0.6;
}
.c-hero__slide-landscape .slick-dots li button::before, .c-hero__slide-portrait .slick-dots li button::before {
  content: none;
}
.c-hero__slide-landscape .slick-dots li.slick-active button, .c-hero__slide-portrait .slick-dots li.slick-active button {
  background: #9a6d23 !important;
  opacity: 1;
}
.c-hero__slide-item {
  width: 100%;
  height: 100%;
}
.c-hero__slide-item a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-hero__slide-item > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@-webkit-keyframes scroll-animation {
  0% {
    height: 0;
  }
  100% {
    height: 58px;
    @media screen and (max-width: 767px) {
      height: 8.8vw;
    }
  }
}
@keyframes scroll-animation {
  0% {
    height: 0;
  }
  100% {
    height: 58px;
    @media screen and (max-width: 767px) {
      height: 8.8vw;
    }
  }
}
@-webkit-keyframes scroll-animation-sp {
  0% {
    height: 0;
  }
  100% {
    height: 8.8vw;
  }
}
@keyframes scroll-animation-sp {
  0% {
    height: 0;
  }
  100% {
    height: 8.8vw;
  }
}
.c-pagination {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  line-height: 1.6;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 50px 0;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pagination {
    margin: 30px 0 40px;
  }
}
.c-pagination a {
  background: none;
  color: currentColor;
  text-decoration: none;
  font-size: 0.88889em;
}
.c-pagination__prev, .c-pagination__next {
  position: relative;
}
.c-pagination__prev a, .c-pagination__next a {
  display: block;
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  font-size: 1.5rem;
}
@media (-ms-high-contrast: none) {
  .c-pagination__prev a, .c-pagination__next a {
    padding-top: 5px;
  }
}
.c-pagination__prev a[data-disabled=true], .c-pagination__next a[data-disabled=true] {
  opacity: 0.3;
  pointer-events: none;
}
.c-pagination__prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-pagination__prev a {
  padding-right: 0;
}
.c-pagination__prev a::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  margin-top: -4px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #777;
  border-bottom: 2px solid #777;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-pagination__prev a:hover {
  color: #754901;
}
.c-pagination__next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.c-pagination__next a {
  padding-left: 0;
}
.c-pagination__next a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #777;
  border-top: 2px solid #777;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-pagination__next a:hover {
  color: #754901;
}
.c-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  list-style: none;
  margin: 0 23px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 0;
}
.c-pagination__number {
  display: block;
  list-style: none;
  margin: 0 7px;
}
.c-pagination__number:hover {
  color: #fff;
  border-color: #9a6d23;
  background: #9a6d23;
}
.c-pagination__number a {
  display: block;
  padding: 2px 10px;
  text-align: center;
  border: 1px solid #ccc;
}
@media (-ms-high-contrast: none) {
  .c-pagination__number a {
    padding-top: 4px;
    padding-bottom: 0;
  }
}
.c-pagination__number a:hover {
  color: #fff;
  border-color: #9a6d23;
  background: #9a6d23;
}
.c-pagination__number a::after {
  display: none;
}
.c-pagination__number a[aria-current] {
  color: #fff;
  border-color: #9a6d23;
  background: #9a6d23;
}
.c-label {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 3px;
  padding: 6px 10px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}
@media (-ms-high-contrast: none) {
  .c-label {
    padding-top: 8px;
    padding-bottom: 4px;
  }
}
@media screen and (max-width: 767px) {
  .c-label {
    font-size: 2.66667vw;
    padding: 1.6vw 1.86667vw;
  }
}
.c-label__new {
  background-color: #8f2029;
}
.c-label__end {
  background-color: #777;
}
.c-label__allergy {
  color: #000;
  padding: 8px;
  background-color: #e2d6ae;
}
@media screen and (max-width: 767px) {
  .c-label__allergy {
    font-size: 1.2rem;
  }
}
@media (-ms-high-contrast: none) {
  .c-label__allergy {
    padding-top: 10px;
    padding-bottom: 6px;
  }
}
.c-tab {
  /* stylelint-disable */
  /* stylelint-enable */
  /* stylelint-disable */
  /* stylelint-enable */
}
.c-tab__overwrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-tab__overwrap {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.c-tab__overwrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #777;
}
.c-tab__overwrap-secondary {
  margin-left: 0;
  margin-right: 0;
}
.c-tab__list, .c-tab__list-secondary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 0 15px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .c-tab__list, .c-tab__list-secondary {
    margin-bottom: 8.53333vw;
    padding: 0 10px;
  }
}
.c-tab__list--alC, .c-tab__list-secondary--alC {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-tab__list--col5, .c-tab__list-secondary--col5 {
  width: 100%;
}
.c-tab__list--col5 .c-tab__item, .c-tab__list-secondary--col5 .c-tab__item {
  width: calc(20% - 8px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-tab__list--col5 .c-tab__item, .c-tab__list-secondary--col5 .c-tab__item {
    width: calc(20% - 0.44em);
  }
}
.c-tab__list--col4 .c-tab__item, .c-tab__list-secondary--col4 .c-tab__item {
  max-width: 200px;
  width: 24%;
}
@media screen and (max-width: 767px) {
  .c-tab__list--col4 .c-tab__item, .c-tab__list-secondary--col4 .c-tab__item {
    width: 21.33333vw;
  }
}
.c-tab__list--col4 .c-tab__item:first-child, .c-tab__list-secondary--col4 .c-tab__item:first-child {
  margin-left: 0;
}
.c-tab__list--col3 .c-tab__item, .c-tab__list-secondary--col3 .c-tab__item {
  max-width: 100px;
  width: 32.5%;
  margin-left: 4px;
}
.c-tab__list--col3 .c-tab__item:first-child, .c-tab__list-secondary--col3 .c-tab__item:first-child {
  margin-left: 0;
}
.c-tab__list--col2 .c-tab__item, .c-tab__list-secondary--col2 .c-tab__item {
  max-width: 300px;
  width: 49.3%;
}
.c-tab__list--col2 .c-tab__item span, .c-tab__list-secondary--col2 .c-tab__item span {
  min-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-tab__list-secondary--col4 {
    width: 100%;
  }
}
.c-tab__list-secondary--col4 .c-tab__item {
  width: auto;
}
@media screen and (max-width: 767px) {
  .c-tab__list-secondary--col4 .c-tab__item {
    min-width: auto !important;
    width: 25%;
  }
}
.c-tab__item {
  min-width: 120px;
  margin-left: 10px;
  padding: 5px 5px 0;
  font-weight: bold;
  border: 1px solid #ccc;
  border-bottom: 0;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: border-color 300ms ease-in;
  transition: border-color 300ms ease-in;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media screen and (max-width: 767px) {
  .c-tab__item {
    font-size: 2.93333vw;
    min-width: auto;
    margin-left: 1.6vw;
    padding: 0.8vw 0.8vw 0;
  }
}
.c-tab__item:first-child {
  margin-left: 0;
}
.c-tab__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 8px 5px;
  text-align: center;
  vertical-align: middle;
  border-radius: 4px 4px 0 0;
  -webkit-transition: background-color 300ms ease-in;
  transition: background-color 300ms ease-in;
}
@media (-ms-high-contrast: none) {
  .c-tab__item span {
    padding-top: 10px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-tab__item span {
    line-height: 4vw;
    padding-left: 2px;
    padding-right: 2px;
  }
}
.c-tab__item.is_active, .c-tab__item.is_active:hover {
  border-color: #777;
  z-index: 1;
}
.c-tab__item.is_active span, .c-tab__item.is_active:hover span {
  background-color: #f1f1f1;
}
@media screen and (max-width: 768) {
  .c-tab__item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
  }
}
.c-tab__overwrap-secondary + .c-tab__cont {
  padding-bottom: 20px;
  border-bottom: 1px solid #777;
}
.c-tab__list .c-tab__item.is_active span, .c-tab__list .c-tab__item:hover span {
  background-color: #e2d6ae;
}
.c-tab__list-secondary {
  margin-bottom: 16px;
  /* stylelint-disable */
  /* stylelint-enable */
}
@media screen and (max-width: 767px) {
  .c-tab__list-secondary {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 3.47826vw;
    padding: 0;
  }
}
.c-tab__list-secondary::after {
  height: 1px;
}
.c-tab__list-secondary + * {
  margin-top: 0;
}
.c-tab__list-secondary .c-tab__item {
  font-size: 1.4rem;
  border-width: 1px;
  margin-left: 4px;
  padding: 4px 4px 0;
}
@media screen and (max-width: 767px) {
  .c-tab__list-secondary .c-tab__item {
    min-width: 13.33333vw;
    font-size: 1.2rem;
    margin-left: 0.86957vw;
  }
}
.c-tab__list-secondary .c-tab__item:first-child {
  margin-left: 0;
}
.c-tab__list-secondary .c-tab__item.is_active span, .c-tab__list-secondary .c-tab__item:hover span {
  background-color: #e2d6ae;
}
.c-tab__list-secondary + .c-tab__cont {
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}
.c-tab__cont-item {
  display: none;
  margin-bottom: 60px;
}
.c-tab__cont-item.is_show {
  display: block;
}
.c-tab__cont-inr + .c-tab__cont-inr {
  margin-top: 50px;
}
.c-tab__overwrap-secondary + .c-tab__cont {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-tab__overwrap-secondary + .c-tab__cont {
    margin-bottom: 20px;
  }
}
.c-tab__overwrap-secondary + .c-tab__cont .c-tab__cont-item {
  margin-bottom: 0;
}
body[data-mode=pc] .c-tab__overwrap {
  margin-left: 0;
  margin-right: 0;
}
body[data-mode=pc] .c-tab__list, body[data-mode=pc] .c-tab__list-secondary {
  margin-bottom: 10px;
}
body[data-mode=pc] .c-tab__item {
  font-size: 1.2rem;
  min-width: 120px;
  margin-left: 10px;
  padding: 5px 5px 0;
}
body[data-mode=pc] .c-tab__item span {
  line-height: 1.7;
}
.c-table__item {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  line-height: 1.55;
  border: 1px solid #ccc;
}
.c-table__item + .c-table__item {
  border-left: 0;
}
.c-table__head {
  display: table;
  width: 100%;
  padding: 8px 10px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-table__head {
    border-bottom: none;
    font-weight: normal;
  }
}
.c-table__head.c-verti2em {
  min-height: 4em;
}
.c-table__head.c-verti2em::after {
  content: "";
  display: block;
  min-height: 4em;
  height: 100%;
}
.c-table__head-inr {
  display: table-cell;
  vertical-align: middle;
}
.c-table__body {
  padding: 15px 10px;
}
.c-table__type01 {
  display: table;
  width: 100%;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-table__type01 > .c-table__item {
    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;
    padding: 7px 4.05797vw;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .c-table__type01 > .c-table__item:nth-child(odd) {
    background-color: #f1f1f1;
  }
}
@media screen and (max-width: 767px) {
  .c-table__type01 > .c-table__item > .c-table__head {
    display: block;
    width: 50%;
    height: 100%;
    text-align: left;
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 767px) {
  .c-table__type01 > .c-table__item > .c-table__body {
    width: 50%;
    height: 100%;
    text-align: right;
    padding: 0;
  }
}
.c-table__normal {
  border: 1px solid #ccc;
}
.c-table__normal tr {
  border-bottom: 1px solid #ccc;
}
.c-table__normal th,
.c-table__normal td {
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ccc;
}
.c-table__normal th {
  font-size: 1.6rem;
}
.c-table__normal.c-table__fixed {
  width: 100%;
  table-layout: fixed;
}
.c-table__normal > .c-table__head {
  display: table-header-group;
}
.c-table__normal > .c-table__head th {
  font-size: 1.4rem;
  background-color: #f1f1f1;
}
.c-table__normal > .c-table__body th {
  font-size: 1.5rem;
  text-align: left;
}
.c-table__normal > .c-table__body td {
  font-size: 1.4rem;
}
.c-table-col2 {
  width: 50%;
}
.c-table-col3 {
  width: 33.33333%;
}
.c-table-col4 {
  width: 25%;
}
.c-table-col5 {
  width: 20%;
}
.c-table-col6 {
  width: 16.66667%;
}
.c-table-col7 {
  width: 14.28571%;
}
.c-table-col8 {
  width: 12.5%;
}
.c-table-col9 {
  width: 11.11111%;
}
.c-table-unit {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-table-unit {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .c-table-col2, .c-table-col3, .c-table-col4, .c-table-col5, .c-table-col6, .c-table-col7, .c-table-col8, .c-table-col9 {
    width: 100%;
  }
}
/* アコーディオン */
.c-acd__btn {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-acd__btn {
    margin-bottom: 15px;
  }
}
.c-acd__btn-inr {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.2rem !important;
  margin: 0 !important;
  padding: 5px 34px 5px 13px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
@media (-ms-high-contrast: none) {
  .c-acd__btn-inr {
    padding-top: 9px;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .c-acd__btn-inr {
    /* stylelint-disable */
    font-size: 14px !important;
    /* stylelint-enable */
    border: none;
  }
}
.c-acd__btn-inr::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 12px;
  background: #8f2029;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-acd__btn-inr::after {
    right: 0;
    top: 1px;
  }
}
.c-acd__btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 18px;
  background: #fff;
  width: 9px;
  height: 1px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .c-acd__btn::before {
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-acd__btn::before {
    right: 5px;
    top: 10px;
  }
}
.c-acd__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 22px;
  background: #fff;
  width: 1px;
  height: 9px;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .c-acd__btn::after {
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-acd__btn::after {
    right: 9px;
    top: 6px;
  }
}
.c-acd__btn.is_open::after {
  opacity: 0;
}
.c-acd__cont {
  position: relative;
  display: none;
  margin-top: 0;
  border: 1px solid #ccc;
  border-top: 0;
  padding: 25px 25px 40px;
  border-radius: 4px;
}
.c-acd__wrap {
  margin-top: 30px;
}
.c-acd__wrap-size-large > .c-acd__cont {
  width: 100%;
  margin-top: 30px;
  padding: 25px;
  border-top: 1px solid #cecece;
}
@media screen and (max-width: 767px) {
  .c-acd__wrap-size-large > .c-acd__cont {
    margin-top: 0;
    padding: 4vw;
    border-radius: 3px;
  }
}
.c-form__list {
  list-style-type: none;
  margin: 37px auto 50px;
}
@media screen and (max-width: 767px) {
  .c-form__list {
    margin: 8vw -4vw 0;
    padding: 5.33333vw;
  }
}
.c-form__row {
  font-size: 1.4rem;
  margin-bottom: 20px;
  padding: 0 0 18px;
  border-bottom: 1px solid #777;
}
@media screen and (max-width: 767px) {
  .c-form__row {
    margin-bottom: 5.33333vw;
    padding: 0 0 5.33333vw;
  }
}
.c-form__row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-form__row::before {
  content: none;
}
.c-form__ttl {
  display: inline-block;
  vertical-align: top;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-form__ttl {
    font-size: 1.6rem;
  }
}
.c-form__ttl > span {
  font-size: 1.2rem;
}
.c-form__label {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 0 0 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  vertical-align: middle;
}
@media (-ms-high-contrast: none) {
  .c-form__label {
    padding-top: 5px;
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__label {
    margin-left: 0.8vw;
  }
}
.c-form__label[data-category=required] {
  color: #fff;
  background: #8f2029;
}
.c-form__item {
  width: 100%;
  border-top: 1px solid #777;
}
@media screen and (min-width: 768px) {
  .c-form__item {
    display: table;
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item {
    padding-top: 5.33333vw;
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
  }
}
.c-form__item:first-child {
  border-top: none;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .c-form__item:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item:only-child {
    padding-top: 0;
  }
}
.c-form__item + .c-form__item {
  margin-top: 18px;
}
.c-form__item > * {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .c-form__item > * {
    display: table-cell;
  }
}
@media screen and (min-width: 768px) {
  .c-form__item dt {
    width: 330px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item dt {
    margin-bottom: 10px;
  }
}
.c-form__item-time .c-form__input-box select {
  width: 58px;
}
.c-form__item-time .c-form__input-box select[data-category=year] {
  width: 75px;
}
.c-form__item-time .c-form__input-box select + span {
  margin-right: 9px;
}
@media screen and (max-width: 767px) {
  .c-form__item-time .c-form__input-box select + span {
    margin-right: 2.4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item-time .c-form__input-box select + span:last-child {
    margin-right: 0;
  }
}
.c-form__item + .c-order-info__register {
  margin-top: 30px;
}
.c-form__item-note {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-form__item-note {
    font-size: 1.2rem;
  }
}
.c-form__item-note:first-of-type {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-form__item-note:first-of-type {
    margin-top: 2.13333vw;
  }
}
.c-form__input-box input[type=text],
.c-form__input-box select {
  width: 240px;
  padding: 9px 10px 8px;
}
@media screen and (max-width: 767px) {
  .c-form__input-box input[type=text],
.c-form__input-box select {
    width: 100%;
  }
}
.c-form__input-box input[type=text] + .c-btn,
.c-form__input-box select + .c-btn {
  margin-left: 30px;
}
.c-form__input-box input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .c-form__input-box input[type=text] {
    width: 305px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__input-box input[type=text] {
    font-size: 1.6rem;
  }
}
.c-form__input-box select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  position: relative;
  padding: 9px 25px 8px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-color: #fff;
  background-image: url("/img/icon-arrow-under.svg");
  background-repeat: no-repeat;
  background-position: right 10px top calc(50% - 3px);
  background-size: 12px auto;
}
@media screen and (max-width: 767px) {
  .c-form__input-box select {
    padding: 9px 25px 8px 9px;
    background-position: right 8px top calc(50% - 2px);
    background-size: 10px auto;
  }
}
.c-form__input-box select::-ms-expand {
  display: none;
}
.c-form__input-box select[data-select=style02] {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 17px 55px 17px 9px;
  border: 2px solid #ccc;
  background: #fff url("/img/icon-select.svg");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}
.c-form__input-box label + label {
  margin-left: 11px;
}
.c-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  resize: vertical;
  width: 100%;
  min-height: 180px;
  padding: 12px 10px;
  border: 1px solid #ccc;
  border-radius: 0;
}
.c-form__radio {
  cursor: pointer;
}
.c-form__radio-txt {
  position: relative;
  display: inline-block;
  margin-left: 28px;
  padding: 3px 0;
}
@media (-ms-high-contrast: none) {
  .c-form__radio-txt {
    padding-top: 5px;
    padding-bottom: 1px;
  }
}
.c-form__radio-txt::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 3px;
  left: -27px;
  border-radius: 50%;
  border-width: 2px;
}
.c-form__radio-txt::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 3px solid #9a6d23;
  border-bottom: 3px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 8px;
  left: -22px;
  opacity: 0;
  border: none;
  border-radius: 50%;
  background: #8f2029;
}
.c-form__radio input {
  display: none;
}
.c-form__radio input[type=radio]:checked + .c-form__radio-txt::after {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-form__item-time-row {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item-time-row {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .c-form__item-time-row:first-child {
    margin-top: 0;
  }
}
.c-form__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
}
@media (-ms-high-contrast: none) {
  .c-form__btn {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-form__btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-form__btn::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn {
    width: 100%;
  }
}
.c-form__btn-reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  width: 214px;
  padding-top: 17px;
  padding-bottom: 17px;
}
@media (-ms-high-contrast: none) {
  .c-form__btn-reset {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn-reset {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-form__btn-reset::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #9a6d23;
  border-bottom: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-form__btn-reset::before {
    left: 5.86667vw;
  }
}
.c-form__btn-reset::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .c-form__btn-reset:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn-reset:hover::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn-reset {
    width: 100%;
  }
}
.c-form__btn-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  width: 214px;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
  border-color: #8f2029;
  background-color: #8f2029;
}
@media (-ms-high-contrast: none) {
  .c-form__btn-next {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn-next {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-form__btn-next::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-form__btn-next::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn-next:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn-next:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn-next {
    width: 100%;
  }
}
.c-form__btn-next::after {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-form__btn-next:hover {
    color: #8f2029;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn-next:hover::after {
    border-color: #8f2029;
  }
}
.c-form__btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  width: 214px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-color: #777;
}
@media (-ms-high-contrast: none) {
  .c-form__btn-back {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn-back {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-form__btn-back::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #9a6d23;
  border-bottom: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-form__btn-back::before {
    left: 5.86667vw;
  }
}
.c-form__btn-back::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .c-form__btn-back:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn-back:hover::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn-back {
    width: 100%;
  }
}
.c-form__btn-back::before {
  border-color: #777;
}
@media screen and (min-width: 768px) {
  .c-form__btn-back:hover {
    border-color: #777;
    background: #777;
  }
}
.c-form__btn-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  width: 214px;
  color: #fff;
  padding-left: 9.6vw !important;
  padding-right: 9.6vw !important;
  border-color: #8f2029;
  background-color: #8f2029;
  background-image: url("/img/icon-search.svg");
  background-repeat: no-repeat;
  background-position: right 4.26667vw center;
}
@media (-ms-high-contrast: none) {
  .c-form__btn-search {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn-search {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-form__btn-search::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-form__btn-search::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn-search:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn-search:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn-search {
    width: 100%;
  }
}
.c-form__btn-search::after {
  border-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-form__btn-search:hover {
    color: #8f2029;
    background: #fff;
  }
}
@media screen and (min-width: 768px) {
  .c-form__btn-search:hover::after {
    border-color: #8f2029;
  }
}
.c-form__btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-top: 50px;
  list-style-type: none;
}
@media screen and (max-width: 767px) {
  .c-form__btn-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 20px;
    padding: 0 4vw 0;
  }
}
.c-form__btn-block li {
  margin: 0 25px;
}
@media screen and (max-width: 767px) {
  .c-form__btn-block li {
    margin: 5.86667vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-form__btn-block li:first-child {
    margin-top: 0;
  }
}
.c-form__thanks-block {
  text-align: center;
  padding: 30px 14px;
  background: #ede9e3;
}
@media screen and (max-width: 767px) {
  .c-form__thanks-block {
    padding: 20px 4vw;
  }
}
@media screen and (min-width: 768px) {
  .c-form__thanks-block p {
    font-size: 1.8rem;
  }
}
.c-form__error-box {
  margin-top: 30px;
}
.c-form__error-box p {
  color: #8f2029;
  font-weight: bold;
  margin: 0;
}
.c-emergency {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 11px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-emergency {
    font-size: 1.3rem;
    text-align: left;
    background-size: 8.53333vw auto;
    background-position: left 4vw center;
  }
}
.c-emergency .c-bar-emergency__list > div:not(:first-child) {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
.c-emergency .c-bar-emergency__list.slick-initialized > div:not(:first-child) {
  opacity: 1;
  display: block;
}
.c-content-index {
  padding-bottom: 60px;
}
.c-content-index__body {
  width: 1118px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  .c-content-index__body {
    width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-content-index__body h2 {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 1.6em 0 4px;
  color: #000;
}
.c-content-index__body h2:first-child {
  margin-top: 0;
}
.c-content-index__body p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-content-index__body p:first-child {
  margin-top: 0;
}
.c-content-index__body p:last-child {
  margin-bottom: 0;
}
.c-content-index__body-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
}
@media (-ms-high-contrast: none) {
  .c-content-index__body-btn a {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index__body-btn a {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-content-index__body-btn a::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #9a6d23;
  border-bottom: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-index__body-btn a::before {
    left: 5.86667vw;
  }
}
.c-content-index__body-btn a::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .c-content-index__body-btn a:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-content-index__body-btn a:hover::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index__body .c-bnr__block {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.c-content-index__body .c-bnr__block.js-slider-fadein > div > div > div {
  display: none;
}
.c-content-index__body .c-bnr__block.js-slider-fadein.slick-initialized > div > div > div {
  display: block;
}
/* 都道府県を選択 */
.c-page-sub-area h2 {
  font-size: 1.7rem;
}
.c-page-sub-area__list {
  list-style-type: none;
  margin-top: 50px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ccc;
}
.c-page-sub-area__list-item + .c-page-sub-area__list-item {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #ccc;
}
.c-page-sub-area__list-row {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-page-sub-area__list-row {
    display: block;
  }
}
.c-page-sub-area__list-head, .c-page-sub-area__list-body {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-page-sub-area__list-head, .c-page-sub-area__list-body {
    display: block;
  }
}
.c-page-sub-area__list-head {
  color: #777;
  padding-right: 25px;
  font-weight: bold;
  width: 120px;
  font-size: 1.6rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-page-sub-area__list-head {
    width: 100%;
    margin-bottom: 5px;
    text-align: left;
    font-size: 1.5rem;
  }
}
.c-page-sub-area__list-body ul {
  margin-top: -15px;
}
@media screen and (max-width: 767px) {
  .c-page-sub-area__list-body ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-page-sub-area__list-body ul li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin: 15px 15px 0 0;
}
@media screen and (max-width: 767px) {
  .c-page-sub-area__list-body ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 7.5px);
  }
  .c-page-sub-area__list-body ul li:nth-child(even) {
    margin-right: 0;
  }
}
.c-page-sub-area__list-body ul a,
.c-page-sub-area__list-body ul span {
  position: relative;
  display: inline-block;
  min-width: 130px;
  text-align: center;
  vertical-align: middle;
  padding: 5px 15px 3px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
  text-decoration: none;
  border: 2px solid #9a6d23;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-sub-area__list-body ul a,
.c-page-sub-area__list-body ul span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-page-sub-area__list-body ul a::after,
.c-page-sub-area__list-body ul span::after {
  content: "";
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 300ms;
  transition: border-color 300ms;
}
.c-page-sub-area__list-body ul a:hover,
.c-page-sub-area__list-body ul span:hover {
  color: #fff;
  background: #9a6d23;
}
.c-page-sub-area__list-body ul a:hover::after,
.c-page-sub-area__list-body ul span:hover::after {
  border-color: #fff;
}
.c-page-sub-area__list-body ul span::after {
  content: none;
}
.c-page-sub-area__list-body ul span:hover {
  color: #000;
  background: #fff;
}
.c-page-sub-area__list-body ul + ul {
  margin-top: 0;
}
/* 配達 */
.c-page-sub-delivery__bnr {
  margin-top: 30px;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__bnr {
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
.c-page-sub-delivery__bnr a {
  display: block;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (min-width: 768px) {
  .c-page-sub-delivery__bnr a:hover {
    opacity: 0.7;
  }
}
.c-page-sub-delivery__bnr a img {
  max-width: 100%;
}
.c-page-sub-delivery__select {
  background: #ede9e3;
  padding: 22px 20px 22px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__select {
    margin-bottom: 25px;
  }
}
.c-page-sub-delivery__select-btn {
  position: relative;
  display: block;
  overflow: hidden;
  width: 32%;
  max-width: 335px;
  margin: 0 auto;
  border-radius: 0;
  color: #000;
  background: #fff;
  z-index: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__select-btn {
    width: 95%;
    max-width: 400px;
  }
}
.c-page-sub-delivery__select-btn::before {
  position: absolute;
  top: -2px;
  bottom: 0;
  right: 23px;
  width: 10px;
  height: 10px;
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__select-btn::before {
    width: 8px;
    height: 8px;
    right: 22px;
  }
}
.c-page-sub-delivery__select-btn::after {
  width: 54px;
  height: 110%;
  background: #9a6d23;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__select-btn::after {
    width: 50px;
    height: 110%;
  }
}
.c-page-sub-delivery select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  padding: 1em 70px 1em 1.1em;
  color: #000;
  border: none;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery select {
    font-size: 1.6rem;
    padding: 1.2em 65px 1.1em 1.1em;
  }
}
.c-page-sub-delivery select::-ms-expand {
  display: none;
}
.c-page-sub-delivery__result-block {
  display: none;
}
.c-page-sub-delivery__result-block ul {
  list-style: none;
}
.c-page-sub-delivery__result-block ul li {
  border-bottom: 1px solid #ede9e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 17px 45px 17px;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-block ul li {
    padding: 25px 15px 25px;
    border-bottom: 2px solid #ede9e3;
  }
}
.c-page-sub-delivery__result-block ul li:first-child {
  padding-top: 0;
}
.c-page-sub-delivery__result-no {
  text-align: center;
  padding: 20px 20px 20px;
  font-weight: bold;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-no {
    font-size: 1.5rem;
  }
}
.c-page-sub-delivery__result-left {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-left {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-page-sub-delivery__result-left dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #9a6d23;
  line-height: 1.8;
  margin-bottom: 4px;
}
.c-page-sub-delivery__result-left dd p {
  margin: 0;
  padding: 0;
}
.c-page-sub-delivery__result-left dd p.c-page-sub-delivery__result-address {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
}
.c-page-sub-delivery__result-left dd p.c-page-sub-delivery__result-time {
  position: relative;
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 20px;
}
.c-page-sub-delivery__result-left dd p.c-page-sub-delivery__result-time::before {
  position: absolute;
  width: 14px;
  height: 14px;
  background: url("/img/stores/icon-time.png") center center no-repeat;
  background-size: 100% auto;
  display: block;
  content: "";
  left: 0;
  top: 0;
}
@media all and (-ms-high-contrast: none) {
  .c-page-sub-delivery__result-left dd p.c-page-sub-delivery__result-time::before {
    top: -2px;
  }
}
@-moz-document url-prefix() {
  .c-page-sub-delivery__result-left dd p.c-page-sub-delivery__result-time::before {
    top: 1px;
  }
}
.c-page-sub-delivery__result-left dd _:lang(x) + _:-webkit-full-screen-document,
.c-page-sub-delivery__result-left dd p.c-page-sub-delivery__result-time::before {
  top: 1px;
}
.c-page-sub-delivery__result-right {
  width: 39%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-page-sub-delivery__result-right {
    padding-top: 5px;
    max-width: 387px;
  }
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-right {
    width: 100%;
  }
}
.c-page-sub-delivery__result-right > div {
  width: calc(50% - 12.5px);
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-right > div {
    width: calc(50% - 7.5px);
  }
}
.c-page-sub-delivery__result-right > div + div {
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-right > div + div {
    margin-left: 15px;
  }
}
.c-page-sub-delivery__result-right > div[data-delivery-image=demae] a img {
  width: 111px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-right > div[data-delivery-image=demae] a img {
    width: 90px;
  }
}
.c-page-sub-delivery__result-right > div[data-delivery-image=uber] a img {
  width: 98px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-right > div[data-delivery-image=uber] a img {
    width: 82px;
  }
}
.c-page-sub-delivery__result-right 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;
  height: 80px;
  border: 2px solid #9a6d23;
  padding: 10px 10px 10px 5px;
  position: relative;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-right a {
    height: 70px;
  }
}
.c-page-sub-delivery__result-right a::before {
  position: absolute;
  width: 15.5px;
  height: 11px;
  background: url("/img/stores/icon-external.png") center center no-repeat;
  background-size: 100% auto;
  display: block;
  content: "";
  right: 7px;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .c-page-sub-delivery__result-right a::before {
    width: 12.4px;
    height: 8.8px;
    right: 4px;
    top: 4px;
  }
}
@media screen and (min-width: 768px) {
  .c-page-sub-delivery__result-right a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list {
    margin-top: -20px;
  }
}
.c-content-index-menu-list__intro-info {
  padding: 25px 0 50px;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__intro-info {
    padding: 4vw 0 5.33333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__intro-info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__intro-info-row::after {
    content: "";
    display: block;
    clear: both;
  }
}
.c-content-index-menu-list__intro-info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__intro-info-item {
    max-width: calc((100% - 430px)/2);
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__intro-info-item {
    margin-bottom: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.c-content-index-menu-list__intro-info-item select {
  width: 140px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  padding: 7px 30px 8px 16px;
  border: 1px solid #ccc;
  max-width: 365px;
  height: 40px;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  background-image: url("/img/icon-arrow-under.svg");
  background-repeat: no-repeat;
  background-position: right 10px top calc(50% - 3px);
  background-size: 12px auto;
}
.c-content-index-menu-list__intro-info-item select::-ms-expand {
  display: none;
}
.c-content-index-menu-list__intro-info-item p {
  font-size: 1.3rem;
  margin-right: 11px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__intro-info-detail {
    padding: 3.2vw !important;
  }
}
.c-content-index-menu-list__intro-info-detail p {
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__intro-info-detail p {
    font-size: 1.2rem;
  }
}
.c-content-index-menu-list__intro-info-detail h3 {
  font-size: 1.6rem;
  margin: 10px 0 2px;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__intro-info-detail h3 {
    font-size: 1.2rem;
  }
}
.c-content-index-menu-list__intro-info-link {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__intro-info-link {
    margin-bottom: 0.5em;
    text-align: right;
  }
}
.c-content-index-menu-list__intro-info-link a {
  padding-right: 28px;
  font-size: 1.4rem;
  color: #000;
  position: relative;
}
.c-content-index-menu-list__intro-info-link a::before {
  content: "";
  position: absolute;
  right: 7px;
  top: 2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-content-index-menu-list__link-block {
  display: table;
  width: 100%;
  padding-top: 23px;
  margin-top: 16px;
  border-top: 1px solid #ccc;
}
.c-content-index-menu-list__link-head, .c-content-index-menu-list__link-body {
  display: table-cell;
  vertical-align: middle;
}
.c-content-index-menu-list__link-head {
  width: 48%;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 1em;
}
.c-content-index-menu-list__link-body {
  width: 52%;
}
.c-content-index-menu-list__link-body ul {
  margin-top: -15px;
}
.c-content-index-menu-list__link-body li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin: 15px 7px 0;
}
.c-content-index-menu-list__link-body li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  width: auto;
  border: none;
  padding: 10px 20px 10px 0;
}
@media (-ms-high-contrast: none) {
  .c-content-index-menu-list__link-body li a {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__link-body li a {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-content-index-menu-list__link-body li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__link-body li a::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__link-body li a:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__link-body li a:hover::after {
    border-color: #fff;
  }
}
.c-content-index-menu-list__link-body li a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #9a6d23;
}
.c-content-index-menu-list__link-body li a::after {
  right: 2px;
}
.c-content-index-menu-list__link-body li a:hover {
  color: #9a6d23;
  background: none;
}
.c-content-index-menu-list__link-body li a:hover::after {
  border-color: #9a6d23;
}
.c-content-index-menu-list__refine-btn {
  width: 334px;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__refine-btn {
    width: auto;
    display: inline-block;
    float: right;
    border: none;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__refine-btn h2 {
    width: auto;
    padding: 0 28px 0 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__refine-btn h2 span {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__refine-btn.is_open {
    border-radius: 3px 3px 0 0;
    border-bottom-color: #fff;
    -webkit-transition: 300ms;
    transition: 300ms;
  }
}
.c-content-index-menu-list__refine-btn.is_open h2 {
  border-color: #ccc;
}
.c-content-index-menu-list label {
  cursor: pointer;
}
.c-content-index-menu-list label span {
  position: relative;
  display: inline-block;
  margin-left: 26px;
  padding: 2px 0 3px;
}
@media (-ms-high-contrast: none) {
  .c-content-index-menu-list label span {
    padding-top: 4px;
    padding-bottom: 1px;
  }
}
.c-content-index-menu-list label span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: -26px;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list label span::before {
    top: 3px;
  }
}
.c-content-index-menu-list label span::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  border-right: 3px solid #8f2029;
  border-bottom: 3px solid #8f2029;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 4px;
  left: -20px;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list label span::after {
    top: 3px;
  }
}
.c-content-index-menu-list label input {
  display: none;
}
.c-content-index-menu-list label input[type=checkbox]:checked + span::before,
.c-content-index-menu-list label input[type=radio]:checked + span::before {
  border-color: #777;
}
.c-content-index-menu-list label input[type=checkbox]:checked + span::after,
.c-content-index-menu-list label input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-content-index-menu-list label--bg_gray span::before {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.c-content-index-menu-list label__radius {
  cursor: pointer;
}
.c-content-index-menu-list label__radius input {
  display: none;
}
.c-content-index-menu-list label__radius span {
  margin-left: 27px;
}
.c-content-index-menu-list label__radius span::before {
  top: 2px;
  left: -27px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border-width: 2px;
}
.c-content-index-menu-list label__radius span::after {
  border: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9a6d23;
  top: 7px;
  left: -22px;
}
.c-content-index-menu-list label__radius input[type=checkbox]:checked + span::after,
.c-content-index-menu-list label__radius input[type=radio]:checked + span::after {
  opacity: 1;
}
.c-content-index-menu-list label__radius + .c-txt__error {
  margin-top: 5px;
}
.c-content-index-menu-list__allergy-checkbox {
  margin-bottom: 0.5em;
}
.c-content-index-menu-list__allergy-checkbox::after {
  content: "";
  display: block;
  clear: both;
}
.c-content-index-menu-list__allergy-checkbox ul {
  max-width: 680px;
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__allergy-checkbox ul {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__allergy-checkbox ul {
    padding-left: 20px;
  }
}
.c-content-index-menu-list__allergy-checkbox ul li {
  display: inline-block;
  margin: 0 35px 10px 0;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__allergy-checkbox ul li {
    font-size: 1.4rem;
    margin: 0 0 3.73333vw 0;
    min-width: 24.8vw;
    max-width: 93px;
  }
}
.c-content-index-menu-list__allergy-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  width: 320px;
  max-width: none;
  margin: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  background-image: url("/img/icon-arrow.svg");
  background-repeat: no-repeat !important;
  background-position: right 20px top calc(50% - 1px) !important;
}
@media (-ms-high-contrast: none) {
  .c-content-index-menu-list__allergy-btn {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__allergy-btn {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-content-index-menu-list__allergy-btn::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__allergy-btn::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__allergy-btn:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__allergy-btn:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__allergy-btn {
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    margin-top: 13px;
    margin-bottom: 15px;
  }
}
.c-content-index-menu-list__allergy-btn:hover {
  background-image: url("/img/icon-arrow-white.svg");
}
.c-content-index-menu-list__comment {
  font-size: 1.2rem;
  text-align: right;
  margin-bottom: 16px !important;
}
.c-content-index-menu-list__list-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
.c-content-index-menu-list__list-column + .c-content-index-menu-list__list {
  margin-top: 50px;
}
.c-content-index-menu-list__list-column::after {
  content: "";
  display: block;
  width: 242px;
}
.c-content-index-menu-list__list-column::before {
  content: "";
  display: block;
  width: 242px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-content-index-menu-list__list-column > .c-content-index-menu-list__item {
  width: 242px;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__list-column > .c-content-index-menu-list__item {
    width: 44vw;
    margin-top: 8.53333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__list-column > .c-content-index-menu-list__item:nth-child(1), .c-content-index-menu-list__list-column > .c-content-index-menu-list__item:nth-child(2) {
    margin-top: 0;
  }
}
.c-content-index-menu-list h2 + .c-content-index-menu-list__list-column {
  margin-top: 10px;
}
.c-content-index-menu-list__comment + .c-content-index-menu-list__list-column {
  margin-top: 0;
}
.c-content-index-menu-list__nohit {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 40px !important;
}
.c-content-index-menu-list__item {
  position: relative;
  display: block !important;
}
.c-content-index-menu-list__item:nth-child(n+5) {
  margin-top: 34px;
}
.c-content-index-menu-list__item-inr {
  position: relative;
  display: block;
  color: #000;
  text-decoration: none;
  /* stylelint-disable */
  min-height: 0%;
  /* stylelint-enable */
}
.c-content-index-menu-list__item-inr:hover .c-content-index-menu-list__pict {
  opacity: 0.3;
}
.c-content-index-menu-list__item ul.c-label__list {
  position: absolute;
  top: 7px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__item ul.c-label__list {
    top: 2.4vw;
    left: 2.4vw;
  }
}
.c-content-index-menu-list__title {
  display: block;
  font-size: 1.5rem !important;
  margin-bottom: 4px !important;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__title {
    font-size: 3.73333vw !important;
  }
}
.c-content-index-menu-list__title-box {
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__title-box {
    margin-top: 8px;
  }
}
.c-content-index-menu-list__title-box p {
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__title-box p {
    font-size: 3.73333vw;
  }
}
.c-content-index-menu-list__txt {
  color: #777;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__txt {
    font-size: 3.2vw;
  }
}
.c-content-index-menu-list__detail {
  margin-top: auto;
  padding-left: 17px;
}
.c-content-index-menu-list__pict {
  width: 100%;
  max-width: 100%;
  border: 1px solid #ccc;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__price {
    font-size: 1.5rem;
  }
}
.c-content-index-menu-list__tax {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__tax {
    font-size: 2.66667vw;
  }
}
.c-content-index-menu-list__caution {
  color: #000;
  padding: 30px 35px;
  background-color: #ede9e3;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__caution {
    padding: 10.66667vw 8vw;
    margin: 0 -4vw 0;
  }
}
.c-content-index-menu-list__caution p {
  margin-top: 20px;
}
.c-content-index-menu-list__caution p:first-child {
  margin-top: 0;
}
.c-content-index-menu-list__note {
  font-size: 1.2rem;
}
.c-content-index-menu-list__note ul {
  padding-left: 13px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-content-index-menu-list__note ul li {
  line-height: 1.7;
  letter-spacing: 0.05em;
  position: relative;
  list-style: none;
  text-align: left;
  margin-left: 0;
  margin-top: 5px;
}
.c-content-index-menu-list__note ul li:first-child {
  margin-top: 0;
}
.c-content-index-menu-list__note ul li::before {
  content: "※";
  display: block;
  position: absolute;
  left: -13px;
  top: 0;
  width: auto;
  height: auto;
  background: none;
}
.c-content-index-menu-list__btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__btn-list {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
}
.c-content-index-menu-list__btn-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin: 40px 20px 0;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__btn-list li {
    width: 100%;
    margin: 13px 0 0;
  }
}
.c-content-index-menu-list__btn-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
}
@media (-ms-high-contrast: none) {
  .c-content-index-menu-list__btn-list li a {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__btn-list li a {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-content-index-menu-list__btn-list li a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-index-menu-list__btn-list li a::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__btn-list li a:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-content-index-menu-list__btn-list li a:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  body[data-view=app] .c-content-index-menu-list__intro-info-detail {
    padding-bottom: 5.33333vw !important;
  }
}
.c-content-main {
  font-size: 1.5rem;
  line-height: 1.6;
  padding-left: 15px;
  padding-right: 15px;
  /* お問い合わせ */
}
@media screen and (max-width: 767px) {
  .c-content-main {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main {
    font-size: 1.6rem;
  }
}
.c-content-main a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}
.c-content-main a:hover {
  text-decoration: none;
}
.c-content-main a[target=_blank]::after {
  content: "";
  width: 13px;
  height: 10px;
  display: inline-block;
  margin-left: 6px;
  margin-right: 5px;
  background: url("/img/icon-external.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-content-main h2 {
  font-size: 1.7rem;
  line-height: 1.8;
  margin: 20px 0 10px;
  color: #000;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-content-main h2 {
    font-size: 1.8rem;
  }
}
.c-content-main h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-content-main h2 + p {
    margin-top: -8px;
  }
}
.c-content-main h3 {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1.6em 0 9px;
}
@media screen and (max-width: 767px) {
  .c-content-main h3 {
    font-size: 1.6rem;
  }
}
.c-content-main h3:first-child {
  margin-top: 0;
}
.c-content-main h2 + h3 {
  margin-top: 12px;
}
.c-content-main h4 {
  font-size: 1.5rem;
  margin: 20px 0 8px;
}
@media screen and (max-width: 767px) {
  .c-content-main h4 {
    font-size: 1.4rem;
  }
}
.c-content-main h4:first-child {
  margin-top: 0;
}
.c-content-main h3 + h4 {
  margin-top: -5px;
}
.c-content-main h5 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .c-content-main h5 {
    font-size: 1.4rem;
  }
}
.c-content-main h5:first-child {
  margin-top: 0;
}
.c-content-main h5.indent-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-content-main h6 {
  font-size: 1.125em;
  line-height: 2;
  margin: 1em 0;
}
.c-content-main h6:first-child {
  margin-top: 0;
}
.c-content-main ul {
  margin-left: 4px;
  padding-left: 15px;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
.c-content-main ul > li {
  position: relative;
  list-style: none;
  text-align: left;
  margin-top: 0;
}
.c-content-main ul > li:first-child {
  margin-top: 0;
}
.c-content-main ul > li::before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  display: block;
  width: 6px;
  height: 6px;
  background: #8f2029;
}
.c-content-main ul ul,
.c-content-main ul ol {
  margin-left: 2em;
}
.c-content-main ul.link-list {
  margin-left: 0;
}
.c-content-main ul.link-list li::before {
  content: "";
  position: absolute;
  top: 13px;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  background: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-main ul.link-list li::before {
    right: 5.86667vw;
  }
}
.c-content-main ol {
  counter-reset: content-main-ol-default;
  margin: 10px 0 25px 0;
  padding: 0 0 0 3px;
}
.c-content-main ol:first-child {
  margin-top: 0;
}
.c-content-main ol:last-child {
  margin-bottom: 0;
}
.c-content-main ol > li {
  position: relative;
  list-style: none;
  margin-top: 4px;
  padding-left: 22px;
}
.c-content-main ol > li:first-child {
  margin-top: 0;
}
.c-content-main ol > li::before {
  content: counter(content-main-ol-default, decimal) ". ";
  counter-increment: content-main-ol-default;
  position: absolute;
  left: 0;
  top: 0;
  color: #8f2029;
  font-weight: bold;
}
.c-content-main ol ul,
.c-content-main ol ol {
  margin-left: 2em;
}
.c-content-main table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  .c-content-main table {
    display: block;
  }
}
.c-content-main caption {
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-content-main caption {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main thead {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main tfoot {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main tbody {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main tr {
    display: block;
  }
}
.c-content-main tr:nth-child(odd) {
  background: #f1f1f1;
}
.c-content-main th,
.c-content-main td {
  padding: 16px 20px;
  color: #000;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .c-content-main th,
.c-content-main td {
    display: block;
    margin-top: -1px;
    width: 100% !important;
    padding: 16px 14px;
  }
}
.c-content-main th {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-content-main th {
    width: 210px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main th {
    padding-bottom: 8px;
  }
}
.c-content-main td {
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-content-main td {
    padding-top: 0;
    padding-left: 14px;
  }
}
.c-content-main p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.c-content-main p:first-child {
  margin-top: 0;
}
.c-content-main p:last-child {
  margin-bottom: 0;
}
.c-content-main blockquote {
  background: #ccc;
  margin: 0 0 0 2em;
  padding: 1em 2em;
  position: relative;
}
.c-content-main blockquote::before {
  content: "“";
  display: block;
  font-size: 2.5em;
  left: 0;
  line-height: 0;
  margin-top: 0.5em;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-content-main blockquote::after {
  bottom: 0;
  content: "”";
  display: block;
  font-size: 2.5em;
  line-height: 0;
  opacity: 0.2;
  pointer-events: none;
  position: absolute;
  right: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-content-main figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  line-height: 0;
}
.c-content-main figcaption {
  background: none;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 1.6;
  padding: 0.8em 1.2em;
  text-align: left;
}
.c-content-main hr {
  color: #ccc;
  background: #ccc;
  border-style: none;
  height: 1px;
  margin: 35px auto 10px;
  width: 100%;
}
.c-content-main hr:first-child {
  margin-top: 0;
}
.c-content-main section:not(.box-harf):not(.border-block):not(.qa-block) {
  margin-top: -110px;
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .c-content-main section:not(.box-harf):not(.border-block):not(.qa-block) {
    margin-top: -76px;
    padding-top: 89px;
  }
}
.c-content-main section:not(.box-harf):not(.border-block):not(.qa-block):first-child {
  margin-top: -80px;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-content-main section:not(.box-harf):not(.border-block):not(.qa-block):first-child {
    margin-top: -64px;
    padding-top: 64px;
  }
}
.c-content-main .picture-block {
  margin: 30px auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-content-main .picture-block {
    margin: 20px auto 30px;
  }
}
.c-content-main .picture-block img {
  max-width: 100%;
  margin: 0 auto;
}
.c-content-main .btn-block {
  margin-top: 10px;
}
.c-content-main .btn-detail-block {
  margin-top: 36px;
  padding-bottom: 36px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-detail-block {
    padding-bottom: 0;
    border: none;
  }
}
.c-content-main .btn span {
  font-size: 1.2rem;
  margin-left: 4px;
}
.c-content-main .btn-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
}
@media (-ms-high-contrast: none) {
  .c-content-main .btn-detail {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-detail {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-content-main .btn-detail::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-detail::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-detail:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-detail:hover::after {
    border-color: #fff;
  }
}
.c-content-main .btn-detail[target=_blank]::after {
  content: "";
  right: 20px;
  width: 14px;
  height: 11px;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  background: url("/img/icon-external-primary-color.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-detail[target=_blank]:hover::after {
    background-image: url("/img/icon-external-white.svg");
  }
}
.c-content-main .btn-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  display: block;
  width: 250px;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (-ms-high-contrast: none) {
  .c-content-main .btn-agree {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-agree {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-content-main .btn-agree::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-agree::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-agree:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-agree:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-agree {
    width: 100%;
  }
}
.c-content-main .btn-agree span {
  vertical-align: 1px;
}
.c-content-main .btn-gray-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 47px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  display: block;
  width: 280px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  vertical-align: 1px;
  border-color: #777;
}
@media (-ms-high-contrast: none) {
  .c-content-main .btn-gray-back {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-gray-back {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-content-main .btn-gray-back::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-left: 2px solid #9a6d23;
  border-bottom: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-gray-back::before {
    left: 5.86667vw;
  }
}
.c-content-main .btn-gray-back::after {
  content: none;
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-gray-back:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-gray-back:hover::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-gray-back {
    width: 100%;
  }
}
.c-content-main .btn-gray-back::before {
  border-color: #777;
}
.c-content-main .btn-gray-back span {
  vertical-align: 1px;
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-gray-back:hover {
    border-color: #777;
    background: #777;
  }
}
.c-content-main .btn-icon-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 314px;
  max-width: 314px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-decoration: none;
  padding: 14px 35px 13px 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #9a6d23;
  background: #fff;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border-radius: 0;
  position: relative;
  padding-left: 50px;
  color: #000;
  background-repeat: no-repeat !important;
  text-align: left;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
}
@media (-ms-high-contrast: none) {
  .c-content-main .btn-icon-arrow {
    padding-top: 16px;
    padding-bottom: 11px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-icon-arrow {
    width: 83.73333vw;
    padding: 14px 8.8vw 13px;
  }
}
.c-content-main .btn-icon-arrow::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-icon-arrow::after {
    right: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-icon-arrow:hover {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-icon-arrow:hover::after {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-icon-arrow {
    font-size: 1.3rem;
    padding-left: 50px;
  }
}
.c-content-main .btn-icon-arrow[data-category=product] {
  background-image: url("/img/icon-product.svg?200622");
  background-size: 18px 20px;
  background-position: 17px center !important;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-icon-arrow[data-category=product] {
    background-position: 18px center !important;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-icon-arrow[data-category=product]:hover {
    background-image: url("/img/icon-product-hover.svg?200622");
  }
}
.c-content-main .btn-icon-arrow[data-category=store] {
  background-image: url("/img/icon-store.svg?200622");
  background-size: 22px 15px;
  background-position: 15px center !important;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-icon-arrow[data-category=store] {
    background-position: 16px center !important;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-icon-arrow[data-category=store]:hover {
    background-image: url("/img/icon-store-hover.svg?200622");
  }
}
.c-content-main .btn-icon-arrow[data-category=app] {
  background-image: url("/img/icon-app.svg?200622");
  background-size: 15px 23px;
  background-position: 20px center !important;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-icon-arrow[data-category=app] {
    background-position: 19px center !important;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-icon-arrow[data-category=app]:hover {
    background-image: url("/img/icon-app-hover.svg?200622");
  }
}
.c-content-main .btn-icon-arrow[data-category=other] {
  background-image: url("/img/icon-other.svg");
  background-size: 21px 5px;
  background-position: 16px center !important;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-icon-arrow[data-category=other] {
    background-position: 14px center !important;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-icon-arrow[data-category=other]:hover {
    background-image: url("/img/icon-other-hover.svg");
  }
}
.c-content-main .btn-icon-arrow[data-category=mobileorder] {
  background-image: url("/img/icon-mobileorder-02.svg");
  background-size: 15px 23px;
  background-position: 20px center !important;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-icon-arrow[data-category=mobileorder] {
    background-position: 19px center !important;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-icon-arrow[data-category=mobileorder]:hover {
    background-image: url("/img/icon-mobileorder-02-hover.svg");
  }
}
.c-content-main .btn-icon-arrow[data-category=environment] {
  background-image: url("/img/icon-environment.svg");
  background-size: 26px 22px;
  background-position: 13px center !important;
}
@media screen and (min-width: 768px) {
  .c-content-main .btn-icon-arrow[data-category=environment]:hover {
    background-image: url("/img/icon-environment-hover.svg");
  }
}
.c-content-main .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -20px;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-list {
    display: block;
    margin-top: 0;
  }
}
.c-content-main .btn-list li {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-list li {
    margin-top: 13px;
  }
}
.c-content-main .btn-list li:first-child {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-list li:first-child {
    margin-top: 13px;
  }
}
.c-content-main .btn-list li::before {
  content: none;
}
.c-content-main .btn-list-col2 {
  width: 608px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-list-col2 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-list-col2 li {
    width: 100%;
  }
}
.c-content-main .btn-list-col2 li a {
  width: 294px;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-list-col2 li a {
    width: 100%;
  }
}
.c-content-main .btn-list-col2 li:nth-child(even) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-content-main .btn-list-col2 li:nth-child(even) {
    margin-left: 0;
  }
}
.c-content-main .bg-brown-box + .btn-block {
  margin-top: 30px;
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .c-content-main .bg-brown-box + .btn-block {
    margin-top: 27px;
    padding: 0 5.33333vw;
  }
}
.c-content-main .annotaion-block ul {
  margin-left: 0;
}
.c-content-main .annotaion-block ul li {
  font-size: 1.5rem;
  margin-top: 2px;
}
.c-content-main .annotaion-block ul li:first-child {
  margin-top: 0;
}
.c-content-main .annotaion-block ul li::before {
  content: "※";
  top: 0;
  width: auto;
  height: auto;
  background: none;
}
.c-content-main .annotaion-block[data-font-size=small] ul li {
  font-size: 1.3rem;
}
.c-content-main .lead-text {
  font-size: 1.5rem;
  text-align: center;
  line-height: 2;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-content-main .lead-text {
    font-size: 1.6rem;
    line-height: 1.7;
    text-align: left;
    margin-bottom: 9px;
  }
}
.c-content-main .border-block-02 + .lead-text {
  margin-top: 20px;
}
.c-content-main .border-block-02 {
  margin-top: 25px;
  padding: 30px 35px;
  border: 1px solid #ccc;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-content-main .border-block-02 {
    margin-top: 9px;
    padding: 5.33333vw 4vw;
  }
}
.c-content-main .border-block-02 h3:first-child {
  margin-top: -5px;
}
.c-content-main .border-block-02 ul > li {
  font-size: 1.3rem;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .c-content-main .border-block-02 ul > li {
    font-size: 1.4rem;
  }
}
.c-content-main .border-block-02 ul > li:first-child {
  margin-top: 0;
}
.c-content-main .border-block-02 ul > li::before {
  top: 7px;
}
.c-content-main .info-block {
  margin-bottom: 6px;
}
.c-content-main .info-block::after {
  content: "";
  display: block;
  clear: both;
}
.c-content-main .info-block dt,
.c-content-main .info-block dd {
  float: left;
}
.c-content-main .info-block dt {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-content-main .info-block dt {
    clear: both;
    font-weight: bold;
  }
}
.c-content-main .info-block dt::after {
  content: "：";
  padding: 0 5px;
}
.c-content-main .info-block dd {
  margin-right: 1em;
}
.c-content-main .info-block dd:last-child {
  margin-right: 0;
}
.c-content-main .bg-brown-box {
  width: 100%;
  background: #ede9e3;
  padding: 24px 14px 30px;
  border-radius: 2px;
}
@media screen and (max-width: 767px) {
  .c-content-main .bg-brown-box {
    padding: 5.33333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .bg-brown-box-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-content-main .bg-brown-box-flex .box-harf {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-content-main .bg-brown-box-flex .box-harf {
    width: 100%;
    border-top: 1px solid #777;
    padding-top: 18px;
    padding-bottom: 22px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .bg-brown-box-flex .box-harf:first-child {
    padding-top: 0;
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .bg-brown-box-flex .box-harf:nth-child(2n) {
    border-left: 1px solid #777;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .bg-brown-box-flex .box-harf:last-child {
    padding-bottom: 0;
  }
}
.c-content-main .bg-brown-box-flex .box-harf .btn-block + p {
  font-size: 1.4rem;
  margin-top: 17px;
}
.c-content-main .bg-brown-box-flex .box-head {
  margin: 5px 0 10px;
  font-weight: bold;
  font-size: 1.8rem;
}
.c-content-main .access-error-box,
.c-content-main .coming-soon-block {
  line-height: 1.7;
  text-align: center;
  padding: 30px 14px;
  background: #ede9e3;
}
@media screen and (max-width: 767px) {
  .c-content-main .access-error-box,
.c-content-main .coming-soon-block {
    padding: 20px 4vw;
  }
}
.c-content-main .access-error-box p,
.c-content-main .coming-soon-block p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media screen and (min-width: 768px) {
  .c-content-main .access-error-box p,
.c-content-main .coming-soon-block p {
    font-size: 1.8rem;
  }
}
.c-content-main .contact-text {
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 9px 0 13px;
}
@media screen and (max-width: 767px) {
  .c-content-main .contact-text {
    text-align: center;
    padding: 4.8vw 2.66667vw;
    border: 2px solid #eee;
  }
}
.c-content-main .contact-text strong {
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
}
.c-content-main .contact-text a {
  color: #8f2029 !important;
}
.c-content-main .contact-text-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 8px 0 0;
}
.c-content-main .contact-text-icon img {
  max-width: 33px;
  height: 27px;
  vertical-align: middle;
}
.c-content-main .contact-text-number {
  display: inline-block;
  margin: -5px 8px 0;
  vertical-align: middle;
  color: #8f2029;
  font-size: 3rem;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
}
@media screen and (min-width: 768px) {
  .c-content-main .contact-text-number {
    text-decoration: none;
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .contact-text-number {
    display: block;
  }
}
.c-content-main .border-block {
  margin-bottom: 40px;
  padding: 4px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-content-main .border-block {
    margin-bottom: 5.33333vw;
    padding: 1.6vw;
  }
}
.c-content-main .border-block:last-child {
  margin-bottom: 0;
}
.c-content-main .border-block-head {
  padding: 5px 14px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-content-main .border-block-head {
    padding: 1.06667vw 3.73333vw;
  }
}
.c-content-main .border-block-head h2 {
  margin-bottom: 0;
}
.c-content-main .border-block-body {
  padding: 22px 24px;
}
@media screen and (max-width: 767px) {
  .c-content-main .border-block-body {
    padding: 3.46667vw 3.46667vw 9.06667vw;
  }
}
.c-content-main .border-block-body hr {
  margin: 10px auto;
}
.c-content-main p + .border-block {
  margin-top: 22px;
}
.c-content-main .qa-block {
  margin-top: -80px;
  margin-bottom: 34px;
  padding: 80px 0 40px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .c-content-main .qa-block {
    margin-top: -64px;
    margin-bottom: 24px;
    padding-top: 64px;
    padding-bottom: 30px;
  }
}
.c-content-main .qa-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.c-content-main .qa-block h3 {
  padding-left: 8px;
  padding-right: 8px;
}
@media screen and (max-width: 767px) {
  .c-content-main .qa-block h3 {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.c-content-main .qa-block dl {
  position: relative;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-content-main .qa-block dl {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.c-content-main .qa-block dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  padding: 9px 4px 8px 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-content-main .qa-block dl dt {
    padding: 9px 4px 8px 30px;
  }
}
.c-content-main .qa-block dl dt span.qa-block-ttl {
  position: absolute;
  left: 16px;
  top: 4px;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  font-size: 2rem;
  font-weight: bold;
  color: #8f2029;
}
@media screen and (max-width: 767px) {
  .c-content-main .qa-block dl dt span.qa-block-ttl {
    left: 6px;
    top: 4px;
  }
}
.c-content-main .qa-block dl dt span.qa-block-text {
  width: calc(100% - 25px);
}
.c-content-main .qa-block dl dt span.qa-block-icon {
  position: relative;
  display: block;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  background: #8f2029;
}
.c-content-main .qa-block dl dt span.qa-block-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 5px;
  margin: auto;
  background: #fff;
  width: 9px;
  height: 1px;
  z-index: 3;
}
.c-content-main .qa-block dl dt span.qa-block-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 9px;
  margin: auto;
  background: #fff;
  width: 1px;
  height: 9px;
  z-index: 4;
}
.c-content-main .qa-block dl dd {
  display: none;
  position: relative;
  font-size: 1.4rem;
  margin-top: 8px;
  padding: 20px 13px 12px 40px;
  border-top: 1px solid #ccc;
  word-break: break-word;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 767px) {
  .c-content-main .qa-block dl dd {
    padding: 15px 13px 15px 30px;
  }
}
.c-content-main .qa-block dl dd span.qa-block-ttl {
  position: absolute;
  left: 18px;
  top: 15px;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  font-size: 2rem;
  font-weight: bold;
  color: #1f6634;
}
@media screen and (max-width: 767px) {
  .c-content-main .qa-block dl dd span.qa-block-ttl {
    left: 7px;
    top: 11px;
  }
}
.c-content-main .qa-block dl dd span.qa-block-ttl + p {
  margin-top: 0;
}
.c-content-main .qa-block dl.open span.qa-block-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-content-main .qa-block dl + dl {
  margin-top: 15px;
}
.c-content-main .detail-block {
  margin-bottom: 22px;
  word-break: break-all;
}
.c-content-main .detail-block dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding: 6px 0 7px;
}
@media screen and (max-width: 767px) {
  .c-content-main .detail-block dl {
    display: block;
    padding: 13px 0;
  }
}
.c-content-main .detail-block dl:nth-child(odd) {
  background: #f1f1f1;
}
.c-content-main .detail-block dl dt {
  width: 90px;
  padding: 0 6px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-content-main .detail-block dl dt {
    width: auto;
    text-align: left;
    padding: 0 17px;
  }
}
.c-content-main .detail-block dl dd {
  padding-right: 6px;
  width: calc(100% - 90px);
}
@media screen and (max-width: 767px) {
  .c-content-main .detail-block dl dd {
    width: auto;
    padding: 0 17px;
  }
}
.c-content-main .detail-block[data-style="02"] {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-content-main .detail-block[data-style="02"] dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 6px 0;
  }
}
.c-content-main .detail-block[data-style="02"] dt {
  width: 130px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-content-main .detail-block[data-style="02"] dt {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.c-content-main .detail-block[data-style="02"] dd {
  padding-right: 20px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-content-main .detail-block[data-style="02"] dd {
    padding-right: 14px;
  }
}
.c-content-main .detail-block.dt-w300 dt {
  width: 300px !important;
}
@media screen and (max-width: 767px) {
  .c-content-main .detail-block.dt-w300 dt {
    width: 100% !important;
  }
}
.c-content-main p + .detail-block[data-style="02"] {
  margin-top: 10px;
}
.c-content-main .realestate-block hr {
  margin: 54px auto 40px;
}
.c-content-main .utility-column {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .c-content-main .utility-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .utility-column {
    margin-top: 11px;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .utility-column > div,
.c-content-main .utility-column > a {
    width: calc((100% - 68px)/2);
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .utility-column > div,
.c-content-main .utility-column > a {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .utility-column > div:first-child,
.c-content-main .utility-column > a:first-child {
    margin-top: 0;
  }
}
.c-content-main .utility-column > div figure,
.c-content-main .utility-column > a figure {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-content-main .utility-column > div figure,
.c-content-main .utility-column > a figure {
    margin-bottom: 15px;
  }
}
.c-content-main .utility-column > div figure img,
.c-content-main .utility-column > a figure img {
  width: 100%;
  height: auto;
}
.c-content-main .utility-column > div .btn-block,
.c-content-main .utility-column > a .btn-block {
  margin-top: auto;
}
.c-content-main .utility-column[data-style=image-text-link-btn] > a {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-decoration: none;
}
.c-content-main .utility-column[data-style=image-text-link-btn] > a > .utility-column-text {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .c-content-main .utility-column[data-style=image-text-link-btn] > a > .utility-column-text {
    text-align: left;
  }
}
.c-content-main .utility-column[data-style=image-text-link-btn] > a > .utility-column-text:last-child {
  padding-bottom: 0;
}
.c-content-main .utility-column[data-style=image-text-link-btn] > a[target=_blank]::after {
  content: none;
}
.c-content-main .utility-column[data-style=image-text-link-btn] > a[target=_blank] .btn-detail::after {
  content: "";
  right: 20px;
  width: 14px;
  height: 11px;
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  background: url("/img/icon-external-primary-color.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.c-content-main .utility-column[data-style=image-text-link-btn] > a:hover figure {
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.c-content-main .utility-column[data-style=image-text-link-btn] > a:hover figure:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .c-content-main .utility-column[data-style=image-text-link-btn] > a:hover .btn-detail {
    color: #fff;
    background: #9a6d23;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .utility-column[data-style=image-text-link-btn] > a:hover .btn-detail::after {
    border-color: #fff;
    background-image: url("/img/icon-external-white.svg");
  }
}
.c-content-main .contact-block {
  margin-top: 50px;
  padding: 19px 37px 22px;
  background: #ede9e3;
}
@media screen and (max-width: 767px) {
  .c-content-main .contact-block {
    padding: 15px 20px 18px;
  }
}
.c-content-main .contact-block h3 {
  position: relative;
  font-size: 1.7rem;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-content-main .contact-block h3 {
    padding-bottom: 5px;
  }
}
.c-content-main .contact-block h3::after {
  content: "";
  display: block;
  width: calc(100% + 10px);
  height: 1px;
  position: absolute;
  left: -5px;
  bottom: 0;
  background: #ccc;
}
.c-content-main .contact-block dl dt {
  display: inline-block;
  font-weight: bold;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-content-main .contact-block dl dt {
    display: block;
  }
}
.c-content-main .contact-block dl dd {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-content-main .contact-block dl dd {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .sitemap-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .sitemap-block > div {
    width: 320px;
  }
}
.c-content-main .sitemap-block ul {
  margin-left: 0;
  padding-left: 0;
}
.c-content-main .sitemap-block ul li {
  margin-top: 13px;
}
.c-content-main .sitemap-block ul li::before {
  content: none;
}
.c-content-main .sitemap-block ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  padding: 13px 26px 9px 1px;
  border-bottom: 2px solid #9a6d23;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.c-content-main .sitemap-block ul li a::after {
  content: "";
  position: absolute;
  right: 11px;
  top: 50%;
  margin-top: -5px;
  margin-left: 0;
  margin-right: 0;
  width: 9px;
  height: 9px;
  border-top: 2px solid #9a6d23;
  border-right: 2px solid #9a6d23;
  background: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-content-main .sitemap-block ul li a[target=_blank]::after {
  content: "";
  width: 13px;
  height: 10px;
  right: 7px;
  display: inline-block;
  background: url("/img/icon-external-primary-color.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 13px 10px;
  border: none;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media screen and (min-width: 768px) {
  .c-content-main .sitemap-block ul li a:hover {
    color: #9a6d23;
  }
}
.c-content-main .movie-list-block {
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .c-content-main .movie-list-block {
    width: 100%;
  }
}
.c-content-main .movie-list-block ul {
  list-style-type: none;
  margin: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .c-content-main .movie-list-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-content-main .movie-list-block ul li {
  width: 500px;
  margin: 42px 0 0 58px;
}
@media screen and (max-width: 767px) {
  .c-content-main .movie-list-block ul li {
    width: 100%;
    margin-top: 27px;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-content-main .movie-list-block ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .movie-list-block ul li:nth-child(1), .c-content-main .movie-list-block ul li:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-content-main .movie-list-block ul li:nth-child(2n-1) {
    margin-left: 0;
  }
}
.c-content-main .movie-list-block ul li::before {
  content: none;
}
.c-content-main .movie-list-block ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.c-content-main .movie-list-block ul li a:hover img {
  opacity: 0.7;
}
.c-content-main .movie-list-block ul li figure {
  line-height: 0;
}
.c-content-main .movie-list-block ul li figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-content-main .movie-list-block ul li p {
  font-size: 1.3rem;
  margin: 9px 0 0 0;
}
@media screen and (max-width: 767px) {
  .c-content-main .movie-list-block ul li p {
    text-align: center;
    margin-top: 7px;
  }
}
.c-content-main .movie-list-block div.c-page-home__link {
  margin-top: 24px;
}
.c-content-main .fc_rd {
  color: #8f2029 !important;
}
.c-content-main .fc_bk {
  color: #000 !important;
}
.c-content-main .indent-block {
  margin-left: 17px;
}
.c-content-main .indent-block-26 {
  margin-left: 26px;
}
body[data-path*="/stores/"] a[target=_blank]::after {
  display: none;
}
body[data-path="/policy/"] .text-link {
  margin-top: 15px;
}
.c-lp__kariagekun {
  min-width: 1118px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun {
    min-width: 100%;
    margin-top: -20px;
  }
}
.c-lp__kariagekun img {
  width: 100%;
  height: auto;
}
.c-lp__kariagekun-hero {
  width: 100%;
  margin-bottom: 80px;
  background-color: #eee8de;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-hero {
    margin-bottom: 50px;
  }
}
.c-lp__kariagekun-hero h1 {
  width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-hero h1 {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}
.c-lp__kariagekun-shop {
  width: 1030px;
  margin: 0 auto 80px;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop {
    width: 90%;
    margin-bottom: 50px;
    font-size: 1.2rem;
  }
}
.c-lp__kariagekun-shop h2 {
  width: 274px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop h2 {
    width: 46%;
    margin-bottom: 5px;
  }
}
.c-lp__kariagekun-shop ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop ul {
    display: block;
    margin-bottom: 35px;
  }
}
.c-lp__kariagekun-shop ul li p {
  margin: 0;
  line-height: 0;
}
.c-lp__kariagekun-shop ul li p:last-child {
  width: 470px;
  margin: 10px auto 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop ul li p:last-child {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kariagekun-shop ul li:first-child {
    margin: 7px 24px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop ul li:first-child {
    margin-bottom: 30px;
  }
}
.c-lp__kariagekun-shop ul li:first-child p:last-child {
  width: 400px;
  margin-top: -17px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop ul li:first-child p:last-child {
    width: 100%;
    margin-top: -1em;
  }
}
.c-lp__kariagekun-shop-search-btn {
  width: 330px;
  margin: 0 auto;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop-search-btn {
    width: 86%;
  }
}
.c-lp__kariagekun-shop-search-btn a {
  display: block;
  padding: 15px 35px;
  background-color: #9a6d23;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: 2px solid #9a6d23;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop-search-btn a {
    padding: 15px 30px;
  }
}
.c-lp__kariagekun-shop-search-btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop-search-btn a::before {
    right: 15px;
  }
}
.c-lp__kariagekun-shop-search-btn a:hover {
  background-color: #fff;
  color: #000;
}
.c-lp__kariagekun-shop-search-btn a:hover::before {
  border-color: #9a6d23;
}
.c-lp__kariagekun-shop-search p {
  margin: 20px 0 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-shop-search p {
    margin-top: 15px;
  }
}
.c-lp__kariagekun-twitter {
  padding: 70px 0 120px;
  background-color: #eee8de;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter {
    padding: 40px 6% 80px;
  }
}
.c-lp__kariagekun-twitter h2 {
  width: 356px;
  margin: 0 auto 46px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter h2 {
    width: 58%;
    margin-bottom: 5px;
  }
}
.c-lp__kariagekun-twitter-inner {
  width: 1060px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-inner {
    width: 94%;
  }
}
.c-lp__kariagekun-twitter-box {
  width: 1000px;
  margin: 0 auto;
  padding: 56px 58px 0;
  background-color: #fff;
  border: 3px solid #404040;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box {
    width: 100%;
    padding: 30px 5% 0;
    border-width: 2px;
  }
}
.c-lp__kariagekun-twitter-box::after {
  display: block;
  content: "";
  width: 93px;
  height: 153px;
  background: url("/img/lp/kariagekun/pict-twitter.png") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -32px;
  bottom: -86px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box::after {
    width: 18%;
    height: 13%;
    right: -7%;
    top: -3em;
    bottom: auto;
  }
}
.c-lp__kariagekun-twitter-box-fukidashi {
  position: absolute;
  top: -40px;
  left: -14px;
  width: 90px;
  height: auto;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-fukidashi {
    top: -1.2em;
    left: -5%;
    width: 20%;
  }
}
.c-lp__kariagekun-twitter-box h3 {
  width: 586px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box h3 {
    width: 76%;
    margin-bottom: 25px;
  }
}
.c-lp__kariagekun-twitter-box h4 {
  margin: 0;
  font-size: 2.2rem;
  color: #9a6d23;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box h4 {
    font-size: 1.6rem;
  }
}
.c-lp__kariagekun-twitter-box-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-goods {
    display: block;
    font-size: 1.2rem;
  }
}
.c-lp__kariagekun-twitter-box-goods a {
  text-decoration: none;
  color: #000;
}
.c-lp__kariagekun-twitter-box-goods-tshirt {
  width: 500px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-goods-tshirt {
    width: 100%;
    margin-bottom: 1.5em;
    padding-bottom: 21.33333vw;
    border-bottom: 2px solid #eee8de;
  }
}
.c-lp__kariagekun-twitter-box-goods-tshirt-pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 20px -40px 0 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-goods-tshirt-pict {
    margin: 15px -10% 0;
  }
}
.c-lp__kariagekun-twitter-box-goods-tshirt-pict figure {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-goods-tshirt-pict figure {
    z-index: 0;
  }
  .c-lp__kariagekun-twitter-box-goods-tshirt-pict figure:first-child {
    right: -10%;
  }
}
.c-lp__kariagekun-twitter-box-goods-tshirt-pict figure:last-child {
  position: relative;
  left: -40px;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-goods-tshirt-pict figure:last-child {
    left: -10%;
    top: 16vw;
    z-index: 1;
  }
}
.c-lp__kariagekun-twitter-box-goods-glass {
  width: 264px;
  margin: 0 32px 0 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-goods-glass {
    width: 100%;
    margin: 0;
  }
}
.c-lp__kariagekun-twitter-box-goods-glass-pict {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 52px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-goods-glass-pict {
    width: 80%;
    margin: 15px auto 0;
  }
}
.c-lp__kariagekun-twitter-box-goods-glass-pict figure {
  width: 117px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-goods-glass-pict figure {
    width: 100%;
  }
}
.c-lp__kariagekun-twitter-box-goods-glass-pict figure:last-child {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-goods-glass-pict figure:last-child {
    margin-left: 20px;
  }
}
.c-lp__kariagekun-twitter-box-link {
  width: 360px;
  margin: 0 auto;
  position: relative;
  bottom: -34px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-link {
    width: 100%;
    font-size: 1.4rem;
  }
}
.c-lp__kariagekun-twitter-box-link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 5px 35px 5px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3594cf;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  border: 2px solid #3594cf;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-link a {
    padding: 5px 11% 5px 4%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: left;
  }
}
.c-lp__kariagekun-twitter-box-link a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-link a::before {
    right: 15px;
  }
}
.c-lp__kariagekun-twitter-box-link a:hover {
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.c-lp__kariagekun-twitter-box-link a img {
  width: 56px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-twitter-box-link a img {
    width: 18%;
    margin-right: 10px;
  }
}
.c-lp__kariagekun-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 643px;
  margin: 40px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-sns {
    display: block;
    width: 90%;
    margin: 40px auto 0;
    text-align: center;
  }
}
.c-lp__kariagekun-sns figure {
  width: 130px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-sns figure {
    width: 100%;
    margin: 0 auto 25px;
  }
}
.c-lp__kariagekun-sns figure img {
  width: 96px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-sns figure img {
    width: 20%;
  }
}
.c-lp__kariagekun-sns figure figcaption {
  font-size: 1.2rem;
  color: #404040;
}
.c-lp__kariagekun-sns h3 {
  width: 218px;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-sns h3 {
    width: 46%;
    margin: 0 auto 30px;
  }
}
.c-lp__kariagekun-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 214px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-sns ul {
    width: 60%;
    margin: 0 auto;
  }
}
.c-lp__kariagekun-sns ul li {
  margin-right: 30px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-lp__kariagekun-sns ul li {
    margin-right: 20px;
  }
}
.c-lp__kariagekun-sns ul li:last-child {
  margin-right: 0;
}
.c-lp__brand {
  font-size: 1.6rem;
  line-height: 2.25em;
}
@media screen and (-ms-high-contrast: none) and (min-width: 1118px) {
  .c-lp__brand {
    margin-bottom: -123px;
  }
}
.c-lp__brand-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
}
.c-lp__brand-bg-color, .c-lp__brand-bg-dots {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-lp__brand-bg-color {
  background-color: #1d1404;
}
.c-lp__brand-bg-dots {
  background-image: radial-gradient(rgba(29, 20, 4, 0.2) 0%, rgba(29, 20, 4, 0.1) 100%);
  background-size: 3px 3px;
}
.c-lp__brand-bg video {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}
.c-lp__brand [data-fadein] {
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.c-lp__brand [data-btn] {
  width: 330px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lp__brand [data-btn] {
    width: 89.06667vw;
  }
}
.c-lp__brand [data-btn] a {
  display: block;
  padding: 20px 35px;
  background-color: #9a6d23;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: 2px solid #9a6d23;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c-lp__brand [data-btn] a {
    padding: 10px 30px;
    line-height: 1.67em;
  }
}
.c-lp__brand [data-btn] a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 34px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand [data-btn] a::before {
    right: 20px;
    width: 12px;
    height: 12px;
    top: 47%;
  }
}
.c-lp__brand [data-btn] a:hover {
  background-color: #fff;
  color: #000;
}
.c-lp__brand [data-btn] a:hover::before {
  border-color: #9a6d23;
}
.c-lp__brand-hero {
  max-width: 1000px;
  margin: 0 auto;
  padding: 272px 0 311px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-hero h1 {
    padding-bottom: 13.33333vw;
  }
}
.c-lp__brand-hero h1 img {
  max-width: 700px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-hero h1 img {
    width: 13.06667vw;
  }
}
.c-lp__brand-hero-scroll {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 90px;
  color: #fff;
  font-family: "YakuHanJP_Narrow", "Open Sans", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  letter-spacing: 0.1em;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .c-lp__brand-hero-scroll {
    height: 17.33333vw;
    bottom: 6.93333vw;
  }
}
.c-lp__brand-hero-scroll p {
  position: relative;
  display: block;
  height: 100%;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-hero-scroll p {
    font-size: 2.93333vw;
  }
}
.c-lp__brand-hero-scroll p::after {
  position: absolute;
  left: 50%;
  bottom: 230px;
  top: 32px;
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  -webkit-animation: scroll-animation 2000ms ease-in-out 0ms infinite normal;
          animation: scroll-animation 2000ms ease-in-out 0ms infinite normal;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-hero-scroll p::after {
    top: 8.53333vw;
    -webkit-animation: scroll-animation-sp 2000ms ease-in-out 0ms infinite normal;
            animation: scroll-animation-sp 2000ms ease-in-out 0ms infinite normal;
  }
}
@keyframes scroll-animation {
  0% {
    height: 0;
  }
  100% {
    height: 58px;
    @media screen and (max-width: 767px) {
      .c-lp__brand-hero-scroll {
        height: 8.8vw;
      }
    }
  }
}
@keyframes scroll-animation-sp {
  0% {
    height: 0;
  }
  100% {
    height: 8.8vw;
  }
}
.c-lp__brand-hero [data-btn] {
  width: 100%;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 420px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-hero [data-btn] {
    width: 86%;
  }
}
.c-lp__brand-hero [data-btn] a {
  display: block;
  padding: 23px 35px;
  background-color: #9a6d23;
  color: #fff;
  font-size: 1.8rem;
  text-decoration: none;
  position: relative;
  border: 2px solid #9a6d23;
  -webkit-transition: 300ms;
  transition: 300ms;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-hero [data-btn] a {
    padding: 15px 30px;
  }
}
.c-lp__brand-hero [data-btn] a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-hero [data-btn] a::before {
    right: 15px;
  }
}
.c-lp__brand-hero [data-btn] a:hover {
  background-color: #fff;
  color: #000;
}
.c-lp__brand-hero [data-btn] a:hover::before {
  border-color: #9a6d23;
}
.c-lp__brand-movie {
  margin: 83px 0;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-movie {
    margin: 7.62868vw 0 8.27206vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie {
    margin: 50px 0;
  }
}
.c-lp__brand-movie-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-movie-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie-body {
    padding: 0 4vw 0;
  }
}
.c-lp__brand-movie-body h2 {
  text-align: center;
}
.c-lp__brand-movie-body h2 img {
  width: 117px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie-body h2 img {
    width: 21.73333vw;
  }
}
.c-lp__brand-movie-list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie-list {
    width: 100%;
    margin-top: 60px;
  }
}
.c-lp__brand-movie-list ul {
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .c-lp__brand-movie-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-lp__brand-movie-list ul li {
  width: 326px;
  margin: 35px 0 0 20px;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-movie-list ul li {
    max-width: 326px;
    width: 29.04412vw;
    margin-left: 3.03309vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie-list ul li {
    width: 89.33333vw;
    max-width: none;
    margin-top: 38px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie-list ul li:first-child {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__brand-movie-list ul li:nth-child(1), .c-lp__brand-movie-list ul li:nth-child(2), .c-lp__brand-movie-list ul li:nth-child(3) {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__brand-movie-list ul li:nth-child(3n-2) {
    margin-left: 0;
  }
}
.c-lp__brand-movie-list ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}
.c-lp__brand-movie-list ul li a:hover img {
  opacity: 0.7;
}
.c-lp__brand-movie-list ul li figure {
  line-height: 0;
}
.c-lp__brand-movie-list ul li figure img {
  width: 100%;
  height: auto;
  -webkit-transition: 300ms;
  transition: 300ms;
}
.c-lp__brand-movie-list ul li p {
  font-size: 1.8rem;
  line-height: 1.39em;
  letter-spacing: 0.12em;
  font-family: "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "YuMincho", "YakuHanJP_Narrow", "游ゴシック体", "Yu Gothic", "MS Pゴシック", "Arial", "MS UI Gothic", "sans-serif";
  margin: 16px 0 0 0;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie-list ul li p {
    text-align: center;
    margin-top: 28px;
  }
}
.c-lp__brand-movie-list ul[data-column=col-2] {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie-list ul[data-column=col-2] {
    margin-bottom: 38px;
  }
}
.c-lp__brand-movie-list ul[data-column=col-2] li {
  width: 490px;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-movie-list ul[data-column=col-2] li {
    max-width: 490px;
    width: 45.03676vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-movie-list ul[data-column=col-2] li {
    width: 89.33333vw;
    max-width: none;
  }
}
.c-lp__brand-movie-list div.c-page-home__link {
  margin-top: 24px;
}
.c-lp__brand-umai {
  margin-top: 134px;
  background-image: url("/img/brand/bg-umai.jpg");
  background-size: cover;
  height: 65.71429vw;
  padding-top: 11.57143vw;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-umai {
    margin: 7.62868vw 0 8.27206vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-umai {
    height: 141.33333vw;
    margin-top: 19.2vw;
    background-image: url("/img/brand/bg-umai-sp.jpg");
    padding-top: 50.8vw;
  }
}
.c-lp__brand-umai-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-umai-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-umai-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-umai-body {
    padding: 0 4vw 0;
  }
}
.c-lp__brand-umai-body h2 {
  text-align: right;
  padding-right: 68px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-umai-body h2 {
    text-align: center;
    padding-right: 0;
    padding-left: 3.46667vw;
  }
}
.c-lp__brand-umai-body h2 img {
  width: 20.78571vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-umai-body h2 img {
    width: 38.13333vw;
  }
}
.c-lp__brand-yayoigui {
  text-align: center;
  margin-top: 140px;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-yayoigui {
    margin: 7.62868vw 0 8.27206vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui {
    margin: 50px 0;
  }
}
.c-lp__brand-yayoigui-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-yayoigui-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-body {
    padding: 0 4vw 0;
    margin-top: 20vw;
  }
}
.c-lp__brand-yayoigui-body h2 img {
  width: 356px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-body h2 img {
    width: 68.4vw;
  }
}
.c-lp__brand-yayoigui-text {
  color: #fff;
  letter-spacing: 0.16em;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-text {
    margin-top: 10.66667vw;
  }
}
.c-lp__brand-yayoigui-img {
  width: 968px;
  max-width: 69.14286vw;
  height: 977px;
  max-height: 69.78571vw;
  margin: 0 auto;
  margin-top: 33px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img {
    width: 88.8vw;
    max-width: none;
    height: 102.8vw;
    max-height: none;
    margin-top: 10.8vw;
  }
}
.c-lp__brand-yayoigui-img [data-intersected] {
  -webkit-transition: 400ms ease-in-out;
  transition: 400ms ease-in-out;
}
.c-lp__brand-yayoigui-img [data-intersected=false] {
  opacity: 0;
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}
.c-lp__brand-yayoigui-img [data-intersected=true] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.c-lp__brand-yayoigui-img-01 {
  margin: 0 auto;
  padding-top: 220px;
}
@media (max-width: 1400px) {
  .c-lp__brand-yayoigui-img-01 {
    padding-top: 15.71429vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-01 {
    padding-top: 22.66667vw;
  }
}
.c-lp__brand-yayoigui-img-01 img {
  width: 546px;
  max-width: 39vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-01 img {
    width: 54.13333vw;
    max-width: none;
  }
}
.c-lp__brand-yayoigui-img-02 {
  position: absolute;
  top: 0;
  left: 384px;
}
@media (max-width: 1400px) {
  .c-lp__brand-yayoigui-img-02 {
    top: 0;
    left: 27.42857vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-02 {
    top: 0;
    left: 33.06667vw;
  }
}
.c-lp__brand-yayoigui-img-02 img {
  width: 200px;
  max-width: 14.28571vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-02 img {
    width: 23.33333vw;
    max-width: none;
  }
}
.c-lp__brand-yayoigui-img-03 {
  position: absolute;
  top: 394px;
  right: 0;
}
@media (max-width: 1400px) {
  .c-lp__brand-yayoigui-img-03 {
    top: 28.14286vw;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-03 {
    top: 38.4vw;
    right: 0;
  }
}
.c-lp__brand-yayoigui-img-03 img {
  width: 247px;
  max-width: 17.64286vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-03 img {
    width: 23.33333vw;
    max-width: none;
  }
}
.c-lp__brand-yayoigui-img-04 {
  position: absolute;
  bottom: 0;
  left: 384px;
}
@media (max-width: 1400px) {
  .c-lp__brand-yayoigui-img-04 {
    bottom: 0;
    left: 27.42857vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-04 {
    bottom: 0;
    left: 33.06667vw;
  }
}
.c-lp__brand-yayoigui-img-04 img {
  width: 200px;
  max-width: 14.28571vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-04 img {
    width: 23.33333vw;
    max-width: none;
  }
}
.c-lp__brand-yayoigui-img-05 {
  position: absolute;
  top: 394px;
  left: 0;
}
@media (max-width: 1400px) {
  .c-lp__brand-yayoigui-img-05 {
    top: 28.14286vw;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-05 {
    top: 38.4vw;
    left: 0;
  }
}
.c-lp__brand-yayoigui-img-05 img {
  width: 248px;
  max-width: 17.71429vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-05 img {
    width: 23.33333vw;
    max-width: none;
  }
}
.c-lp__brand-yayoigui-img-06 {
  width: 681px;
  max-width: 48.64286vw;
  height: 675px;
  max-height: 48.21429vw;
  position: absolute;
  top: 153px;
  left: 143px;
}
@media (max-width: 1400px) {
  .c-lp__brand-yayoigui-img-06 {
    top: 10.92857vw;
    left: 10.21429vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-06 {
    width: 70vw;
    max-width: none;
    height: 73.33333vw;
    max-height: none;
    top: 15.06667vw;
    left: 7.6vw;
  }
}
.c-lp__brand-yayoigui-img-06-01 {
  position: absolute;
  top: 0;
  right: 0;
}
.c-lp__brand-yayoigui-img-06-01 img {
  width: 340px;
  max-width: 24.28571vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-06-01 img {
    width: 34.26667vw;
    max-width: none;
  }
}
.c-lp__brand-yayoigui-img-06-02 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.c-lp__brand-yayoigui-img-06-02 img {
  width: 340px;
  max-width: 24.28571vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-06-02 img {
    width: 34.26667vw;
    max-width: none;
  }
}
.c-lp__brand-yayoigui-img-06-03 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.c-lp__brand-yayoigui-img-06-03 img {
  width: 341px;
  max-width: 24.35714vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-06-03 img {
    width: 34.4vw;
    max-width: none;
  }
}
.c-lp__brand-yayoigui-img-06-04 {
  position: absolute;
  top: 0;
  left: 0;
}
.c-lp__brand-yayoigui-img-06-04 img {
  width: 341px;
  max-width: 24.35714vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-img-06-04 img {
    width: 34.4vw;
    max-width: none;
  }
}
.c-lp__brand-yayoigui-btns {
  margin-top: 128px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-btns {
    margin-top: 13.33333vw;
    margin-bottom: 26.4vw;
  }
}
.c-lp__brand-yayoigui-btns [data-btn] {
  width: 520px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-btns [data-btn] {
    width: 89.06667vw;
    margin-bottom: 3.33333vw;
  }
}
.c-lp__brand-yayoigui-btns [data-btn]:first-of-type {
  position: relative;
}
.c-lp__brand-yayoigui-btns [data-btn]:first-of-type::before {
  content: "";
  width: 142px;
  height: 164px;
  background-image: url("/img/brand/pict-yayoigui-btn.png");
  background-size: contain;
  display: block;
  position: absolute;
  bottom: 0;
  left: -40px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-btns [data-btn]:first-of-type::before {
    width: 100px;
    height: 115px;
    left: 0;
  }
}
.c-lp__brand-yayoigui-btns [data-btn]:last-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-yayoigui-btns [data-btn]:last-of-type {
    margin-top: 6.66667vw;
  }
}
.c-lp__brand-yayoigui-btns [data-btn]:last-of-type a {
  background-color: #fff;
  color: #000;
}
.c-lp__brand-yayoigui-btns [data-btn]:last-of-type a::before {
  border-top: solid 2px #9a6d23;
  border-right: solid 2px #9a6d23;
}
.c-lp__brand-yayoigui-btns [data-btn]:last-of-type a:hover {
  background-color: #9a6d23;
  color: #fff;
}
.c-lp__brand-yayoigui-btns [data-btn]:last-of-type a:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-lp__brand-takeout {
  margin-top: 160px;
  background-color: #e9e4dc;
  padding: 30px 0 20px;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-takeout {
    margin: 7.62868vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout {
    margin: 50px 0 0;
    padding-top: 0;
    padding-bottom: 13.06667vw;
  }
}
.c-lp__brand-takeout h2 {
  text-align: center;
}
.c-lp__brand-takeout h2 img {
  width: 1300px;
  max-width: 92.85714vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout h2 img {
    width: 100%;
    max-width: none;
  }
}
.c-lp__brand-takeout-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-takeout-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-body {
    padding: 0 4vw 0;
  }
}
.c-lp__brand-takeout-text {
  text-align: center;
  letter-spacing: 0.15em;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-text {
    margin-top: 9.33333vw;
  }
}
.c-lp__brand-takeout-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding: 0 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 6.66667vw;
    padding: 0;
  }
}
.c-lp__brand-takeout-menu-item {
  position: relative;
  width: 188px;
  text-align: center;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-takeout-menu-item {
    width: 13.42857vw;
    margin: 0 2.38971vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-menu-item {
    margin: 0;
    margin-bottom: 9.33333vw;
    width: 42vw;
  }
}
.c-lp__brand-takeout-menu-item picture {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-menu-item picture {
    margin-bottom: 19px;
  }
}
.c-lp__brand-takeout-menu-item img {
  max-width: 11.92857vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-menu-item img {
    max-width: 100%;
  }
}
.c-lp__brand-takeout-menu-item a {
  color: #000;
  font-size: 1.7rem;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-lp__brand-takeout-menu-item a:hover picture img {
    opacity: 0.7;
  }
}
.c-lp__brand-takeout-menu-item dl {
  font-size: 1.8rem;
  line-height: 1.2em;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-menu-item dl {
    text-align: center;
  }
}
.c-lp__brand-takeout-menu-item dl dt span {
  font-size: 1.2rem;
}
.c-lp__brand-takeout-menu-item dl dd {
  width: 90%;
  margin: 0 auto;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #000;
  font-size: 2rem;
}
.c-lp__brand-takeout-menu-item dl dd span {
  font-size: 1.4rem;
}
.c-lp__brand-takeout-menu-item dl dd span:last-of-type {
  font-size: 1.1rem;
}
.c-lp__brand-takeout-menu-item-new {
  position: absolute;
  right: -19px;
  top: -31px;
  z-index: 1;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 54px;
  text-align: center;
  background: #8f2029;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-menu-item-new {
    right: -4vw;
    width: 13.33333vw;
    height: 13.33333vw;
    line-height: 13.06667vw;
  }
}
.c-lp__brand-takeout-menu-item-new span {
  color: #fff;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-menu-item-new span {
    font-size: 3.46667vw;
  }
}
.c-lp__brand-takeout-menu.slick-initialized {
  opacity: 1;
}
.c-lp__brand-takeout-menu[data-slide=false] {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-lp__brand-takeout-menu[data-slide=false] {
    padding-top: 31px !important;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__brand-takeout-menu[data-slide=false] div.c-page-home__recommend-menu-item {
    max-width: 298px;
  }
}
.c-lp__brand-takeout-menu + .c-page-home__btn {
  margin-top: 29px;
}
.c-lp__brand-takeout-service {
  margin: 50px 24px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-service {
    margin: 0 0 4.53333vw;
  }
}
.c-lp__brand-takeout-service img {
  max-width: 100%;
}
.c-lp__brand-takeout-btns [data-btn] {
  margin-top: 30px;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-btns [data-btn] {
    width: 89.06667vw;
  }
}
.c-lp__brand-takeout-btns [data-btn]:last-of-type {
  margin-top: 30px;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-btns [data-btn]:last-of-type {
    margin-top: 6.66667vw;
    margin-bottom: 0;
  }
}
.c-lp__brand-takeout-btns [data-btn]:last-of-type a {
  background-color: #fff;
  color: #000;
}
.c-lp__brand-takeout-btns [data-btn]:last-of-type a::before {
  border-top: solid 2px #9a6d23;
  border-right: solid 2px #9a6d23;
}
.c-lp__brand-takeout-btns [data-btn]:last-of-type a:hover {
  background-color: #9a6d23;
  color: #fff;
}
.c-lp__brand-takeout-btns [data-btn]:last-of-type a:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-lp__brand-takeout-note {
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-takeout-note {
    text-align: center;
  }
  .c-lp__brand-takeout-note p {
    margin: 13.06667vw 0 0 0;
  }
}
.c-lp__brand-kodawari {
  text-align: center;
  margin-bottom: 88px;
  color: #fff;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-kodawari {
    margin-bottom: 8.27206vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari {
    margin-bottom: 137px;
  }
}
.c-lp__brand-kodawari-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1088px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-kodawari-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-body {
    padding: 0 4vw 0;
  }
}
.c-lp__brand-kodawari-top {
  background-color: rgba(29, 24, 17, 0.4);
  padding-top: 103px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-top {
    padding-top: 18.4vw;
    padding-bottom: 20.8vw;
  }
}
.c-lp__brand-kodawari-top h2 img {
  width: 478px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-top h2 img {
    width: 86.8vw;
  }
}
.c-lp__brand-kodawari-img {
  margin-top: 47px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-img {
    margin-top: 11.33333vw;
    margin-bottom: 9.06667vw;
  }
}
.c-lp__brand-kodawari-img img {
  width: 1000px;
  max-width: 71.42857vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-img img {
    width: 89.33333vw;
    max-width: none;
  }
}
.c-lp__brand-kodawari-text {
  margin-top: 38px;
  letter-spacing: 0.15em;
}
.c-lp__brand-kodawari-btns {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-btns {
    margin-top: 77px;
  }
}
.c-lp__brand-kodawari-btns [data-btn] {
  width: 348px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-btns [data-btn] {
    width: 74.66667vw;
  }
}
.c-lp__brand-kodawari-btns [data-btn] a {
  padding: 10px 35px;
}
.c-lp__brand-kodawari-list01 {
  text-align: left;
  list-style: none;
  position: relative;
  min-height: 372px;
  margin-top: 110px;
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list01 {
    margin-top: 41.33333vw;
  }
}
.c-lp__brand-kodawari-list01-text {
  width: 700px;
  max-width: 67.30769vw;
  padding: 20px 180px 20px 42px;
  background-color: rgba(154, 109, 35, 0.7);
  line-height: 2.25em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-kodawari-list01-text {
    padding-right: 160px;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list01-text {
    margin-top: 0;
    position: relative;
    left: auto;
    top: auto;
    width: 89.33333vw;
    max-width: none;
    padding: 7.2vw 8vw 4.26667vw;
  }
}
.c-lp__brand-kodawari-list01-text h3 {
  position: absolute;
  margin: 0;
  top: -32px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list01-text h3 {
    top: -18.66667vw;
  }
}
.c-lp__brand-kodawari-list01-text h3 img {
  width: 272px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list01-text h3 img {
    width: 65.2vw;
  }
}
.c-lp__brand-kodawari-list01-img {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list01-img {
    position: relative;
    right: 4vw;
    top: auto;
  }
}
.c-lp__brand-kodawari-list01-img img {
  width: 470px;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-kodawari-list01-img img {
    width: 42.03936vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list01-img img {
    width: 100vw;
    max-width: none;
  }
}
.c-lp__brand-kodawari-list02 {
  text-align: left;
  list-style: none;
  position: relative;
  min-height: 396px;
  margin-top: 112px;
  padding-top: 108px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list02 {
    margin-top: 52vw;
  }
}
.c-lp__brand-kodawari-list02-text {
  width: 700px;
  margin-left: auto;
  max-width: 67.30769vw;
  padding: 20px 36px 20px 180px;
  background-color: rgba(154, 109, 35, 0.7);
  line-height: 2.25em;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-kodawari-list02-text {
    padding-left: 160px;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list02-text {
    position: relative;
    left: auto;
    top: auto;
    width: 89.33333vw;
    max-width: none;
    padding: 7.2vw 8vw 4.26667vw;
  }
}
.c-lp__brand-kodawari-list02-text h3 {
  position: absolute;
  top: 28px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list02-text h3 {
    top: -34.13333vw;
  }
}
.c-lp__brand-kodawari-list02-text h3 img {
  width: 434px;
  max-width: 47.69231vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list02-text h3 img {
    width: 68.8vw;
    max-width: none;
  }
}
.c-lp__brand-kodawari-list02-img {
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list02-img {
    position: relative;
    left: -4vw;
    top: auto;
  }
}
.c-lp__brand-kodawari-list02-img img {
  width: 470px;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-kodawari-list02-img img {
    width: 42.03936vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-list02-img img {
    width: 100vw;
    max-width: none;
  }
}
.c-lp__brand-kodawari-sns {
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-sns {
    margin-top: 22.4vw;
  }
}
.c-lp__brand-kodawari-sns h2 {
  text-align: center;
  margin-bottom: 12px;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand-kodawari-sns h2 {
    margin-bottom: 2.38971vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-sns h2 {
    margin-bottom: 4.8vw;
  }
}
.c-lp__brand-kodawari-sns h2 img {
  width: 239px;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-sns h2 img {
    width: 63.73333vw;
  }
}
.c-lp__brand-kodawari-sns ul {
  list-style-type: none;
  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;
}
.c-lp__brand-kodawari-sns ul li {
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-sns ul li {
    margin: 0 4vw;
  }
}
.c-lp__brand-kodawari-sns ul li[data-category=facebook] img {
  width: 48px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-sns ul li[data-category=facebook] img {
    width: 12.8vw;
  }
}
.c-lp__brand-kodawari-sns ul li[data-category=twitter] img {
  width: 48px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-kodawari-sns ul li[data-category=twitter] img {
    width: 12.8vw;
  }
}
.c-lp__brand-kodawari-sns ul li a {
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}
.c-lp__brand-kodawari-sns ul li a:hover {
  opacity: 0.7;
}
.c-lp__brand-app {
  background-color: #fff;
  padding: 70px 0 100px;
}
.c-lp__brand-app-btns {
  margin-bottom: 70px;
}
.c-lp__brand-app-btns [data-btn] {
  width: 900px;
  max-width: 64.28571vw;
}
@media screen and (max-width: 767px) {
  .c-lp__brand-app-btns [data-btn] {
    width: 89.33333vw;
    max-width: none;
  }
}
.c-lp__brand-app-btns [data-btn] a {
  background-color: #fff;
  color: #000;
}
.c-lp__brand-app-btns [data-btn] a::before {
  border-top: solid 2px #9a6d23;
  border-right: solid 2px #9a6d23;
}
.c-lp__brand-app-btns [data-btn] a:hover {
  background-color: #9a6d23;
  color: #fff;
}
.c-lp__brand-app-btns [data-btn] a:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-lp__brand .c-page-home__app-box {
  position: relative;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand .c-page-home__app-box dl {
    margin-bottom: 0;
  }
}
.c-lp__brand .c-page-home__app-note {
  margin-top: 30px;
  font-size: 1.4rem;
  color: #1c1c1c;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand .c-page-home__app-note {
    width: 39.52206vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand .c-page-home__app-note {
    width: 100%;
  }
}
.c-lp__brand .c-page-home__link {
  position: absolute;
  right: 50px;
  bottom: 48px;
}
@media screen and (max-width: 1117px) {
  .c-lp__brand .c-page-home__link {
    right: 4.59559vw;
    bottom: 4.41176vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__brand .c-page-home__link {
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
  }
}
.c-lp__ouchiteishoku {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku {
    padding-bottom: 13.33333vw;
  }
}
.c-lp__ouchiteishoku img {
  vertical-align: top;
}
.c-lp__ouchiteishoku-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-modal {
    padding: 6.13333vw;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__ouchiteishoku-modal {
    display: none;
  }
}
.c-lp__ouchiteishoku-modal::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 45, 35, 0.5);
}
.c-lp__ouchiteishoku-modal[data-modal=close] {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 600ms;
  transition: 600ms;
}
.c-lp__ouchiteishoku-modal[data-modal=open] {
  opacity: 1;
  -webkit-transition: 600ms;
  transition: 600ms;
}
.c-lp__ouchiteishoku-modal-close {
  position: absolute;
  top: -22px;
  right: -11px;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #9a6d23;
}
.c-lp__ouchiteishoku-modal-close::before, .c-lp__ouchiteishoku-modal-close::after {
  position: absolute;
  top: 20px;
  left: 10px;
  content: "";
  display: block;
  width: 26px;
  height: 3px;
  background-color: #fff;
}
.c-lp__ouchiteishoku-modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-lp__ouchiteishoku-modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-lp__ouchiteishoku-modal-takeout {
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 30px 0 20px;
  border-radius: 10px;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-modal-takeout {
    margin: 7.62868vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-modal-takeout {
    margin: 0;
    padding-top: 9.33333vw;
    padding-bottom: 6.4vw;
    top: 49%;
  }
}
.c-lp__ouchiteishoku-modal-takeout h2 {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-modal-takeout h2 {
    padding: 0 7.2vw;
    margin: 0;
  }
}
.c-lp__ouchiteishoku-modal-takeout h2 img {
  width: 1300px;
  max-width: 92.85714vw;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-modal-takeout h2 img {
    width: 100%;
    max-width: none;
  }
}
.c-lp__ouchiteishoku-modal-takeout-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-modal-takeout-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-modal-takeout-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-modal-takeout-body {
    padding: 0 7.2vw 0;
  }
}
.c-lp__ouchiteishoku-modal-takeout-text {
  text-align: center;
  letter-spacing: 0.15em;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-modal-takeout-text {
    font-size: 1.3rem;
    line-height: 2.25em;
    letter-spacing: 0.16em;
    margin: 8vw 0 9.6vw;
  }
}
.c-lp__ouchiteishoku-modal-takeout-service {
  margin: 50px 0 8px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-modal-takeout-service {
    margin: 0 0 4.53333vw;
  }
}
.c-lp__ouchiteishoku-modal-takeout-service img {
  max-width: 100%;
}
.c-lp__ouchiteishoku-modal-takeout-note {
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-modal-takeout-note {
    font-size: 1.1rem;
    text-align: center;
    margin: 4.8vw 0 0;
  }
}
.c-lp__ouchiteishoku-banner {
  padding: 30px 0 50px;
  background: url("/img/ouchiteishoku/bg-banner-02.jpg");
  background-size: 350px auto;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-banner {
    padding: 6.66667vw 0 0;
    background-size: 175px auto;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__ouchiteishoku-banner a {
    opacity: 1;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  .c-lp__ouchiteishoku-banner a:hover {
    opacity: 0.8;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
}
.c-lp__ouchiteishoku-banner img {
  max-width: 100%;
}
.c-lp__ouchiteishoku-banner-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-banner-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-banner-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-banner-body {
    padding: 0;
  }
}
.c-lp__ouchiteishoku-banner-body h3 {
  margin-top: 0;
  text-align: center;
  font-size: 2.2rem;
}
.c-lp__ouchiteishoku-banner-body h3 span {
  display: block;
  font-size: 1.3rem;
  color: #9a6d23;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-banner-btn {
    padding: 0 5.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-banner-btn[data-device=pc] {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__ouchiteishoku-banner-btn[data-device=sp] {
    display: none;
  }
}
.c-lp__ouchiteishoku-banner-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-lp__ouchiteishoku-banner-item {
  width: 460px;
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-lp__ouchiteishoku-banner-item {
    max-width: 38.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-banner-item {
    width: 100%;
    margin-top: 0;
    padding: 0 5.33333vw 5.33333vw;
  }
  .c-lp__ouchiteishoku-banner-item img {
    width: 100%;
  }
}
.c-lp__ouchiteishoku-hero {
  padding: 30px 0 50px;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-hero {
    padding-top: 3.67647vw 0 4.59559vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-hero {
    padding: 5.33333vw 0 6.66667vw;
  }
}
.c-lp__ouchiteishoku-hero h2 {
  text-align: center;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-hero h2 {
    padding: 0 5.33333vw;
  }
}
.c-lp__ouchiteishoku-hero h2 img {
  width: 1300px;
  max-width: 92.85714vw;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-hero h2 img {
    width: 100%;
    max-width: none;
  }
}
.c-lp__ouchiteishoku-kodawari {
  padding: 100px 0 0;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari {
    padding: 13.33333vw 0 0;
  }
}
.c-lp__ouchiteishoku-kodawari-body h3 {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-kodawari-body h3 {
    width: 38.78571vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-body h3 {
    width: 85.6vw;
  }
}
.c-lp__ouchiteishoku-kodawari-body h3 img {
  width: 100%;
  max-width: 543px;
  height: auto;
}
.c-lp__ouchiteishoku-kodawari-first-text {
  margin-top: 45px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-kodawari-first-text {
    margin-top: 3.21429vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-first-text {
    margin-top: 2.66667vw;
    padding: 0 5.33333vw;
    font-size: 1.4rem;
  }
}
.c-lp__ouchiteishoku-kodawari-inner {
  position: relative;
  width: 1400px;
  max-width: 100vw;
  margin: 0 auto;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-kodawari-inner {
    width: auto;
    min-width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-inner {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
.c-lp__ouchiteishoku-kodawari-inner h4 {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-inner h4 {
    position: static;
    top: auto;
    right: auto;
  }
}
.c-lp__ouchiteishoku-kodawari-inner p {
  position: relative;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-inner p {
    position: static;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] {
    margin-top: 13.33333vw;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] .c-lp__ouchiteishoku-kodawari-inner {
  padding: 0;
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] h4 {
  margin-top: 50px;
  right: 190px;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] h4 {
    margin-top: 3.57143vw;
    right: 12.85714vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] h4 {
    margin-top: 0;
    right: auto;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] h4 img {
  width: 89px;
  max-width: 6.35714vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] h4 img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] figure {
    display: none;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] figure img {
  width: 1030px;
  max-width: 73.57143vw;
  height: auto;
  margin: 0 0 0 20px;
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] p {
  padding: 0 350px 0 200px;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] p {
    padding: 0 25vw 0 14.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] p {
    padding: 0 24vw 0 5.33333vw;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] p::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 18px;
  background: url("/img/ouchiteishoku/pict-kodawari-03.png") 0 0 no-repeat;
  background-size: 78px auto;
  top: 0;
  right: 190px;
  margin: 10px 0 0;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] p::after {
    width: 5.57143vw;
    height: 1.28571vw;
    background-size: 5.57143vw auto;
    right: 13.57143vw;
    margin: 0.71429vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="1"] p::after {
    display: none;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] {
  margin: 70px auto 0;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] {
    margin: 5vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] {
    margin-top: 13.33333vw;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] .c-lp__ouchiteishoku-kodawari-inner {
  padding: 0;
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] h4 {
  margin-top: 35px;
  left: 190px;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] h4 {
    margin-top: 2.5vw;
    left: 13.57143vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] h4 {
    margin-top: 0;
    left: auto;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] h4 img {
  width: 89px;
  max-width: 6.42857vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] h4 img {
    width: 100%;
    max-width: 100%;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] figure {
  margin-left: 350px;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] figure {
    margin-left: 23.57143vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] figure {
    display: none;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] figure img {
  width: 1040px;
  max-width: 74.28571vw;
  height: auto;
  margin: 0 10px 0 0;
  text-align: right;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] figure img {
    margin-right: 0.71429vw;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] p {
  padding: 0 330px 0 350px;
  text-align: left;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] p {
    padding: 0 23.57143vw 0 25vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] p {
    padding: 0 2.66667vw 0 23.73333vw;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] p::after {
  content: "";
  position: absolute;
  width: 33px;
  height: 73px;
  background: url("/img/ouchiteishoku/pict-kodawari-06.png") 0 0 no-repeat;
  background-size: 33px auto;
  top: 0;
  left: 210px;
  margin: 20px 0 0;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] p::after {
    width: 2.35714vw;
    height: 5.21429vw;
    background-size: 2.35714vw auto;
    left: 15vw;
    margin: 1.42857vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="2"] p::after {
    display: none;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] {
  margin: 110px auto 0;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] {
    margin: 7.85714vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] {
    margin-top: 13.33333vw;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] .c-lp__ouchiteishoku-kodawari-inner {
  padding: 0;
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] h4 {
  right: 190px;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] h4 {
    right: 13.57143vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] h4 {
    right: auto;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] h4 img {
  width: 89px;
  max-width: 6.35714vw;
  height: auto;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] h4 img {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] figure {
    display: none;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] figure img {
  width: 1031px;
  max-width: 73.64286vw;
  height: auto;
  margin: 0 0 0 20px;
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] p {
  margin-top: -35px;
  padding: 0 350px 0 200px;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] p {
    margin-top: -2.5vw;
    padding: 0 25vw 0 14.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] p {
    padding: 0 24vw 0 5.33333vw;
  }
}
.c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] p::after {
  content: "";
  position: absolute;
  width: 94px;
  height: 58px;
  background: url("/img/ouchiteishoku/pict-kodawari-09.png") 0 0 no-repeat;
  background-size: 94px auto;
  top: 0;
  right: 185px;
  margin: 0;
}
@media screen and (max-width: 1399px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] p::after {
    width: 6.71429vw;
    height: 4.14286vw;
    background-size: 5.57143vw auto;
    right: 13.21429vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-kodawari-item[data-kodawari="3"] p::after {
    display: none;
  }
}
.c-lp__ouchiteishoku-takeout {
  padding: 0;
}
.c-lp__ouchiteishoku-takeout-body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1040px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-body {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-takeout-body {
    padding: 0 1.83824vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-body {
    padding: 0 5.33333vw 0;
  }
}
.c-lp__ouchiteishoku-takeout-body h3 {
  margin-top: 0;
  text-align: center;
  font-size: 2.2rem;
}
.c-lp__ouchiteishoku-takeout-body h3 span {
  display: block;
  font-size: 1.3rem;
  color: #9a6d23;
}
.c-lp__ouchiteishoku-takeout-service {
  margin: 30px 0 8px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-service {
    margin: 10.66667vw 0 4.53333vw;
  }
}
.c-lp__ouchiteishoku-takeout-service img {
  max-width: 100%;
}
.c-lp__ouchiteishoku-takeout-note {
  font-size: 1.3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-note {
    text-align: center;
    margin: 4vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-note p {
    margin-bottom: 0;
  }
}
.c-lp__ouchiteishoku-takeout-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-takeout-menu-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-lp__ouchiteishoku-takeout-menu-body h4 {
  margin: 0 auto 15px;
  text-align: center;
  font-size: 2rem;
  color: #9a6d23;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-takeout-menu-body h4 {
    font-size: 1.7rem;
  }
}
.c-lp__ouchiteishoku-takeout-menu-body h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #9a6d23;
  left: 0;
  top: 50%;
}
.c-lp__ouchiteishoku-takeout-menu-body h4 span {
  position: relative;
  padding: 0 8px;
  background: #f4f2ee;
  z-index: 1;
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] {
  width: 591px;
  margin-right: 18px;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] {
    margin-right: 0;
  }
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=single] {
  width: 185px;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=single] {
    width: auto;
  }
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=nabemenu] {
  width: 185px;
  margin-right: 18px;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=nabemenu] {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=nabemenu] {
    width: 100%;
    margin-bottom: 6.66667vw;
    margin-right: 0;
  }
}
.c-lp__ouchiteishoku-takeout-menu-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-lp__ouchiteishoku-takeout-menu-item {
  position: relative;
  width: 185px;
  margin: 0 18px 45px 0;
  text-align: center;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-takeout-menu-item {
    width: 16.21429vw;
    margin: 0 0.96507vw 3.21429vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-item {
    margin: 0;
    margin-bottom: 9.33333vw;
    width: 42.13333vw;
  }
}
.c-lp__ouchiteishoku-takeout-menu-item:nth-child(5n) {
  margin-right: 0;
}
.c-lp__ouchiteishoku-takeout-menu-item a {
  display: block;
  color: #000;
  text-decoration: none;
}
.c-lp__ouchiteishoku-takeout-menu-item a:hover {
  opacity: 0.7;
}
.c-lp__ouchiteishoku-takeout-menu-item picture {
  display: block;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-item picture {
    margin-bottom: 19px;
  }
}
.c-lp__ouchiteishoku-takeout-menu-item img {
  max-width: 90%;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-item img {
    max-width: 100%;
  }
}
.c-lp__ouchiteishoku-takeout-menu-item dl {
  font-size: 1.6rem;
  line-height: 1.2em;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-item dl {
    text-align: center;
  }
}
.c-lp__ouchiteishoku-takeout-menu-item dl dt {
  padding-top: 0.7em;
}
.c-lp__ouchiteishoku-takeout-menu-item dl dt span {
  display: block;
  margin-top: 0.7em;
  font-size: 1.1rem;
}
.c-lp__ouchiteishoku-takeout-menu-item dl dd {
  width: 100%;
  margin: 0 auto;
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid #000;
  font-size: 1.8rem;
}
.c-lp__ouchiteishoku-takeout-menu-item dl dd span {
  font-size: 1.2rem;
}
.c-lp__ouchiteishoku-takeout-menu-item dl dd span.allergy {
  font-size: 1.1rem;
}
.c-lp__ouchiteishoku-takeout-menu[data-takeoutmenu="1"] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(7) dl dt, .c-lp__ouchiteishoku-takeout-menu[data-takeoutmenu="1"] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(9) dl dt, .c-lp__ouchiteishoku-takeout-menu[data-takeoutmenu="1"] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(11) dl dt {
  padding-top: 0;
}
.c-lp__ouchiteishoku-takeout-menu[data-takeoutmenu="1"] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(7) dl dt span, .c-lp__ouchiteishoku-takeout-menu[data-takeoutmenu="1"] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(9) dl dt span, .c-lp__ouchiteishoku-takeout-menu[data-takeoutmenu="1"] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(11) dl dt span {
  margin-top: 0;
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=nabemenu] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=nabemenu] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(1) {
    margin-bottom: 2.66667vw;
  }
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] .c-lp__ouchiteishoku-takeout-menu-item dl dt {
  padding: 0.7em 0 0.5em;
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] .c-lp__ouchiteishoku-takeout-menu-item {
  margin-bottom: 20px;
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(3) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(3) {
    margin-bottom: 2.66667vw;
  }
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(3) dl dt {
  padding: 0;
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] .c-lp__ouchiteishoku-takeout-menu-item picture {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=donmenu] .c-lp__ouchiteishoku-takeout-menu-item picture {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=single] {
    margin-top: 3.33333vw;
  }
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=single] .c-lp__ouchiteishoku-takeout-menu-item {
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=single] .c-lp__ouchiteishoku-takeout-menu-item {
    margin-bottom: 9.33333vw;
  }
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=single] .c-lp__ouchiteishoku-takeout-menu-item dl dt {
  padding: 0.7em 0 0.5em;
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=single] .c-lp__ouchiteishoku-takeout-menu-item picture {
  margin-top: 27px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=single] .c-lp__ouchiteishoku-takeout-menu-item picture {
    margin-top: 0;
  }
}
.c-lp__ouchiteishoku-takeout-menu-body[data-menu=nabemenu] .c-lp__ouchiteishoku-takeout-menu-item dl dt {
  padding: 0.7em 0 0.5em;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-takeout-menu-body[data-menu=nabemenu] .c-lp__ouchiteishoku-takeout-menu-item:nth-child(5) {
    margin-bottom: 0;
  }
}
.c-lp__ouchiteishoku-takeout-menu-note li {
  position: relative;
  list-style: none;
  padding-left: 1em;
  font-size: 1.3rem;
}
.c-lp__ouchiteishoku-takeout-menu-note li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.c-lp__ouchiteishoku-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-btns {
    width: 94.28571vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-btns {
    width: 100%;
    padding: 0 5.33333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.c-lp__ouchiteishoku-btns [data-btn] {
  width: 485px;
  margin: 50px 0 0 0;
  font-weight: bold;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-lp__ouchiteishoku-btns [data-btn] {
    max-width: 48.89113%;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-btns [data-btn] {
    width: 89.06667vw;
    margin-top: 5.33333vw;
  }
}
.c-lp__ouchiteishoku-btns [data-btn] a {
  display: block;
  padding: 26px 55px 26px 118px;
  background-color: #9a6d23;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: 2px solid #9a6d23;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 2rem;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-btns [data-btn] a {
    padding: 1.85714vw 3.92857vw 1.85714vw 8.42857vw;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-btns [data-btn] a {
    padding: 13px 35px 13px 87px;
    font-size: 1.8rem;
    line-height: 1.67em;
    text-align: left;
  }
}
.c-lp__ouchiteishoku-btns [data-btn] a::after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: url("/img/ouchiteishoku/icon-btn01.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: calc(50% - 28px);
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-btns [data-btn] a::after {
    width: 4vw;
    height: 4vw;
    left: 2.42857vw;
    top: calc(50% - 2vw);
    background-size: 4vw auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-btns [data-btn] a::after {
    width: 15.06667vw;
    height: 15.06667vw;
    background-size: 15.06667vw auto;
    left: 2.4vw;
    margin-top: -5.33333vw;
  }
}
.c-lp__ouchiteishoku-btns [data-btn] a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 34px;
  margin-top: -4px;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-btns [data-btn] a::before {
    right: 2.42857vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-btns [data-btn] a::before {
    right: 20px;
    width: 12px;
    height: 12px;
    top: 47%;
  }
}
.c-lp__ouchiteishoku-btns [data-btn] a:hover {
  background-color: #fff;
  color: #000;
}
.c-lp__ouchiteishoku-btns [data-btn] a:hover::before {
  border-color: #9a6d23;
}
.c-lp__ouchiteishoku-btns [data-btn]:last-of-type {
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-btns [data-btn]:last-of-type {
    margin-top: 6.66667vw;
  }
}
.c-lp__ouchiteishoku-btns [data-btn]:last-of-type a {
  background-color: #252525;
  color: #fff;
  border: 2px solid #252525;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-btns [data-btn]:last-of-type a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-lp__ouchiteishoku-btns [data-btn]:last-of-type a::after {
  background: url("/img/ouchiteishoku/icon-btn02.png") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 1117px) {
  .c-lp__ouchiteishoku-btns [data-btn]:last-of-type a::after {
    background-size: 4vw auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-btns [data-btn]:last-of-type a::after {
    width: 15.06667vw;
    height: 15.06667vw;
    background-size: 15.06667vw auto;
    left: 2.4vw;
    margin-top: -5.33333vw;
  }
}
.c-lp__ouchiteishoku-btns [data-btn]:last-of-type a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
.c-lp__ouchiteishoku-btns [data-btn]:last-of-type a:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.c-lp__ouchiteishoku-btns [data-btn]:last-of-type a:hover::before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
.c-lp__ouchiteishoku-fixed {
  position: fixed;
  bottom: 60px;
  right: 0;
  width: 200px;
  padding: 14px;
  background-color: #fff;
  z-index: 100;
  border-radius: 10px 0 0 10px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-transition: bottom 300ms cubic-bezier(0.25, 0.77, 1, 1);
  transition: bottom 300ms cubic-bezier(0.25, 0.77, 1, 1);
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-fixed {
    width: 100%;
    padding: 0;
    border-top: 3px solid #fff;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: bottom 0ms;
    transition: bottom 0ms;
  }
}
.c-lp__ouchiteishoku-fixed[data-position-fix=true] {
  bottom: 200px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-fixed[data-position-fix=true] {
    bottom: 0;
  }
}
.c-lp__ouchiteishoku-fixed [data-btn] {
  width: 175px;
  font-weight: bold;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-fixed [data-btn] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 2px);
    margin-top: 0;
  }
}
.c-lp__ouchiteishoku-fixed [data-btn] a {
  display: block;
  padding: 12px 0 12px 16px;
  background-color: #9a6d23;
  color: #fff;
  text-decoration: none;
  position: relative;
  border: 2px solid #9a6d23;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 1.3rem;
  letter-spacing: 0.07em;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-fixed [data-btn] a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 6px 6.66667vw 6px 14vw;
    font-size: 1.2rem;
    line-height: 1.67em;
    text-align: left;
    border-radius: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.c-lp__ouchiteishoku-fixed [data-btn] a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-fixed [data-btn] a::before {
    right: 2.66667vw;
    width: 12px;
    height: 12px;
    top: 47%;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-fixed [data-btn] a::after {
    content: "";
    position: absolute;
    width: 9.06667vw;
    height: 9.06667vw;
    background: url("/img/ouchiteishoku/icon-btn03.png") no-repeat 0 0;
    background-size: 9.06667vw auto;
    top: 50%;
    left: 2.66667vw;
    margin: -4.26667vw 0 0;
  }
}
.c-lp__ouchiteishoku-fixed [data-btn] a:hover {
  background-color: #fff;
  color: #000;
}
.c-lp__ouchiteishoku-fixed [data-btn] a:hover::before {
  border-color: #9a6d23;
}
.c-lp__ouchiteishoku-fixed [data-btn]:last-of-type {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-fixed [data-btn]:last-of-type {
    margin-top: 0;
  }
}
.c-lp__ouchiteishoku-fixed [data-btn]:last-of-type a {
  background-color: #252525;
  color: #fff;
  border: 2px solid #252525;
}
.c-lp__ouchiteishoku-fixed [data-btn]:last-of-type a::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-fixed [data-btn]:last-of-type a::after {
    background: url("/img/ouchiteishoku/icon-btn04.png") no-repeat 0 0;
    background-size: 9.06667vw auto;
  }
}
.c-lp__ouchiteishoku-fixed [data-btn]:last-of-type a:hover {
  background-color: #fff;
  color: #000;
  border-color: #000;
}
.c-lp__ouchiteishoku-fixed [data-btn]:last-of-type a:hover::before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
.c-lp__ouchiteishoku-takeout .c-lp__ouchiteishoku-btns {
  margin-top: 50px;
}
.c-lp__ouchiteishoku-app {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-app {
    padding-top: 13.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__ouchiteishoku-app .c-page-home__app {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021 [data-device=pc] {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021 [data-device=sp] {
    display: none !important;
  }
}
.c-lp__kinniku2021-tellink {
  pointer-events: none;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-tellink {
    pointer-events: all;
    text-decoration: underline;
  }
}
.c-lp__kinniku2021 img {
  max-width: 100%;
  vertical-align: bottom;
}
.c-lp__kinniku2021 h1 {
  margin: 0;
}
.c-lp__kinniku2021-hero {
  margin-bottom: 66px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-hero {
    margin-bottom: 9.06667vw;
  }
}
.c-lp__kinniku2021-intro {
  margin-bottom: 89px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-intro {
    margin-bottom: 17.73333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-intro-body {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-intro-body {
    padding: 0 5.33333vw;
  }
}
.c-lp__kinniku2021-intro-anchorbtn {
  width: 666px;
  margin: 0 auto 109px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-intro-anchorbtn {
    width: 89.33333vw;
    margin-bottom: 16vw;
  }
}
.c-lp__kinniku2021-intro-anchorbtn a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c-lp__kinniku2021-intro-anchorbtn a:hover {
  opacity: 0.6;
}
.c-lp__kinniku2021-intro-ttl {
  width: 830px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-intro-ttl {
    width: 77.33333vw;
    margin-right: auto;
    margin-left: 6vw;
    margin-bottom: 5.2vw;
  }
}
.c-lp__kinniku2021-intro-txt {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-intro-txt {
    font-size: 4vw;
    line-height: 1.66667;
    text-align: left;
  }
}
.c-lp__kinniku2021-point {
  background: url("/img/lp/kinniku2021/bg-point.jpg") no-repeat center/cover;
  padding: 1px 0 64px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-point {
    padding-bottom: 16.8vw;
    background-image: url("/img/lp/kinniku2021/bg-point-sp.jpg");
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-point-body {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-point-body {
    padding: 0 5.33333vw;
  }
}
.c-lp__kinniku2021-point-ttl {
  width: 318px;
  margin: -36px auto 50px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-point-ttl {
    width: 57.46667vw;
    margin: -6.66667vw auto 8vw;
  }
}
.c-lp__kinniku2021-point-list {
  margin: auto;
  list-style: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 930px;
  }
}
.c-lp__kinniku2021-point-item {
  list-style: none;
  width: 290px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-point-item {
    width: 79.2vw;
    margin-left: 2.53333vw;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-point-item:not(:last-child) {
    margin-bottom: 5.33333vw;
  }
}
.c-lp__kinniku2021-menu {
  padding-top: 168px;
  padding-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu {
    padding: 13.73333vw 0 19.73333vw;
  }
}
.c-lp__kinniku2021-menu::before, .c-lp__kinniku2021-menu::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 0;
  z-index: -1;
}
.c-lp__kinniku2021-menu::before {
  top: 0;
  left: 0;
  margin-top: 47px;
  width: 555px;
  padding-top: 693px;
  background-image: url("/img/lp/kinniku2021/bg-menu-decoration01.svg");
  background-size: 555px auto;
}
@media (max-width: 1400px) {
  .c-lp__kinniku2021-menu::before {
    left: calc(50% - 700px);
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu::before {
    background-image: url("/img/lp/kinniku2021/bg-menu-decoration01-sp.png");
    margin-top: 15.33333vw;
    width: 59.86667vw;
    padding-top: 67.73333vw;
    background-size: contain;
    left: 0;
  }
}
.c-lp__kinniku2021-menu::after {
  bottom: 0;
  right: 0;
  width: 335px;
  padding-top: 280px;
  background-image: url("/img/lp/kinniku2021/bg-menu-decoration02.svg");
  background-size: 335px auto;
}
@media (max-width: 1400px) {
  .c-lp__kinniku2021-menu::after {
    right: calc(50% - 700px);
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu::after {
    background-image: url("/img/lp/kinniku2021/bg-menu-decoration02-sp.png");
    width: 49.73333vw;
    padding-top: 41.73333vw;
    background-size: contain;
    right: 0;
  }
}
.c-lp__kinniku2021-menu-body {
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-menu-body {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-body {
    padding: 0 5.33333vw;
  }
}
.c-lp__kinniku2021-menu-inner {
  margin-bottom: 72px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-inner {
    margin-bottom: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-lp__kinniku2021-menu-img {
  width: 70.93333vw;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-img {
    margin: 0 auto 4.4vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-menu-img {
    width: 464px;
  }
}
.c-lp__kinniku2021-menu-img img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-menu-txt {
    width: 480px;
  }
}
.c-lp__kinniku2021-menu-ttl {
  letter-spacing: 0.025em;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.38889;
  margin-top: 0.58333em;
  margin-bottom: 0.38889em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-ttl {
    text-align: center;
    font-size: 7.2vw;
    letter-spacing: 0.06em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    margin-bottom: 0.38889em;
    margin-top: 0;
  }
}
.c-lp__kinniku2021-menu-ttl-inner-sm {
  font-size: 0.61111em;
  margin-top: -0.22727em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-ttl-inner-sm {
    font-size: 0.51852em;
    margin-top: 0.14286em;
  }
}
.c-lp__kinniku2021-menu-ttl-inner-xs {
  display: block;
  line-height: 1;
  font-size: 0.5em;
  margin-top: 0.66667em;
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-ttl-inner-xs {
    font-size: 0.51852em;
    margin-top: 0.17857em;
  }
}
.c-lp__kinniku2021-menu-price {
  letter-spacing: 0.025em;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.57895em;
  margin-top: 0;
  font-family: Oswald, sans-serif;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-price {
    font-size: 7.2vw;
    letter-spacing: 0.075em;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: center;
    margin-bottom: 0.83333em;
  }
}
.c-lp__kinniku2021-menu-price-inner-xs {
  font-size: 0.47368em;
  margin-top: -0.27778em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-price-inner-xs {
    font-size: 0.66667em;
    margin-top: -0.13889em;
  }
}
.c-lp__kinniku2021-menu-price-resource > picture {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-price-resource > picture {
    display: block;
    line-height: 1;
  }
}
.c-lp__kinniku2021-menu-price-resource > picture::after {
  content: "※1";
  font-size: 1.4rem;
  margin-left: 0.875em;
  display: block;
  line-height: 1;
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-price-resource > picture::after {
    font-size: 3.46667vw;
    margin-left: 0.57692em;
    margin-top: 0.15385em;
  }
}
.c-lp__kinniku2021-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-list {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.c-lp__kinniku2021-menu-item {
  width: 310px;
  text-align: center;
  padding-bottom: 165px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-item {
    width: 41.33333vw;
    padding-bottom: 43.6vw;
  }
  .c-lp__kinniku2021-menu-item:nth-child(n+3) {
    margin-top: 9.33333vw;
  }
}
.c-lp__kinniku2021-menu-item > picture {
  display: block;
  margin-bottom: 21px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-item > picture {
    margin-bottom: 1.6vw;
  }
}
.c-lp__kinniku2021-menu-item img {
  max-width: 100%;
  vertical-align: bottom;
}
.c-lp__kinniku2021-menu-xsttl {
  letter-spacing: 0.025em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.78571;
  margin-top: 0;
  margin-bottom: 0.82143em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-xsttl {
    font-size: 5.33333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
}
.c-lp__kinniku2021-menu-xsttl-word-sm {
  font-size: 0.77778em;
}
.c-lp__kinniku2021-menu-xsttl-inner-sm {
  display: block;
  font-size: 0.64286em;
  margin-top: -0.38889em;
  line-height: 1.66667;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-xsttl-inner-sm {
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    margin-top: 0.32143em;
    font-size: 0.7em;
    line-height: 1.42857;
    letter-spacing: normal;
  }
}
.c-lp__kinniku2021-menu-xsttl-inner-xs {
  display: block;
  line-height: 1;
  font-size: 0.5em;
  margin-top: 0.35714em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-xsttl-inner-xs {
    -webkit-font-feature-settings: initial;
            font-feature-settings: initial;
    font-size: 0.6em;
    margin-top: 0.25em;
    letter-spacing: 0.025em;
  }
}
.c-lp__kinniku2021-menu-xsprice {
  letter-spacing: 0.025em;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
  font-family: Oswald, sans-serif;
  position: absolute;
  bottom: 0;
  margin-bottom: 122px;
  margin-top: 0;
  left: 0;
  right: 0;
  padding-top: 0.71429em;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-xsprice {
    margin-bottom: 34.66667vw;
    font-size: 6.13333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
    padding-top: 0.5em;
  }
}
.c-lp__kinniku2021-menu-xsprice-inner-xs {
  font-size: 0.57143em;
  margin-top: -0.16667em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-xsprice-inner-xs {
    font-size: 0.6087em;
    margin-top: -0.17857em;
  }
}
.c-lp__kinniku2021-menu-xsresource {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.c-lp__kinniku2021-menu-xsresource > picture {
  position: relative;
  display: block;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-xsresource > picture {
    padding-bottom: 3vw;
  }
}
.c-lp__kinniku2021-menu-xsresource > picture::after {
  content: "※1";
  font-size: 1.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  margin-bottom: -0.21429em;
  margin-left: 0.35714em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-xsresource > picture::after {
    font-size: 3.2vw;
    margin-left: 0.57692em;
  }
}
.c-lp__kinniku2021-menu-item:last-child .c-lp__kinniku2021-menu-xsresource > picture::after {
  content: "※2";
}
.c-lp__kinniku2021-menu-annotation {
  list-style: none;
  padding: 0;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-annotation {
    margin-top: 7.6vw;
  }
}
.c-lp__kinniku2021-menu-annotation li {
  list-style: none;
  font-size: 1.4rem;
  line-height: 1.57143;
  padding-left: 1em;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-annotation li {
    font-size: 3.46667vw;
  }
}
.c-lp__kinniku2021-menu-annotation li:not(:last-child) {
  margin-bottom: 0;
}
.c-lp__kinniku2021-menu-annotation li::before {
  content: "※";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.2em;
  margin-left: -1em;
  -webkit-transform: translateY(-0.15em);
          transform: translateY(-0.15em);
}
.c-lp__kinniku2021-menu-annotation li a {
  color: #000;
}
.c-lp__kinniku2021-menu-annotation li:nth-child(2)::before {
  content: "※1";
}
.c-lp__kinniku2021-menu-annotation li:nth-child(3)::before {
  content: "※2";
}
.c-lp__kinniku2021-menu-txtlist {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-txtlist {
    margin-top: 5.33333vw;
  }
}
.c-lp__kinniku2021-menu-txtlist a {
  color: #000;
}
.c-lp__kinniku2021-menu-txtlist a:hover {
  text-decoration: none;
}
.c-lp__kinniku2021-menu-txtlist > li {
  font-size: 1.4rem;
  padding-left: 1em;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-txtlist > li {
    font-size: 3.46667vw;
    line-height: 1.78571;
  }
}
.c-lp__kinniku2021-menu-txtlist > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9a6e24;
  left: 0;
  top: 0.625em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-txtlist > li::before {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}
.c-lp__kinniku2021-menu-txtlist > li:not(:last-child) {
  margin-bottom: 0.0625em;
}
.c-lp__kinniku2021-menu-taiupbtn {
  width: 536px;
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-menu-taiupbtn {
    width: 100%;
    margin-top: 5.86667vw;
  }
}
.c-lp__kinniku2021-menu-taiupbtn a {
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c-lp__kinniku2021-menu-taiupbtn a:hover {
  opacity: 0.6;
}
.c-lp__kinniku2021-campaign {
  padding: 138px 0 140px;
  background: url("/img/lp/kinniku2021/bg-campaign-ptn.png"), #000;
  position: relative;
  z-index: 2;
}
.c-lp__kinniku2021-campaign[data-ver01] {
  position: relative;
  z-index: 2;
  margin-top: -2px;
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-campaign[data-ver01] {
    padding: 88px 0 140px;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign[data-ver01] {
    padding: 8vw 0 20vw;
    margin-bottom: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign {
    padding: 26.66667vw 0 26.66667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-campaign-body {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-body {
    padding: 0 5.33333vw;
  }
}
.c-lp__kinniku2021-campaign::before, .c-lp__kinniku2021-campaign::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 0;
  z-index: -1;
}
.c-lp__kinniku2021-campaign::before {
  top: 0;
  left: 0;
  width: 808px;
  margin-top: -80px;
  padding-top: 1089px;
  background-image: url("/img/lp/kinniku2021/bg-campaign-01.png");
}
@media (max-width: 1400px) {
  .c-lp__kinniku2021-campaign::before {
    left: calc(50% - 700px);
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign::before {
    left: 0;
    width: 85.33333vw;
    margin-top: 193.33333vw;
    padding-top: 145.2vw;
  }
}
.c-lp__kinniku2021-campaign::after {
  bottom: 0;
  right: 0;
  width: 767px;
  padding-top: 843px;
  background-image: url("/img/lp/kinniku2021/bg-campaign-02.png");
}
@media (max-width: 1400px) {
  .c-lp__kinniku2021-campaign::after {
    right: calc(50% - 700px);
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign::after {
    right: 0;
    margin-bottom: 61.33333vw;
    width: 88vw;
  }
}
.c-lp__kinniku2021-campaign h2 {
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  color: #fff;
  margin-top: 0;
  padding-bottom: 0.7em;
  position: relative;
  margin-bottom: 0.62em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign h2 {
    font-size: 8.53333vw;
  }
}
.c-lp__kinniku2021-campaign h2::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2em;
  height: 3px;
  background: #fedd00;
}
.c-lp__kinniku2021-campaign-leadtxt {
  line-height: 1.63636;
  font-size: 2.2rem;
  color: #fff;
  text-align: center;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-leadtxt {
    font-size: 4.26667vw;
    line-height: 1.875;
    letter-spacing: normal;
  }
}
.c-lp__kinniku2021-campaign-leadtxt-emcolor {
  color: #fedd00;
}
.c-lp__kinniku2021-campaign-leadtxt-lgtxt {
  font-size: 1.36364em;
  display: block;
  margin-bottom: -12px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-leadtxt-lgtxt {
    font-size: 1.17857em;
    line-height: 1.97222;
    margin-bottom: 4vw;
  }
}
.c-lp__kinniku2021-campaign-leadtxt-stxt {
  font-size: 0.72727em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-leadtxt-stxt {
    font-size: 1em;
  }
}
.c-lp__kinniku2021-campaign-list {
  margin-top: 82px;
  margin-bottom: 107px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-list {
    margin: 18vw 0 23.2vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-campaign-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-lp__kinniku2021-campaign-item {
  list-style: none;
  position: relative;
}
.c-lp__kinniku2021-campaign-item::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 0;
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-campaign-item-01 {
    width: 570px;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-item-01 {
    margin-bottom: 20vw;
  }
}
.c-lp__kinniku2021-campaign-item-01::after {
  background-image: url("/img/lp/kinniku2021/pict-detail01-decoration.png");
  width: 161px;
  padding-top: 162px;
  left: 0;
  top: 0;
  margin-left: -1px;
  margin-top: -41px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-item-01::after {
    background-image: url("/img/lp/kinniku2021/pict-detail01-decoration-sp.png");
    width: 36vw;
    padding-top: 36.4vw;
    margin-left: 0;
    margin-top: -12.53333vw;
  }
}
.c-lp__kinniku2021-campaign-item-01 a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: underline;
  margin-top: 1em;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-campaign-item-01 a {
    padding-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-item-01 a {
    font-size: 3.73333vw;
  }
}
.c-lp__kinniku2021-campaign-item-01 a::after {
  content: "PDF";
  font-size: 0.75em;
  margin-left: 0.2em;
  padding: 0.1em 0.2em;
  margin-bottom: 0.2em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 2px;
}
.c-lp__kinniku2021-campaign-item-01 a:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-campaign-item-02 {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    width: 429px;
  }
}
.c-lp__kinniku2021-campaign-item-02::after {
  background-image: url("/img/lp/kinniku2021/pict-detail02-decoration.png");
  width: 133px;
  padding-top: 141px;
  left: 0;
  top: 0;
  margin-left: 69px;
  margin-top: -28px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-item-02::after {
    background-image: url("/img/lp/kinniku2021/pict-detail02-decoration-sp.png");
    width: 29.33333vw;
    padding-top: 31.06667vw;
    margin-top: -6.66667vw;
    margin-left: 8vw;
  }
}
.c-lp__kinniku2021-campaign-leadpict {
  display: block;
  margin: 22px auto 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-leadpict {
    margin-top: 5.86667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-campaign-leadpict {
    width: 540px;
  }
}
.c-lp__kinniku2021-campaign-flow {
  margin-top: 62px;
  list-style: none;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flow {
    margin-top: 15.06667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-campaign-flow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-lp__kinniku2021-campaign-flow h3 {
  margin-bottom: 26px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flow h3 {
    margin-bottom: 6.93333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-campaign-flowitem {
    width: 482px;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowitem:not(:last-child) {
    margin-bottom: 15.06667vw;
  }
}
.c-lp__kinniku2021-campaign-finishbtn {
  width: 440px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-finishbtn {
    width: 82.53333vw;
  }
}
.c-lp__kinniku2021-campaign-flowblock {
  width: 440px;
  margin: 0 auto 55px;
  position: relative;
}
.c-lp__kinniku2021-campaign-flowblock a {
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
.c-lp__kinniku2021-campaign-flowblock a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock {
    width: 82.53333vw;
    margin-bottom: 15.33333vw;
  }
}
.c-lp__kinniku2021-campaign-flowblock::after {
  position: absolute;
  content: "";
  display: block;
  width: 50px;
  padding-top: 28px;
  background: url("/img/lp/kinniku2021/obj-overview-arrow.png") no-repeat center/contain;
  left: 0;
  right: 0;
  margin: auto;
  top: calc(100% + 14px);
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock::after {
    width: 13.33333vw;
    padding-top: 7.46667vw;
    top: 100%;
    -webkit-transform: translateY(1.01786em);
            transform: translateY(1.01786em);
  }
}
.c-lp__kinniku2021-campaign-flowblock-last {
  margin-bottom: 0;
}
.c-lp__kinniku2021-campaign-flowblock-last::after {
  content: none;
}
.c-lp__kinniku2021-campaign-flowblock-ttl {
  background: #fff;
  font-family: Oswald, sans-serif;
  font-weight: bold;
  text-align: center;
  font-size: 1.6rem;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.4375em 0 0.3125em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock-ttl {
    font-weight: 500;
    font-size: 3.73333vw;
    padding-top: 0.66667vw;
    padding-bottom: 0.93333vw;
  }
}
.c-lp__kinniku2021-campaign-flowblock-inner {
  background: rgba(255, 255, 255, 0.15);
  padding: 14px 18px 25px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock-inner {
    padding: 3.6vw 5.06667vw 5.6vw;
  }
}
.c-lp__kinniku2021-campaign-flowblock-inner p {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66667;
  position: relative;
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock-inner p {
    font-size: 4vw;
    line-height: 1.66667;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock-inner p[data-hasicon] {
    text-indent: 8.13333vw;
  }
}
.c-lp__kinniku2021-campaign-flowblock-inner p i {
  position: absolute;
  display: block;
  content: "";
  width: 28px;
  padding-top: 23px;
  background: url("/img/lp/kinniku2021/tw.png") no-repeat center/contain;
  left: 0;
  -webkit-transform: translate(77%, 17%);
          transform: translate(77%, 17%);
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock-inner p i {
    width: 4.66667vw;
    padding-top: 3.86667vw;
    -webkit-transform: translate(47%, 37%);
            transform: translate(47%, 37%);
  }
}
.c-lp__kinniku2021-campaign-flowblock-inner p span {
  font-weight: normal;
  font-size: 0.72222em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock-inner p span {
    font-size: 0.86667em;
  }
}
.c-lp__kinniku2021-campaign-flowblock-btn {
  width: 358px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock-btn {
    width: 73.2vw;
  }
}
.c-lp__kinniku2021-campaign-flowblock-btn span {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.71429em;
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-campaign-flowblock-btn span {
    font-size: 3.46667vw;
    font-weight: normal;
  }
}
.c-lp__kinniku2021-essentials {
  background: #f7f7f7;
  padding: 100px 0 50px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials {
    padding: 26.66667vw 0 18.66667vw;
    margin-bottom: 15.33333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-essentials-body {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-body {
    padding: 0 5.33333vw;
  }
}
.c-lp__kinniku2021-essentials a {
  color: #000;
  text-decoration: underline;
}
.c-lp__kinniku2021-essentials a:hover {
  text-decoration: none;
}
.c-lp__kinniku2021-essentials h2 {
  font-size: 5rem;
  line-height: 1;
  text-align: center;
  color: #000;
  margin-top: 0;
  padding-bottom: 0.7em;
  position: relative;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials h2 {
    font-size: 8.53333vw;
  }
}
.c-lp__kinniku2021-essentials h2::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2em;
  height: 3px;
  background: #fedd00;
}
.c-lp__kinniku2021-essentials-leadtxt {
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2.5em;
  font-weight: normal;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-leadtxt {
    text-align: left;
    font-size: 3.73333vw;
    line-height: 1.78571;
    margin-bottom: 1.42857em;
  }
}
.c-lp__kinniku2021-essentials-table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.c-lp__kinniku2021-essentials-table p {
  font-size: 1.6rem;
  margin-bottom: 0.75em;
  margin-top: 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table p {
    font-size: 3.73333vw;
    line-height: 1.78571;
  }
}
.c-lp__kinniku2021-essentials-table p.c-lp__kinniku2021-essentials-arr {
  margin-top: 1em;
}
.c-lp__kinniku2021-essentials-table p.c-lp__kinniku2021-essentials-innercontents-ttl {
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-essentials-table p.c-lp__kinniku2021-essentials-innercontents-ttl {
    width: 224px;
    padding: 0 20px 33px 18px;
    vertical-align: top;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table p.c-lp__kinniku2021-essentials-innercontents-ttl {
    font-size: 4.26667vw;
    padding: 5.33333vw 3.06667vw 2.26667vw 0;
  }
}
.c-lp__kinniku2021-essentials-table ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-lp__kinniku2021-essentials-table ul > li {
  font-size: 1.6rem;
  padding-left: 1em;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table ul > li {
    font-size: 3.73333vw;
    line-height: 1.78571;
  }
}
.c-lp__kinniku2021-essentials-table ul > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9a6e24;
  left: 0;
  top: 0.625em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table ul > li::before {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}
.c-lp__kinniku2021-essentials-table ul > li:not(:last-child) {
  margin-bottom: 0.8125em;
}
.c-lp__kinniku2021-essentials-table ul > li > ul {
  list-style: none;
  padding: 0;
  padding-left: 35px;
  margin: 0;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table ul > li > ul {
    padding-left: 3.73333vw;
  }
}
.c-lp__kinniku2021-essentials-table ul > li > ul li {
  font-size: 1.4rem;
  padding-left: 1em;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table ul > li > ul li {
    font-size: 3.73333vw;
    line-height: 1.78571;
  }
}
.c-lp__kinniku2021-essentials-table ul > li > ul li::before {
  content: "";
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #777;
  left: 0;
  top: 0.71429em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table ul > li > ul li::before {
    width: 1.33333vw;
    height: 1.33333vw;
  }
}
.c-lp__kinniku2021-essentials-table ul > li > ul li:not(:last-child) {
  margin-bottom: 0.71429em;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table tr {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
  .c-lp__kinniku2021-essentials-table tr:last-child {
    border-bottom: 0;
  }
}
.c-lp__kinniku2021-essentials-table tr:last-child th,
.c-lp__kinniku2021-essentials-table tr:last-child td {
  border-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-essentials-table th,
.c-lp__kinniku2021-essentials-table td {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table th,
.c-lp__kinniku2021-essentials-table td {
    display: block;
  }
}
.c-lp__kinniku2021-essentials-table th {
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table th {
    font-size: 4.26667vw;
    padding: 5.33333vw 3.06667vw 2.26667vw 3.06667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-essentials-table th {
    width: 224px;
    padding: 30px 20px 33px 18px;
    vertical-align: top;
  }
}
.c-lp__kinniku2021-essentials-table td {
  font-size: 1.6rem;
  padding: 0;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-table td {
    font-size: 3.73333vw;
    line-height: 1.78571;
    padding: 0vw 3.06667vw 5.33333vw 3.06667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-essentials-table td {
    padding: 30px 25px 30px 0;
    line-height: 1.75;
  }
}
.c-lp__kinniku2021-essentials-innerttl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 0.75em 0em;
  border-radius: 5px;
  border: 3px solid #000;
  width: 1000px;
  margin-top: 40px;
  margin-left: -224px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-innerttl {
    width: 100%;
    margin-left: 0;
    font-size: 4.53333vw;
    margin-top: 6.13333vw;
    padding: 1.08824em 3.52941em 1em 1em;
    line-height: 1.3;
    text-align: left;
    border-width: 2px;
  }
}
.c-lp__kinniku2021-essentials-innerttl:hover {
  opacity: 0.7;
}
.c-lp__kinniku2021-essentials-innerttl-icon {
  width: 25px;
  height: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  margin-right: 38px;
  position: absolute;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-innerttl-icon {
    width: 6.66667vw;
    height: 6.66667vw;
    margin-right: 3.2vw;
  }
}
.c-lp__kinniku2021-essentials-innerttl-icon::before, .c-lp__kinniku2021-essentials-innerttl-icon::after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  height: 3px;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.c-lp__kinniku2021-essentials-innerttl-icon::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-lp__kinniku2021-essentials-innerttl span {
  font-size: 0.7em;
  font-weight: normal;
}
.c-lp__kinniku2021-essentials-innerttl[data-expanded=true] .c-lp__kinniku2021-essentials-innerttl-icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-lp__kinniku2021-essentials-innerttl[data-expanded=true] .c-lp__kinniku2021-essentials-innerttl-icon::before {
  opacity: 0;
}
.c-lp__kinniku2021-essentials-wrapblock {
  width: 1000px;
  margin-left: -224px;
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-wrapblock {
    width: 100%;
    margin-left: 0;
  }
}
.c-lp__kinniku2021-essentials-innercontents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-innercontents {
    width: 100%;
    margin-left: 0;
    display: block;
    margin-top: 6.13333vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-essentials-innercontents:not(:first-child) {
    padding-top: 30px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-innercontents:first-child {
    margin-top: 0;
  }
}
.c-lp__kinniku2021-essentials-innercontents:not(:first-child) {
  position: relative;
}
.c-lp__kinniku2021-essentials-innercontents:not(:first-child)::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-innercontents:not(:first-child)::before {
    width: calc(100% + 6.13334vw);
    left: -3.06667vw;
  }
}
.c-lp__kinniku2021-essentials-innercontents-ttl {
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-essentials-innercontents-ttl {
    font-size: 4.26667vw;
    padding: 0 3.06667vw 4.53333vw 3.06667vw;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-essentials-innercontents-ttl {
    width: 224px;
    padding: 0 20px 33px 18px;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-essentials-innercontents-block {
    padding-right: 25px;
    width: calc(100% - 224px);
  }
}
.c-lp__kinniku2021-share {
  padding: 80px 0 100px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-share {
    padding: 0 0 170px;
  }
}
@media screen and (min-width: 768px) {
  .c-lp__kinniku2021-share-body {
    width: 1000px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-share-body {
    padding: 0 5.33333vw;
  }
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-share-body {
    padding: 0;
  }
}
.c-lp__kinniku2021-share-sns h2 {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-share-sns h2 {
    width: 64vw;
    margin-bottom: 4vw;
  }
}
.c-lp__kinniku2021-share-sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 57px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-share-sns ul {
    margin-bottom: 8.4vw;
  }
}
.c-lp__kinniku2021-share-sns li {
  margin: 0 15px;
  text-align: center;
  width: 48px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-share-sns li {
    width: 12.8vw;
    margin: 0 5.06667vw;
  }
}
.c-lp__kinniku2021-share-sns li img {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.c-lp__kinniku2021-share-sns li a:hover img {
  opacity: 0.6;
}
.c-lp__kinniku2021-share-btn {
  text-align: center;
}
.c-lp__kinniku2021-share-btn a {
  font-family: YakuHanJP_Narrow, 游ゴシック体, "Yu Gothic", "MS Pゴシック", Arial, "MS UI Gothic", sans-serif, sans-serif;
  padding: 20px 35px;
  color: #000;
  position: relative;
  border: 2px solid #9a6d23;
  -webkit-transition: 300ms;
  transition: 300ms;
  font-size: 1.8rem;
  letter-spacing: 0.07em;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  width: 900px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-share-btn a {
    padding: 10px 30px;
    line-height: 1.67em;
    font-size: 1.8rem;
    width: 89.33333vw;
    max-width: none;
    letter-spacing: normal;
  }
}
.c-lp__kinniku2021-share-btn a:hover {
  background-color: #9a6d23;
  color: #fff;
}
.c-lp__kinniku2021-share-btn a:hover:before {
  border-color: #fff;
}
.c-lp__kinniku2021-share-btn a::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 2px #9a6d23;
  border-right: solid 2px #9a6d23;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 34px;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .c-lp__kinniku2021-share-btn a::before {
    right: 20px;
    width: 12px;
    height: 12px;
    top: 47%;
  }
}
[data-mb="0"] {
  margin: 0;
}
[data-mb-zero] {
  margin-bottom: 0 !important;
}
[data-path^="/lp/kinniku2021/"] {
  background: #fff;
  display: block;
}
[data-path^="/lp/kinniku2021/"] .c-page-sub__content {
  margin-bottom: 0;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  [data-path^="/lp/kinniku2021/"] .c-page-sub__content {
    margin-top: 64px;
  }
}
@media screen and (max-width: 1117px) {
  [data-path^="/lp/kinniku2021/"]:not(.tvcm) .c-footer {
    min-width: auto !important;
  }
}
@media screen and (min-width: 768px) {
  [data-path^="/lp/kinniku2021/"]:not(.tvcm) {
    min-width: 1118px;
  }
}
@media screen and (max-width: 767px) {
  [data-path^="/lp/kinniku2021/"]:not(.tvcm) {
    padding: 0;
  }
}
[data-path^="/lp/kinniku2021/"]:not(.tvcm) .c-page-sub__base {
  display: block;
}
[data-path^="/lp/kinniku2021/"]:not(.tvcm) .c-lp__kinniku2021 {
  -webkit-font-feature-settings: initial;
          font-feature-settings: initial;
  letter-spacing: normal;
  line-height: 1.8;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 500;
  overflow: hidden;
}
@media screen and (max-width: 1117px) {
  [data-path^="/brand/"] .c-footer {
    min-width: auto !important;
  }
}
@media screen and (max-width: 1117px) {
  [data-path^="/ouchiteishoku/"] .c-footer {
    min-width: auto !important;
  }
}
@media screen and (min-width: 768px) {
  [data-path^="/ouchiteishoku/"] .c-page-sub__main {
    height: 100%;
  }
  [data-path^="/ouchiteishoku/"] .c-page-sub__content {
    margin-top: 0;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  [data-path^="/ouchiteishoku/"] .c-page-sub__base {
    padding-bottom: 65px;
  }
  [data-path^="/ouchiteishoku/"] .c-page-sub__main {
    height: 100%;
  }
  [data-path^="/ouchiteishoku/"] .c-page-sub__content {
    margin-top: 0;
    margin-bottom: 0;
  }
}
[data-path^="/ouchiteishoku/"] .c-pagetop {
  display: none;
}