@charset "UTF-8";
/* Variables
   ========================================================================== */
/*! 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 {
  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 */
  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 {
  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] {
  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;
}

/* Variables
   ========================================================================== */
/* Base
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
  サイト共通の設定
*/
body {
  font-family: YakuHanJP, 游ゴシック体, yu gothic, YuGothic, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  background: #FFFFFF;
  color: #000000;
}
@media (max-width: 767px) {
  body {
    font-size: 12px;
  }
}

/*
  英語フォント
*/
.__fonten {
  font-family: "Abril Fatface", cursive;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

figure {
  margin: 0;
}

.__cf:before,
.__cf:after {
  display: table;
  content: " ";
}

.__cf:after {
  clear: both;
}

.__cf {
  *zoom: 1;
}

a {
  color: #fff;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

a.__white {
  color: #ffffff;
}

a.__black {
  color: #231815;
}

.wrapper {
  overflow: hidden;
}

.__sawarabi_mincho {
  font-family: "Sawarabi Mincho", sans-serif;
}

.__damion {
  font-family: "Damion", cursive;
}

.__sptxt {
  display: none;
}
@media (max-width: 767px) {
  .__sptxt {
    display: block;
  }
}

.__pctxt {
  display: block;
}
@media (max-width: 767px) {
  .__pctxt {
    display: none;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*// ==========================================================================
// Layout
// ==========================================================================*/
.l-header {
  position: relative;
  width: 100%;
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  z-index: 1000000;
  min-height: 105px;
}
@media (max-width: 767px) {
  .l-header {
    min-height: 85px;
  }
}

.l-footer {
  background: #323232;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 30px 0 30px;
  }
}

/*// -----------------------------------------------------------------
// Component
// -----------------------------------------------------------------*/
.c-wrapper {
  position: relative;
  overflow: hidden;
}

.c-container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
}

.c-container__inner {
  width: 98%; /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 auto;
}

.c-container__box {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.c-container__box2 {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}

.c-container__box3 {
  max-width: 730px;
  width: 100%;
  margin: 0 auto;
}

.c-header__container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .c-header__container {
    padding: 0;
  }
}

.c-header__container--inner {
  width: 98%; /* IE8以下とAndroid4.3以下用フォールバック */
  width: -webkit-calc(100% - 20px);
  width: calc(100% - 20px);
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .c-header__container--inner {
    width: 100%;
    margin: 0 auto;
  }
}

.c-header {
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  min-height: 85px;
  position: relative;
}

.c-header__ttl {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .c-header__ttl {
    margin-top: 0px;
  }
}
.c-header__ttl img {
  width: 195px;
}
@media (max-width: 767px) {
  .c-header__ttl img {
    width: 200px;
  }
}
.c-header__ttl a {
  text-decoration: none;
}

.c-header__logo--link {
  display: block;
  line-height: 0;
}

.c-header__logo--img {
  width: 200px;
}

.c-header__nav--sp {
  position: absolute;
  top: 12px;
  right: 0;
  display: none;
  color: #000;
  padding: 3px 3px 10px 3px;
}
@media (max-width: 1020px) {
  .c-header__nav--sp {
    display: table;
  }
}
.c-header__nav--sp img {
  width: 30px;
}
.c-header__nav--sp a {
  display: block;
}

.c-header__navigation {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
}
@media (max-width: 1020px) {
  .c-header__navigation {
    display: none;
  }
}
.c-header__navigation a {
  color: #000;
  text-decoration: none;
}
.c-header__navigation a:hover {
  color: #5F3B13;
}

.c-header__navigation--main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 105px;
}

.c-header__navigation--main__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
}

.c-header__navigation--main__item a {
  display: block;
  padding: 0.5rem 0.85rem;
  transition: opacity 0.17s ease;
}
.c-header__navigation--main__item.__sns {
  font-size: 30px;
  line-height: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-header__navigation--main__item.__sns a {
  padding: 0;
  margin: 0 0.5rem;
}

@keyframes _instagram_bubble {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-5px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.c-drop-nav__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-header__nav--sp__menu {
  display: table-cell;
}
.c-header__nav--sp__menu .hamburger {
  padding: 5px;
}
.c-header__nav--sp__menu .hamburger:hover {
  opacity: 1;
}
.c-header__nav--sp__menu .hamburger .hamburger-inner, .c-header__nav--sp__menu .hamburger .hamburger-inner::after, .c-header__nav--sp__menu .hamburger .hamburger-inner::before {
  background-color: #000;
  height: 3px;
}
.c-header__nav--sp__menu .hamburger .hamburger-label {
  font-size: 12px;
  display: block;
  width: 100%;
  bottom: -19px;
  position: absolute;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.c-header-sp__nav {
  z-index: 1400;
  position: absolute;
  top: 85px;
  bottom: auto;
  left: 0;
  width: 100%;
  display: none;
}

.c-header-sp__nav--list {
  padding: 0;
  margin: 0;
}

.c-header-sp__nav--item {
  width: 100%;
  border-left: 0;
  background: rgba(255, 255, 255, 0.95);
  font-size: 16px;
  text-align: center;
  position: relative;
}
.c-header-sp__nav--item a {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 15px 0;
  z-index: 3000;
}

.c-header__sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  padding: 20px 0 20px;
}

.c-header__sns--list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0 auto 0;
}

.c-header__sns--item {
  text-align: center;
  margin: 0 8px;
  position: relative;
}
.c-header__sns--item a {
  font-size: 30px;
  color: #000;
}
.c-header__sns--item .__instagram_bubble2 img {
  width: 164px;
}

.c-header__summary {
  text-align: center;
  background: #fff;
  padding: 0 0 80px;
}

.c-header__summary--ttl {
  font-size: 18px;
  font-weight: 900;
  font-style: normal;
}

.c-header__summary--tel {
  font-family: "Libre Baskerville";
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.c-header__summary--tel span {
  font-size: 16px;
  margin-right: 10px;
}

#about::before,
#store01::before,
#store02::before,
#store03::before,
#store04::before,
#store05::before,
#company::before {
  display: block;
  height: 105px;
  margin-top: -105px;
  content: "";
}
@media (max-width: 767px) {
  #about::before,
  #store01::before,
  #store02::before,
  #store03::before,
  #store04::before,
  #store05::before,
  #company::before {
    height: 85px;
    margin-top: -85px;
  }
}

.c-footer__add {
  text-align: center;
}
@media (max-width: 767px) {
  .c-footer__add {
    font-size: 12px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .c-footer__add span {
    display: block;
  }
}

.c-footer__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-footer__ttl {
    font-size: 32px;
  }
}

.c-footer__en {
  font-family: "Lora", serif;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-footer__en {
    font-size: 20px;
  }
}

.c-footer__name {
  font-weight: bold;
  margin-top: 40px;
  font-size: 16px;
}

.c-footer__office {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  display: block;
}

.c-footer__add {
  font-size: 14px;
}

.c-footer__logo {
  margin-top: 75px;
}

.c-copyright {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .c-copyright {
    margin: 40px 0 0;
  }
}

.c-imgbox {
  max-width: 850px;
  min-height: 583px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .c-imgbox {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    height: 68.6%;
    padding-top: 68.6%;
  }
}

.c-imgbox__img {
  z-index: 10;
  opacity: 0;
  max-width: 850px;
  min-height: 583px;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 12s 0s infinite;
  animation: anime 12s 0s infinite;
}
@media (max-width: 767px) {
  .c-imgbox__img {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    height: 100%;
  }
}

.c-imgbox__img:nth-of-type(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.c-imgbox__img:nth-of-type(3) {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.c-imgbox__img:nth-of-type(4) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.c-imgbox__img:nth-of-type(5) {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
}

.c-imgbox__img:nth-of-type(6) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
}

@keyframes anime {
  0% {
    opacity: 1;
    /* border: solid 2px red; */
  }
  8% {
    opacity: 1;
    /* border: solid 2px rgb(138, 85, 223); */
  }
  17% {
    opacity: 1;
    /* border: solid 2px rgb(12, 231, 42); */
  }
  25% {
    opacity: 0;
    /* transform: scale(1.2) ; */
    /* border: solid 2px rgb(211, 224, 26); */
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
  /* border: solid 2px rgb(211, 224, 26);} */
}
.c-imgbox__img.__mainimg01 {
  background: url(../../assets/img/index/mainimg/01.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img.__mainimg01 {
    background-size: contain;
  }
}
.c-imgbox__img.__mainimg02 {
  background: url(../../assets/img/index/mainimg/02.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img.__mainimg02 {
    background-size: contain;
  }
}
.c-imgbox__img.__mainimg03 {
  background: url(../../assets/img/index/mainimg/03.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img.__mainimg03 {
    background-size: contain;
  }
}
.c-imgbox__img.__mainimg04 {
  background: url(../../assets/img/index/mainimg/04.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img.__mainimg04 {
    background-size: contain;
  }
}
.c-imgbox__img.__mainimg05 {
  background: url(../../assets/img/index/mainimg/05.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img.__mainimg05 {
    background-size: contain;
  }
}
.c-imgbox__img.__mainimg06 {
  background: url(../../assets/img/index/mainimg/06.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img.__mainimg06 {
    background-size: contain;
  }
}

/*// -----------------------------------------------------------------
//　メインビジュアル
// -----------------------------------------------------------------*/
.c-imgbox__img2 {
  z-index: 10;
  opacity: 0;
  max-width: 850px;
  min-height: 583px;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: __anime2 15s 0s linear infinite;
  animation: __anime2 15s 0s linear infinite;
}
@media (max-width: 767px) {
  .c-imgbox__img2 {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    height: 100%;
  }
}

.c-imgbox__img2:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.c-imgbox__img2:nth-of-type(3) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.c-imgbox__img2:nth-of-type(4) {
  -webkit-animation-delay: 9s;
  animation-delay: 9s;
}

.c-imgbox__img2:nth-of-type(5) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@keyframes __anime2 {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  45% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.c-imgbox__img2.__mainimg01 {
  background: url(../../assets/img/index/mainimg/01.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img2.__mainimg01 {
    background-size: contain;
  }
}
.c-imgbox__img2.__mainimg02 {
  background: url(../../assets/img/index/mainimg/02.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img2.__mainimg02 {
    background-size: contain;
  }
}
.c-imgbox__img2.__mainimg03 {
  background: url(../../assets/img/index/mainimg/03.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img2.__mainimg03 {
    background-size: contain;
  }
}
.c-imgbox__img2.__mainimg04 {
  background: url(../../assets/img/index/mainimg/05.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img2.__mainimg04 {
    background-size: contain;
  }
}
.c-imgbox__img2.__mainimg05 {
  background: url(../../assets/img/index/mainimg/06.jpg) no-repeat top center;
  background-size: contain;
}
@media (max-width: 767px) {
  .c-imgbox__img2.__mainimg05 {
    background-size: contain;
  }
}

/*// -----------------------------------------------------------------
//　コンセプト img01
// -----------------------------------------------------------------*/
.c-imgbox__concept1 {
  max-width: 500px;
  min-height: 594.5px;
  width: 100%;
  height: 118.9%;
  padding-top: 118.9%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 920px) {
  .c-imgbox__concept1 {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    height: 118.9%;
    padding-top: 118.9%;
  }
}

.c-imgbox__concept1--img {
  z-index: 10;
  opacity: 0;
  max-width: 500px;
  min-height: 594.5px;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: __anime__concept1 6s 0s linear infinite;
  animation: __anime__concept1 6s 0s linear infinite;
}
@media (max-width: 920px) {
  .c-imgbox__concept1--img {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    height: 100%;
  }
}

.c-imgbox__concept1--img:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes __anime__concept1 {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.c-imgbox__concept1--img.__conceptimg01_01 {
  background: url(../../assets/img/index/concept_img01_01.png) no-repeat top center;
  background-size: contain;
}
.c-imgbox__concept1--img.__conceptimg01_02 {
  background: url(../../assets/img/index/concept_img01_02.png) no-repeat top center;
  background-size: contain;
}

/*// -----------------------------------------------------------------
//　コンセプト img02
// -----------------------------------------------------------------*/
.c-imgbox__concept2 {
  max-width: 500px;
  min-height: 594.5px;
  width: 100%;
  height: 118.9%;
  padding-top: 118.9%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 920px) {
  .c-imgbox__concept2 {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    height: 118.9%;
    padding-top: 118.9%;
  }
}

.c-imgbox__concept2--img {
  z-index: 10;
  opacity: 0;
  max-width: 500px;
  min-height: 594.5px;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: __anime__concept2 6s 0s linear infinite;
  animation: __anime__concept2 6s 0s linear infinite;
}
@media (max-width: 920px) {
  .c-imgbox__concept2--img {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    height: 100%;
  }
}

.c-imgbox__concept2--img:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes __anime__concept2 {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.c-imgbox__concept2--img.__conceptimg02_01 {
  background: url(../../assets/img/index/concept_img02_01.png) no-repeat top center;
  background-size: contain;
}
.c-imgbox__concept2--img.__conceptimg02_02 {
  background: url(../../assets/img/index/concept_img02_02.png) no-repeat top center;
  background-size: contain;
}

/*// -----------------------------------------------------------------
//　コンセプト img03
// -----------------------------------------------------------------*/
.c-imgbox__concept3 {
  max-width: 500px;
  min-height: 594.5px;
  width: 100%;
  height: 118.9%;
  padding-top: 118.9%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 920px) {
  .c-imgbox__concept3 {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    height: 118.9%;
    padding-top: 118.9%;
  }
}

.c-imgbox__concept3--img {
  z-index: 10;
  opacity: 0;
  max-width: 500px;
  min-height: 594.5px;
  width: 100%;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: __anime__concept3 6s 0s linear infinite;
  animation: __anime__concept3 6s 0s linear infinite;
}
@media (max-width: 920px) {
  .c-imgbox__concept3--img {
    max-width: 100%;
    width: 100%;
    min-height: auto;
    height: 100%;
  }
}

.c-imgbox__concept3--img:nth-of-type(2) {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

@keyframes __anime__concept3 {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}
.c-imgbox__concept3--img.__conceptimg03_01 {
  background: url(../../assets/img/index/concept_img03_01.png) no-repeat top center;
  background-size: contain;
}
.c-imgbox__concept3--img.__conceptimg03_02 {
  background: url(../../assets/img/index/concept_img03_02.png) no-repeat top center;
  background-size: contain;
}

/*// -----------------------------------------------------------------
// heading
// -----------------------------------------------------------------*/
.c-heading {
  text-align: center;
  color: #000;
}
.c-heading.__white {
  color: #FFFFFF;
}

.c-heading__ttl {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .c-heading__ttl {
    font-size: 32px;
  }
}

.c-heading__en {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .c-heading__en {
    font-size: 20px;
  }
}

.c-heading2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background: #000;
  padding: 25px 0 0;
}
@media (max-width: 767px) {
  .c-heading2 {
    padding: 0;
  }
}

.c-heading2__ttl {
  font-size: 32px;
  font-weight: 900;
  color: #fff;
}
@media (max-width: 767px) {
  .c-heading2__ttl {
    font-size: 24px;
  }
}

.c-heading2__en {
  font-family: "Lora", serif;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  margin-left: 40px;
}
@media (max-width: 767px) {
  .c-heading2__en {
    font-size: 12px;
    margin-left: 10px;
  }
}

.c-heading__logo {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .c-heading__logo {
    position: relative;
    top: auto;
    right: auto;
    text-align: right;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-heading__logo--img {
    max-width: 150px;
    width: 100%;
  }
}

.c-heading3 {
  text-align: center;
}
.c-heading3:before {
  content: "";
  display: block;
  background: url(../../assets/img/index/ttl_bg3.png) no-repeat top center;
  background-size: cover;
  width: 188px;
  height: 37px;
  margin: 0 auto 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-heading3:before {
    width: 188px;
    height: 37px;
  }
}

.c-heading3__en {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  font-family: "Lora", serif;
}
@media screen and (min-width: 768px) {
  .c-heading3__en {
    font-size: 32px;
  }
}

.c-heading3__ttl {
  font-weight: bold;
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-heading3__ttl {
    font-size: 16px;
  }
}

.c-heading-sub {
  display: block;
  width: 100%;
  border-bottom: solid 1px #0F0F0F;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-bottom: 5px;
  margin-top: 75px;
}

.c-heading-sub__ttl {
  border-left: solid 6px #0051A4;
  padding-left: 10px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .c-heading-sub__ttl {
    font-size: 20px;
  }
}

.c-heading-sub__en {
  font-size: 16px;
  color: #AFB7BE;
  padding-left: 20px;
  font-family: "Lora", serif;
}
@media (max-width: 767px) {
  .c-heading-sub__en {
    font-size: 14px;
  }
}

.c-btn {
  margin: 20px 0 0;
}

.c-btn__link {
  width: 210px;
  height: 42px;
  border: solid 2px #0051A4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  background: #0051A4;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 auto;
}
.c-btn__link:hover {
  color: #0051A4;
  background: #fff;
}
.c-btn__link .fa-clone {
  padding-left: 5px;
}

.c-link__blank {
  color: #4E4E4E;
}
.c-link__blank:hover {
  color: #0051A4;
}
.c-link__blank .fa-clone {
  padding-left: 5px;
}

.c-link__black {
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .c-link__tel {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}

.c-pagetop {
  display: table;
  z-index: 1000;
  position: fixed;
  right: 5px;
  bottom: 10%;
  width: 50px;
  height: 50px;
}
@media screen and (min-width: 768px) {
  .c-pagetop {
    right: 5%;
    width: 65px;
    height: 65px;
  }
}
.c-pagetop img {
  width: 100%;
}

/*// -----------------------------------------------------------------
// Project
// -----------------------------------------------------------------*/
/*// -----------------------------------------------------------------
// メインビジュアル
// -----------------------------------------------------------------*/
.p-top__grand-visual {
  position: relative;
  margin-top: 105px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top__grand-visual {
    margin-top: 90px;
  }
}

.p-top__grand-visual__inner {
  position: relative;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-top__grand-visual__inner {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .p-top__grand-visual__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-top__grand-visual--copy span {
  display: block;
}

.p-top__grand-visual--copy__absolute {
  position: absolute;
  top: 28%;
  padding: 10px 0;
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  line-height: 1.8;
  color: #000;
  background: rgba(255, 255, 255, 0.7);
}
@media (max-width: 767px) {
  .p-top__grand-visual--copy__absolute {
    top: 30%;
    font-size: 18px;
  }
}

.p-top__grand-visual--figure {
  background: url(../../assets/img/index/mainimg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 500px;
  position: relative;
  /* 画像を暗くするオーバーレイ */
  /* テキストを中央寄せ */
}
@media (max-width: 767px) {
  .p-top__grand-visual--figure {
    height: 400px;
  }
}
.p-top__grand-visual--figure:before {
  content: "";
  /* ↓暗いオーバーレイを半透明で配置 */
  background-color: rgba(0, 0, 0, 0.4);
  /* ↓全体を覆うように配置 */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.p-top__grand-visual--figure em {
  font-size: 30px;
  font-style: normal;
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .p-top__grand-visual--figure em {
    font-size: 24px;
  }
}
.p-top__grand-visual--figure .__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .p-top__grand-visual--figure .__text {
    font-size: 14px;
    text-align: left;
  }
}
.p-top__grand-visual--figure .__text span {
  display: block;
}
@media (max-width: 767px) {
  .p-top__grand-visual--figure .__text span.__sptxt {
    display: inline;
  }
}

.p-top__grand-visual__img {
  width: 100%;
  max-height: 680px;
  object-fit: cover;
}

.p-top__copy {
  font-family: "Noto Serif JP", serif;
  margin: 40px 0 0;
}
@media (max-width: 767px) {
  .p-top__copy {
    margin: 60px 0 0;
  }
}

.p-top__copy--em {
  font-style: normal;
  font-size: 24px;
  display: block;
  font-weight: 900;
}

.p-top__copy--txt {
  font-size: 16px;
  display: block;
  font-weight: bold;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .p-top__copy--txt span {
    display: block;
  }
}

/*// -----------------------------------------------------------------
//　
// -----------------------------------------------------------------*/
.p-top__section {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .p-top__section {
    margin-top: 50px;
  }
}

/*// -----------------------------------------------------------------
//　About
// -----------------------------------------------------------------*/
.p-top__about--txt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  text-align: left;
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}
@media (max-width: 767px) {
  .p-top__about--txt {
    margin-top: 40px;
    text-align: left;
  }
}

.p-top__about--box {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.p-top__about--list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 50px 0 0;
  width: 100%;
  padding: 0;
}
@media (max-width: 767px) {
  .p-top__about--list {
    flex-direction: column;
    margin: 25px 0 0;
  }
}

.p-top__about--item {
  max-width: 300px;
  width: 32%;
}
@media (max-width: 767px) {
  .p-top__about--item {
    max-width: 100%;
    width: 100%;
    margin: 25px 0 0;
  }
}

.p-top__about--item__icon {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: ‘Noto Serif JP’, serif;
}

.p-top__about--item__txt {
  margin-top: 20px;
}

.p-top__about--item__img {
  width: 100%;
}

/*// -----------------------------------------------------------------
//　Store
// -----------------------------------------------------------------*/
.p-top__store {
  padding-top: 100px;
}

.p-top__store--list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.p-top__store--item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 100px 0 0;
}
@media (max-width: 767px) {
  .p-top__store--item {
    flex-direction: column;
    margin: 0;
  }
}

.p-top__store--item__figure {
  width: 49%;
}
@media (max-width: 767px) {
  .p-top__store--item__figure {
    width: 100%;
  }
}

.p-top__store--item__img {
  width: 100%;
}

.p-top__store--item__data {
  width: 49%;
}
@media (max-width: 767px) {
  .p-top__store--item__data {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .p-top__store--item__heading {
    margin-top: 10px;
  }
}

.p-top__store--item__heading--ttl {
  font-size: 24px;
  font-family: ‘Noto Serif JP’, serif;
}

.p-top__store--item__heading--copy {
  margin: 20px 0;
}

.p-top__store--item__heading--table {
  border-collapse: collapse;
  margin: 0 auto 0;
  width: 100%;
}

.p-top__store--item__heading--table tr {
  border-bottom: solid 1px #ccc;
}

.p-top__store--item__heading--table th {
  color: #000;
  text-align: left;
}

.p-top__store--item__heading--table th {
  padding: 10px 5px 0px;
  vertical-align: top;
  display: flex;
}

.p-top__store--item__heading--table td {
  padding: 5px 5px 10px;
  vertical-align: top;
  display: flex;
  align-items: center;
}

.p-top__store--item__heading--table a {
  color: #000;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.p-top__store--item__heading--table a:hover {
  color: #5F3B13;
}

.p-top__store--item__heading--table .__list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-top__store--item__heading--table .__item {
  margin: 0 5px;
  border: solid 1px #ccc;
  padding: 5px 10px;
}

.p-top__store--item__heading--summary__data {
  padding: 10px;
  margin-top: 30px;
}
.p-top__store--item__heading--summary__data em {
  font-weight: bold;
  font-style: normal;
}

.p-top__store--item__heading--summary__ttl {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
}

.p-top__store--item__heading--summary__txt {
  margin-top: 10px;
}

/*// -----------------------------------------------------------------
//　Store
// -----------------------------------------------------------------*/
.p-top__company {
  padding-top: 100px;
  padding-bottom: 100px;
}

.p-top__company--area {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 100px 0 0;
}
@media (max-width: 767px) {
  .p-top__company--area {
    flex-direction: column;
    margin: 40px 0 0;
  }
}

.p-top__company--figure {
  width: 49%;
}
@media (max-width: 767px) {
  .p-top__company--figure {
    width: 100%;
  }
}

.p-top__company--img {
  width: 100%;
}

.p-top__company--data {
  width: 49%;
}
@media (max-width: 767px) {
  .p-top__company--data {
    width: 100%;
  }
}

.p-top__company--ttl {
  font-size: 24px;
}

.p-top__company--copy {
  margin: 20px 0;
}

.p-top__company--heading__table {
  border-collapse: collapse;
  margin: 0 auto 0;
  width: 100%;
}

.p-top__company--heading__table tr {
  border-bottom: solid 1px #ccc;
}

.p-top__company--heading__table th {
  color: #000;
  text-align: left;
  width: 140px;
}
@media (max-width: 767px) {
  .p-top__company--heading__table th {
    width: 100px;
  }
}

.p-top__company--heading__table th, .p-top__company--heading__table td {
  padding: 10px 5px;
  vertical-align: top;
}

.p-top__company--heading__table a {
  color: #000;
}

.p-top__concept--txt {
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2;
  text-align: center;
  font-size: 32px;
  margin-top: 85px;
}
@media (max-width: 767px) {
  .p-top__concept--txt {
    font-size: 24px;
    margin-top: 40px;
  }
}
.p-top__concept--txt strong {
  display: block;
  padding: 10px 0;
  width: 100%;
}

.p-top__concept--list {
  list-style: none;
  padding: 40px 0 0;
  margin: 0;
}
@media (max-width: 920px) {
  .p-top__concept--list {
    padding: 0;
    margin-top: 40px;
  }
}

.p-top__concept--item {
  background-size: contain;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 120px;
}
.p-top__concept--item:nth-child(2n) {
  background-size: contain;
}
.p-top__concept--item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 920px) {
  .p-top__concept--item:nth-child(even) {
    flex-direction: row;
  }
}
.p-top__concept--item:last-child {
  margin-bottom: 0;
}
@media (max-width: 920px) {
  .p-top__concept--item {
    align-items: flex-start;
    flex-direction: column;
  }
}

.p-top__concept--item__figure {
  max-width: 500px;
  width: 100%;
  position: relative;
}
@media (max-width: 920px) {
  .p-top__concept--item__figure {
    max-width: 100%;
  }
}

.p-top__concept--item__img {
  max-width: 500px;
  width: 100%;
}
@media (max-width: 920px) {
  .p-top__concept--item__img {
    max-width: 100%;
  }
}

.p-top__concept--item__data {
  max-width: 425px;
  width: 100%;
}

.p-top__concept--item__heading--ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: normal;
}
@media (max-width: 920px) {
  .p-top__concept--item__heading--ttl {
    font-size: 30px;
    margin-top: 30px;
  }
}

.p-top__concept--item__heading--summary {
  font-family: "Noto Serif JP", serif;
  margin-top: 40px;
  line-height: 2;
}
@media (max-width: 920px) {
  .p-top__concept--item__heading--summary {
    margin-top: 20px;
  }
}

.p-top__concept--bottom {
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  line-height: 2;
  text-align: center;
  padding-top: 85px;
  padding-bottom: 85px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .p-top__concept--bottom {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
    font-size: 16px;
  }
}
.p-top__concept--bottom strong {
  display: block;
  padding: 10px 0;
  width: 100%;
}

/*// -----------------------------------------------------------------
//　Instagram
// -----------------------------------------------------------------*/
.p-top__instagram {
  background: #000;
  padding: 60px 0;
  margin-top: 0;
}

.p-top__instagram--area__txt {
  font-family: "Noto Serif JP", serif;
  padding: 30px 0 0;
  color: #fff;
}

.p-top__instagram--list {
  list-style: none;
  padding: 40px;
  margin: 0;
  width: 100%;
  height: 245px;
  overflow: hidden;
}

.p-top__instagram--item {
  float: left;
  margin: 0 10px;
  width: 200px !important;
}
@media (max-width: 767px) {
  .p-top__instagram--item {
    margin-bottom: 40px;
  }
}
.p-top__instagram--item a {
  background: #fff;
  display: block;
  line-height: 0;
}

.p-top__instagram--item__img {
  width: 200px;
  height: 200px;
  object-fit: contain;
}

.p-top__service--item__heading--summary {
  color: #4E4E4E;
}

/*// -----------------------------------------------------------------
//　Service
// -----------------------------------------------------------------*/
.p-top__service {
  padding: 0 0 60px;
}

.p-top__service--box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
@media (max-width: 767px) {
  .p-top__service--box {
    flex-direction: column;
  }
}

.p-top__service--box__figure {
  width: 50%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-top__service--box__figure {
    width: 100%;
  }
}

.p-top__service--box__data {
  width: 50%;
}
@media (max-width: 767px) {
  .p-top__service--box__data {
    width: 100%;
  }
}

.p-top__service--box__data--ttl {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}
.p-top__service--box__data--ttl.__end {
  margin-top: 30px;
}

.p-top__service--box__data--list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0;
}

.p-top__service--box__data--item {
  line-height: 2;
}
.p-top__service--box__data--item span {
  display: block;
  padding-left: 1em;
}

.p-top__service--box__notes {
  font-size: 12px;
}

.p-top__service--list {
  list-style: none;
  padding: 0;
  margin: 70px 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-top__service--list {
    flex-direction: column;
  }
}

.p-top__service--item {
  width: 30%;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .p-top__service--item {
    width: 100%;
  }
}

.p-top__service--item__img {
  width: 100%;
  line-height: 0;
}

.p-top__service--item__heading--ttl {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  display: block;
  margin: 10px 0 10px;
}

.p-top__service--bottom__ttl {
  background: #000;
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  display: block;
  width: 120px;
  color: #fff;
  font-style: normal;
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top__service--bottom__ttl {
    font-size: 18px;
  }
}

.p-top__service--bottom__txt {
  background: #F3F2F2;
  border: solid 1px #000;
  padding: 20px;
}

/*// -----------------------------------------------------------------
//　Price
// -----------------------------------------------------------------*/
.p-top__price {
  background: #F3F2F2;
  padding: 60px 0;
  padding: 0 0 60px;
}

.p-top__price--box__time {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-top: 50px;
}

.p-top__price--box__notes {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  color: #4E4E4E;
}

.p-top__price--table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 600px;
  width: 100%;
  margin: 40px auto 0;
}

.p-top__price--table th {
  background: #AFB7BE;
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 26px;
  vertical-align: middle;
  color: #fff;
}

.p-top__price--table td {
  border-top: solid 1px #000000;
  border-bottom: solid 1px #000000;
  padding: 20px 26px;
  vertical-align: middle;
  text-align: center;
  background: #fff;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
.p-top__price--table td em {
  font-style: normal;
}

/*// -----------------------------------------------------------------
//　Access
// -----------------------------------------------------------------*/
.p-top__access--box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .p-top__access--box {
    flex-direction: column;
  }
}

.p-top__access--figure {
  width: 50%;
}
@media (max-width: 767px) {
  .p-top__access--figure {
    width: 100%;
  }
}

.p-top__access--list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  position: relative;
  max-width: 100%;
  width: 100%;
}

.p-top__access--item {
  width: 100%;
  position: relative;
  line-height: 0;
  float: left;
}

#js-gaikan .slick-prev {
  z-index: 2000;
  position: absolute;
  top: 50%;
  left: 0;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  #js-gaikan .slick-prev {
    width: 35px;
    height: 35px;
    margin-top: -20px;
  }
}
#js-gaikan .slick-prev:before {
  font-family: "Font Awesome 5 Free";
  content: " \f053";
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 900;
  color: #fff;
}
#js-gaikan .slick-next {
  z-index: 2000;
  position: absolute;
  top: 50%;
  right: 0;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border: 0;
  font-size: 0;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  #js-gaikan .slick-next {
    width: 35px;
    height: 35px;
    margin-top: -20px;
  }
}
#js-gaikan .slick-next:before {
  font-family: "Font Awesome 5 Free";
  content: " \f054";
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 900;
  color: #fff;
}

.p-top__access--img {
  width: 100%;
}

.p-top__access--data {
  width: calc(50% - 35px);
}
@media (max-width: 767px) {
  .p-top__access--data {
    width: 100%;
    margin-top: 30px;
  }
}

.p-top__access--data--ttl {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

.p-top__access--table {
  width: 100%;
  line-height: 2;
  margin-top: 30px;
  color: #4E4E4E;
}
.p-top__access--table tr {
  border-bottom: solid 1px #9A9A9A;
  display: block;
}
.p-top__access--table tr:last-child {
  border: 0;
}
.p-top__access--table th {
  text-align: center;
  width: 90px;
  vertical-align: top;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .p-top__access--table th {
    width: 75px;
    vertical-align: top;
  }
}
.p-top__access--table td {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: top;
}
.p-top__access--table .p-top__access--tdicon {
  vertical-align: top;
  text-align: center;
  width: 40px;
}

.p-top__access--txt {
  margin-top: 30px;
  line-height: 2;
}

.p-top__access--em {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  display: block;
  font-family: "Noto Serif JP", serif;
}

.p-top__access--tel {
  font-style: normal;
  font-size: 24px;
  font-weight: bold;
  display: block;
  font-family: "Noto Serif JP", serif;
}

.p-top__access--gmap {
  margin-top: 90px;
}
.p-top__access--gmap iframe {
  width: 100%;
  height: 409px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-top__access--gmap iframe {
    height: 300px;
  }
}

/*// -----------------------------------------------------------------
//　Surroundings
// -----------------------------------------------------------------*/
.p-top__surroundings--list {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.p-top__surroundings--item {
  max-width: 468px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top__surroundings--item:first-child {
    margin-bottom: 50px;
  }
}

.p-top__surroundings--item__img {
  width: 100%;
  line-height: 0;
}

.p-top__surroundings--item__heading--ttl {
  font-size: 20px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin: 10px 0 10px;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-top__surroundings--item__heading--ttl {
    font-size: 16px;
  }
}

.p-top__surroundings--item__heading--summary {
  color: #4E4E4E;
}

/*// -----------------------------------------------------------------
//　Contact
// -----------------------------------------------------------------*/
.p-top__contact {
  background: #000;
  padding: 60px 0;
  padding: 0 0 60px;
}

.p-top__contact--copy {
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Serif JP", serif;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-top__contact--copy {
    text-align: left;
    font-size: 20px;
  }
}

.p-top__contact--list {
  list-style: none;
  padding: 0;
  margin: 50px 0 0;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .p-top__contact--list {
    flex-direction: column;
  }
}

.p-top__contact--item {
  background: #FFFFFF;
  max-width: 446px;
  width: 100%;
  margin: 0 auto;
  padding: 32px;
  text-align: center;
  min-height: 245px;
}
@media (max-width: 767px) {
  .p-top__contact--item {
    padding: 32px 10px;
  }
  .p-top__contact--item:first-child {
    margin-bottom: 35px;
  }
}

.p-top__contact--item__icon {
  font-size: 24px;
}
.p-top__contact--item__icon.__instagram {
  font-size: 28px;
}

.p-top__contact--item__em {
  font-style: normal;
  font-size: 16px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-top: 20px;
}

.p-top__contact--item__user {
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .p-top__contact--item__user {
    font-size: 24px;
  }
}

.p-top__contact--item__tel {
  font-family: "Lora", serif;
  font-size: 32px;
  font-weight: bold;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .p-top__contact--item__tel {
    font-size: 24px;
  }
}

.p-top__contact--item__notes {
  font-size: 14px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .p-top__contact--item__notes {
    font-size: 12px;
  }
}

/*// -----------------------------------------------------------------
//　消す
// -----------------------------------------------------------------*/
.p-top__concept--concepttxt {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  background: url(../../assets/img/index/concept_bg.png) no-repeat top center;
  max-width: 705px;
  width: 100%;
  height: 115.29px;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-top__concept--concepttxt {
    background: url(../../assets/img/index/concept_bg_sp.png) no-repeat top center;
    background-size: contain;
    height: 145px;
    font-size: 20px;
  }
  .p-top__concept--concepttxt span {
    display: block;
  }
}

.p-top__concept--ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-top__concept--ttl {
    position: relative;
    flex-direction: column;
    font-size: 16px;
    margin: 30px 0;
  }
  .p-top__concept--ttl span {
    display: block;
  }
}
.p-top__concept--ttl:before {
  content: "";
  background: url(../../assets/img/index/coin.png) no-repeat top center;
  background-size: cover;
  width: 73px;
  height: 73px;
}
@media (max-width: 767px) {
  .p-top__concept--ttl:before {
    position: absolute;
    top: 20px;
    left: 0;
    width: 40px;
    height: 40px;
    display: none;
  }
}
.p-top__concept--ttl:after {
  content: "";
  background: url(../../assets/img/index/coin.png) no-repeat top center;
  background-size: cover;
  width: 73px;
  height: 73px;
}
@media (max-width: 767px) {
  .p-top__concept--ttl:after {
    position: absolute;
    top: 20px;
    right: 0;
    width: 40px;
    height: 40px;
    display: none;
  }
}

.p-top__games {
  background: url(../../assets/img/index/bg01.png) no-repeat top center;
  background-size: cover;
}

.p-top__games--list {
  list-style: none;
  padding: 40px;
  margin: 0;
}
@media (max-width: 767px) {
  .p-top__games--list {
    padding: 0;
    margin-top: 40px;
  }
}

.p-top__games--item {
  border: solid 1px #B88800;
  background: #000 url(../../assets/img/index/bg_right.png) no-repeat top right;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 47px;
}
.p-top__games--item:nth-child(2n) {
  background: #000 url(../../assets/img/index/bg_left.png) no-repeat top left;
  background-size: contain;
}
.p-top__games--item:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .p-top__games--item {
    flex-direction: column;
  }
}

.p-top__games--item__figure {
  width: 50%;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-top__games--item__figure {
    width: 100%;
  }
}

.p-top__games--item__img {
  width: 100%;
}

.p-top__games--item__data {
  width: 50%;
  padding: 40px;
}
@media (max-width: 767px) {
  .p-top__games--item__data {
    width: 100%;
  }
}

.p-top__games--item__heading {
  font-family: "Noto Serif JP", serif;
}

.p-top__games--item__heading--en {
  font-size: 40px;
  font-weight: 900;
  color: #A79080;
}
@media (max-width: 767px) {
  .p-top__games--item__heading--en {
    font-size: 30px;
  }
}

.p-top__games--item__heading--summary {
  line-height: 2;
  margin-top: 20px;
}

.p-top__games--item__heading--txt {
  line-height: 2;
  border-top: solid 1px #fff;
  margin-top: 10px;
  padding-top: 10px;
}

.p-top__newguide {
  background: #79685D url(../../assets/img/index/bg02.png) repeat 0 0;
}

.p-top__newguide--bg {
  background: url(../../assets/img/index/darumabg.png) no-repeat center left -170px;
  background-size: 30%;
  padding: 80px 0;
}

.p-top__newguide--ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top__newguide--ttl {
    font-size: 24px;
    text-align: left;
  }
}
.p-top__newguide--ttl.__center {
  text-align: center;
}

.p-top__newguide--copy {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  font-style: normal;
  display: block;
  margin-top: 30px;
}

.p-top__newguide--txt {
  max-width: 800px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
  line-height: 2;
}

.p-top__event {
  padding: 70px 0;
}

.p-top__event--ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 900;
  color: #CA9E03;
  display: block;
}
@media (max-width: 767px) {
  .p-top__event--ttl {
    font-size: 24px;
  }
}

.p-top__event--copy {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-top__event--copy {
    font-size: 14px;
  }
}

.p-top__event--list {
  list-style: none;
  padding: 40px 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-top__event--list {
    flex-direction: column;
  }
}

.p-top__event--item {
  width: 48%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .p-top__event--item {
    width: 100%;
  }
  .p-top__event--item:nth-child(n+2) {
    margin-top: 40px;
  }
}

.p-top__event--subfigure {
  margin-top: 50px;
}

.p-top__event--subimg {
  width: 100%;
}

.p-top__event--item__figure {
  width: 45%;
}
@media (max-width: 767px) {
  .p-top__event--item__figure {
    width: 100%;
  }
}

.p-top__event--item__img {
  width: 100%;
}

.p-top__event--item__data {
  width: 52%;
}
@media (max-width: 767px) {
  .p-top__event--item__data {
    width: 100%;
  }
}

.p-top__event--item__data--ttl {
  font-size: 20px;
  font-weight: 900;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 767px) {
  .p-top__event--item__data--ttl {
    margin-top: 10px;
  }
}

.p-top__event--item__data--copy {
  font-size: 18px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  margin-top: 15px;
  display: block;
  font-style: normal;
}

.p-top__service--em {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  display: block;
  color: #fff;
  font-style: normal;
  margin-top: 70px;
  margin-bottom: 10px;
}

.p-top__service--price {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 0px;
}

.p-top__service--table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.p-top__service--table th {
  background: #79685D;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  vertical-align: middle;
  border: solid 1px #EBE5D0;
  padding: 20px 26px;
}
@media (max-width: 767px) {
  .p-top__service--table th {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}
.p-top__service--table td {
  border: solid 1px #EBE5D0;
  vertical-align: middle;
  padding: 20px 26px;
}
@media (max-width: 767px) {
  .p-top__service--table td {
    display: block;
    width: 100%;
    margin-top: -1px;
  }
}
.p-top__service--table td span {
  font-weight: bold;
}
.p-top__service--table td em {
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}
.p-top__service--table td small {
  padding-left: 10px;
}
@media (max-width: 767px) {
  .p-top__service--table td small {
    display: block;
  }
}

.p-top__service--notes {
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}

.p-top__drinkmenu--head {
  margin-top: 100px;
}

.p-top__recruit {
  margin-top: 100px;
}

/*// -----------------------------------------------------------------
// メニュー
// -----------------------------------------------------------------*/
.p-top__drinkmenu--list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 65px 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 767px) {
  .p-top__drinkmenu--list {
    margin: 65px auto 0;
    max-width: 270px;
    width: 100%;
  }
}

.p-top__drinkmenu--item {
  width: 30%;
}
@media (max-width: 767px) {
  .p-top__drinkmenu--item {
    width: 100%;
  }
}

.p-top__drinkmenu--item__head {
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: solid 1px #fff;
  padding-bottom: 5px;
}

.p-top__drinkmenu--item__ttl {
  font-size: 24px;
  font-weight: 900;
}

.p-top__drinkmenu--item__sub {
  font-weight: 900;
  margin-left: 30px;
}

.p-top__drinkmenu--item__table {
  width: 100%;
  margin: 5px 0 20px;
}
.p-top__drinkmenu--item__table th {
  text-align: left;
  padding: 2px 0;
  vertical-align: top;
  font-weight: normal;
}
.p-top__drinkmenu--item__table td {
  text-align: right;
  padding: 2px 0;
  vertical-align: top;
}

.p-top__drinkmenu--all-drink {
  background: #EBE5D0;
  border-top: solid 8px #CA9E03;
  border-bottom: solid 8px #CA9E03;
  margin-top: 90px;
}

.p-top__drinkmenu--all-drink__menu {
  font-family: "Noto Serif JP", serif;
  background: #E5DDC2;
  border: solid 1px #CA9E03;
  color: #40210F;
  font-size: 20px;
  font-weight: 900;
  display: block;
  text-align: center;
  padding: 30px;
  margin: 30px;
}
@media (max-width: 767px) {
  .p-top__drinkmenu--all-drink__menu {
    padding: 15px;
    margin: 15px;
    font-size: 16px;
  }
  .p-top__drinkmenu--all-drink__menu span {
    display: block;
  }
}

.p-top__drinkmenu--all-drink__list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 65px 30px 30px;
  padding: 0;
  list-style: none;
  color: #40210F;
}
.p-top__drinkmenu--all-drink__item {
  width: 30%;
}
@media (max-width: 767px) {
  .p-top__drinkmenu--all-drink__item {
    width: 100%;
  }
}

.p-top__drinkmenu--all-drink__head {
  font-family: "Noto Serif JP", serif;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-bottom: solid 1px #40210F;
  padding-bottom: 5px;
}

.p-top__drinkmenu--all-drink__ttl {
  font-size: 24px;
  font-weight: 900;
}

.p-top__drinkmenu--all-drink__sub {
  font-weight: 900;
  margin-left: 30px;
}

.p-top__drinkmenu--all-drink__table {
  margin: 5px 0 20px;
}
.p-top__drinkmenu--all-drink__table th {
  font-weight: normal;
}

.p-top__bottom {
  text-align: center;
  margin: 50px 0;
}

@media screen and (min-width: 768px) {
  .__tel {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.p-top__company {
  padding-bottom: 0;
}

.p-top-contact__area--mail {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*margin: 50px 0 0;*/
  /*padding-bottom: 100px;*/
  max-width: 330px;
  width: 100%;
}

.p-top-contact__area--mail.__top {
  margin: 30px auto 0;
  padding-bottom: 0px;
}

@media (max-width: 767px) {
  .p-top-contact__area--mail.__top.__mnsp {
    margin: 20px auto 0;
  }
}

.p-top-contact__area--mail a {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 3;
  margin: 0 auto;
  width: 100%;
  max-width: 330px;
  background: #f2915f;
  text-decoration: none;
  border-radius: 10px;
}

.p-top-contact__area--mail a:hover {
  background: #e67a3d;
}

@media (max-width: 767px) {
  .p-top-contact__area--mail a {
    font-size: 16px;
  }
}
.p-top-contact__area--link {
  text-align: center;
  margin-top: 20px;
}

.p-top-contact__area--link a {
  color: #000;
  font-size: 18px;
}

@media (max-width: 767px) {
  .p-top-contact__area--link a {
    font-size: 14px;
  }
}
.p-top__contact-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 50px 0 0;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .p-top__contact-cta {
    flex-direction: column-reverse;
    align-items: center;
    margin: 25px 0 0;
  }
}
.p-top-contact__area--tel {
  max-width: 330px;
  width: 100%;
  color: #000;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 767px) {
  .p-top-contact__area--tel {
    font-size: 20px;
  }
}
.p-top-contact__area--tel a {
  color: #000;
}

.p-top__contact-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-top__contact-btn {
    flex-direction: column;
  }
}

/*# sourceMappingURL=app.css.map */
