@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 {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 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] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  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 {
  background: #F8F8F4;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
}

.__fontserif {
  font-family: "Noto Serif JP", serif;
}

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

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

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

figure {
  margin: 0;
}

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

.__cf:after {
  clear: both;
}

.__cf {
  *zoom: 1;
}

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

a:hover {
  color: #0051A4;
  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;
  }
}

.__img {
  max-width: 100%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: inline-block;
  font: inherit;
  margin: 0;
  overflow: visible;
  padding: 15px 15px;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  transition-timing-function: linear;
}
.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 {
  display: inline-block;
  height: 24px;
  position: relative;
  width: 40px;
}

.hamburger-inner {
  display: block;
  margin-top: -2px;
  top: 50%;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #000;
  border-radius: 4px;
  height: 4px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: transform;
  transition-timing-function: ease;
  width: 40px;
}
.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 {
  opacity: 0;
  top: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  bottom: 0;
  top: auto;
  transition-delay: 0.13s;
  transition-duration: 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 {
  opacity: 0;
  top: 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 {
  bottom: 0;
  top: auto;
  transition-delay: 0.13s;
  transition-duration: 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 {
  opacity: 0;
  top: 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 {
  opacity: 0;
  transition-delay: 0s;
}
.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 {
  opacity: 0;
  transition-delay: 0s;
}
.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 {
  right: 0;
  top: 10px;
  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 {
  background-color: transparent !important;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.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 {
  right: 0;
  top: 10px;
  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 {
  background-color: transparent !important;
  transition-delay: 0s;
  transition-timing-function: ease-out;
}
.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-duration: 0.15s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
}
.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 {
  opacity: 0;
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 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-duration: 0.15s;
  transition-property: transform, opacity;
  transition-timing-function: ease;
}
.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 {
  opacity: 0;
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 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 {
  opacity: 0;
  top: 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 {
  opacity: 0;
  top: 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 {
  background-color: transparent !important;
  transition-delay: 0.22s;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(0, 10px, 0) rotate(45deg);
  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);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transform: translate3d(0, 10px, 0) rotate(-45deg);
  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);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  bottom: 0;
  top: auto;
  transition-delay: 0s;
  transition-duration: 0.13s;
  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 {
  opacity: 0;
  top: 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 {
  background-color: transparent !important;
  transform: rotate(90deg);
  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 {
  background-color: transparent !important;
  transform: rotate(-90deg);
  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 {
  opacity: 0;
  top: 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-delay: 0.1s;
  transition-duration: 0s;
  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 {
  opacity: 0;
  top: 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-delay: 0.1s;
  transition-duration: 0s;
  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 {
  opacity: 0;
  top: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*// ==========================================================================
// Layout
// ==========================================================================*/
.l-header {
  display: block;
  max-width: 100%;
  position: relative;
  position: absolute;
  right: 0;
  top: 25px;
  width: 100%;
  z-index: 1000000;
  z-index: 30;
}
.l-footer {
  background: #21335C;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer {
    padding: 30px 0 30px;
  }
}

/*// -----------------------------------------------------------------
// Component
// -----------------------------------------------------------------*/
.c-wrapper {
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .c-wrapper {
    overflow: hidden;
  }
}

.c-container {
  margin: 0 auto;
  width: 85%;
}
@media (max-width: 767px) {
  .c-container {
    width: 98%;
    width: calc(100% - 20px);
  }
}

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

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

.c-container__topinner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .c-container__topinner {
    flex-direction: column;
  }
}

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

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

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

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

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

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

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

.c-header {
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  justify-content: space-between;
  min-height: 85px;
  position: relative;
}

.c-header__ttl {
  margin-top: 25px;
}
.c-header__ttl img {
  width: 336px;
}
@media (max-width: 767px) {
  .c-header__ttl {
    margin-top: 20px;
  }
  .c-header__ttl img {
    width: 250px;
  }
}
.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 {
  color: #fff;
  display: none;
  padding: 3px 3px 10px 3px;
  position: absolute;
  right: 0;
  top: 12px;
}
@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 {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin-top: 25px;
}
@media (max-width: 1020px) {
  .c-header__navigation {
    display: none;
  }
}

.c-header__navigation--tel {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.c-header__navigation--tel a {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-header__navigation--tel a {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

.c-header__navigation--name {
  align-items: center;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  justify-content: flex-start;
}
.c-header__navigation--name:before {
  background: url(../../assets/img/common/tel.svg) no-repeat top center;
  content: "";
  height: 31px;
  margin-right: 10px;
  width: 31px;
}

.c-header__navigation--reception {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  text-align: right;
  width: 100%;
}

.c-header__navigation--contact {
  margin-left: 26px;
}

.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: #fff;
  height: 2px;
}
.c-header__nav--sp__menu .hamburger .hamburger-label {
  bottom: -19px;
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  text-align: center;
  width: 100%;
}

.c-header-sp__nav {
  bottom: auto;
  display: none;
  font-family: "Noto Serif JP", serif;
  left: 0;
  position: absolute;
  top: 85px;
  width: 100%;
  z-index: 1400;
}

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

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

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

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

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

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

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

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

#about::before,
#concept::before,
#service::before,
#price::before,
#access::before,
#contact::before {
  content: "";
  display: block;
  height: 105px;
  margin-top: -105px;
}
@media (max-width: 767px) {
  #about::before,
#concept::before,
#service::before,
#price::before,
#access::before,
#contact::before {
    height: 85px;
    margin-top: -85px;
  }
}

.c-header-nav {
  background: #21335C;
  /*Safari*/
  position: sticky;
  top: 0px;
  z-index: 3000;
}
@media (max-width: 767px) {
  .c-header-nav {
    display: none;
  }
}

.c-header-nav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-header-nav__item a {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 76px;
  justify-content: center;
  text-decoration: none;
}
.c-header-nav__item a:hover {
  color: #fff !important;
  opacity: 0.7;
}

#feature::before,
#product::before,
#relief::before,
#shop::before,
#message::before,
#company::before {
  content: "";
  display: block;
  height: 76px;
  margin-top: -76px;
}

.c-footer__box {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .c-footer__box {
    flex-direction: column;
    width: 100%;
  }
}

.c-footer__box--data {
  text-align: left;
}

@media (max-width: 767px) {
  .c-footer__box--sns {
    width: 100%;
  }
}

.c-footer__add {
  text-align: left;
}
@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 {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-footer__ttl {
    font-size: 32px;
  }
}

.c-footer__name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
}

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

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

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

.c-footer__sns--list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
@media (max-width: 767px) {
  .c-footer__sns--list {
    justify-content: center;
    margin-top: 30px;
    padding: 0;
  }
}

.c-footer__sns--item {
  margin: 0 20px;
}

.c-footer__sns--link {
  align-items: center;
  border: solid 1px #fff;
  border-radius: 45px;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  height: 90px;
  justify-content: center;
  text-decoration: none;
  width: 90px;
}
.c-footer__sns--link:hover {
  color: #fff;
}

.c-copyright {
  font-family: "Lora", serif;
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .c-copyright {
    margin: 40px 0 0;
  }
}

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

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

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

@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 {
  -webkit-animation: __anime2 15s 0s linear infinite;
  animation: __anime2 15s 0s linear infinite;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  left: 0;
  max-width: 850px;
  min-height: 583px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-imgbox__img2 {
    height: 100%;
    max-width: 100%;
    min-height: auto;
    width: 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;
}

@-webkit-keyframes __anime2 {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  45% {
    opacity: 0;
    z-index: 9;
  }
  100% {
    opacity: 0;
  }
}

@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 {
  height: 118.9%;
  max-width: 500px;
  min-height: 594.5px;
  overflow: hidden;
  padding-top: 118.9%;
  position: relative;
  width: 100%;
}
@media (max-width: 920px) {
  .c-imgbox__concept1 {
    height: 118.9%;
    max-width: 100%;
    min-height: auto;
    padding-top: 118.9%;
    width: 100%;
  }
}

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

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

@-webkit-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;
  }
}

@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 {
  height: 118.9%;
  max-width: 500px;
  min-height: 594.5px;
  overflow: hidden;
  padding-top: 118.9%;
  position: relative;
  width: 100%;
}
@media (max-width: 920px) {
  .c-imgbox__concept2 {
    height: 118.9%;
    max-width: 100%;
    min-height: auto;
    padding-top: 118.9%;
    width: 100%;
  }
}

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

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

@-webkit-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;
  }
}

@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 {
  height: 118.9%;
  max-width: 500px;
  min-height: 594.5px;
  overflow: hidden;
  padding-top: 118.9%;
  position: relative;
  width: 100%;
}
@media (max-width: 920px) {
  .c-imgbox__concept3 {
    height: 118.9%;
    max-width: 100%;
    min-height: auto;
    padding-top: 118.9%;
    width: 100%;
  }
}

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

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

@-webkit-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;
  }
}

@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 {
  align-items: flex-start;
  align-self: baseline;
  color: #21335C;
  display: flex;
  font-family: "Noto Serif JP", serif;
  justify-content: flex-start;
  margin-right: 30px;
  padding: 95px 0 60px 0;
  position: sticky;
  text-align: center;
  top: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .c-heading {
    flex-direction: column;
    margin-right: auto;
    padding: 0 0 15px;
    position: relative;
    width: 100%;
  }
}

.c-heading__ttl {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-heading__ttl {
    -ms-writing-mode: tb-rl;
    font-feature-settings: "pkna";
    display: flex;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
    min-height: 500px;
    writing-mode: vertical-rl;
  }
}

.c-heading__en {
  background: #F8F8F4;
  border: solid 1px #60A7D3;
  color: #60A7D3;
  font-size: 16px;
  padding: 4px 12px;
}
@media screen and (min-width: 768px) {
  .c-heading__en {
    -ms-writing-mode: tb-rl;
    font-feature-settings: "pkna";
    display: block;
    margin-left: 7px;
    padding: 10px 12px;
    writing-mode: vertical-rl;
  }
}

.c-heading__ttl3 {
  color: #21335C;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
}
.c-heading__ttl3.__white {
  color: #fff;
}
@media (max-width: 767px) {
  .c-heading__ttl3 {
    font-size: 20px;
    padding-top: 20px;
  }
}

.c-heading2 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  justify-content: flex-start;
  padding: 25px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .c-heading2 {
    padding: 0;
  }
}

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

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

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

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

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

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

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

.c-heading4 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  justify-content: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .c-heading4 {
    margin-left: 15px;
  }
}

.c-heading4__figure {
  width: 48px;
}

.c-heading4__img {
  width: 48px;
}

.c-heading4__meta {
  margin-left: 10px;
}

.c-heading4__ttl {
  font-size: 16px;
}

.c-heading4__en {
  font-size: 24px;
}

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

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

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

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

.c-btn__contact {
  align-items: center;
  background: #21335C;
  border: solid 2px #21335C;
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  height: 43px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 167px;
}
.c-btn__contact:hover {
  color: #fff !important;
  opacity: 0.7;
}

.c-btn__link {
  align-items: center;
  background: #0051A4;
  border: solid 2px #0051A4;
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  justify-content: center;
  margin: 0 auto;
  text-decoration: none;
  width: 210px;
}
.c-btn__link:hover {
  background: #fff;
  color: #0051A4;
}
.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 {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}

.gtm-company__tel {
  color: #000;
}

.c-btn__shop {
  align-items: center;
  background: #21335C;
  border: solid 2px #21335C;
  border-radius: 5px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  height: 43px;
  justify-content: center;
  margin: 10px auto 20px;
  text-decoration: none;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .c-btn__shop {
    margin: 10px 0;
  }
}
.c-btn__shop:hover {
  color: #fff !important;
  opacity: 0.7;
}
.c-btn__shop .fa-external-link-alt {
  margin-left: 5px;
}

.c-btn__furusato {
  align-items: center;
  background: #fff;
  border: solid 2px #21335C;
  border-radius: 5px;
  color: #21335C;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: bold;
  height: 43px;
  justify-content: center;
  margin: 10px auto 10px;
  text-decoration: none;
  width: 250px;
}
@media screen and (min-width: 768px) {
  .c-btn__furusato {
    margin: 10px 0;
  }
}
.c-btn__furusato:hover {
  background: #21335C;
  color: #fff !important;
  opacity: 0.7;
}
.c-btn__furusato .fa-external-link-alt {
  margin-left: 5px;
}

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

/*// -----------------------------------------------------------------
// Project
// -----------------------------------------------------------------*/
/*// -----------------------------------------------------------------
// メインビジュアル
// -----------------------------------------------------------------*/
.p-top__grand-visual {
  align-items: center;
  background: url(../../assets/img/index/mainimg01.png) no-repeat top center;
  background-size: cover;
  display: flex;
  height: 100vh;
  justify-content: flex-start;
  min-height: 700px;
  overflow: hidden;
  position: relative;
  position: relative;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top__grand-visual {
    align-items: flex-start;
    height: 80vh;
    min-height: 450px;
  }
}

.p-top__grand-visual__inner {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top__grand-visual__inner {
    margin-top: 200px;
  }
}

.p-top__grand-visual--copy {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  line-height: 1.8;
  position: unset;
  text-align: left;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-top__grand-visual--copy {
    font-size: 20px;
    text-align: center;
    width: 100%;
  }
}
.p-top__grand-visual--copy span {
  display: block;
}

.p-top__grand-visual--figure {
  max-width: 850px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top__grand-visual--figure {
    align-items: flex-start;
    display: flex;
    justify-content: flex-end;
    margin-left: 10%;
    margin-top: 20px;
    max-width: 90%;
    width: 100%;
  }
}

.p-top__grand-visual__bottom {
  align-items: center;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  left: 0;
  position: absolute;
  width: 100%;
}

.p-top__grand-visual__bottom--em {
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 50px;
}

.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 {
  display: block;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
}

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

/*// -----------------------------------------------------------------
//　
// -----------------------------------------------------------------*/
.p-top__bnr {
  margin-top: 76px;
  text-align: center;
}

.p-top__bnr a {
  color: #21335C;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: bold;
}

/*// -----------------------------------------------------------------
//　
// -----------------------------------------------------------------*/
.p-top-sec__body {
  position: relative;
  width: calc(100% - 12vw);
}
@media (max-width: 767px) {
  .p-top-sec__body {
    width: 100%;
  }
}

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

.p-top__sec--content {
  margin-right: calc(50% - 44vw);
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .p-top__sec--content {
    margin-left: calc(50% - 50vw);
    margin-right: auto;
    margin-right: calc(50% - 50vw);
    padding-bottom: 0;
  }
}

.p-top__sec--content-bg {
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (min-width: 768px) {
  .p-top__sec--content-bg {
    background: #EDF6FC;
    margin-left: calc(50% - 56vw);
    margin-right: calc(50% - 44vw);
    margin-top: 150px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
}

.p-top__sec--content-bg2 {
  margin-left: calc(50% - 56vw);
  margin-right: calc(50% - 44vw);
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top__sec--content-bg2 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 15px;
  }
}

.p-top__sec--content-bg3 {
  background: #EDEDED;
  margin-left: calc(50% - 56vw);
  margin-right: calc(50% - 44vw);
  padding-bottom: 150px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-top__sec--content-bg3 {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 0 15px;
  }
}

.p-top__sec--headimg {
  line-height: 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-top__sec--headimg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.p-top__sec--headimg.__message {
  text-align: right;
}

.p-top__sec--headimg__ttl {
  font-feature-settings: "pkna";
  -ms-writing-mode: tb-rl;
  align-items: center;
  background: #21335C;
  color: #fff;
  display: block;
  display: flex;
  font-size: 28px;
  justify-content: flex-start;
  left: 10px;
  line-height: 0.7;
  padding: 25px 18px;
  position: absolute;
  top: -70px;
  writing-mode: vertical-rl;
}
@media (max-width: 767px) {
  .p-top__sec--headimg__ttl {
    font-size: 12px;
    line-height: 1;
    top: -30px;
  }
}
.p-top__sec--headimg__ttl span {
  transform: rotate(270deg);
}

.p-top__sec--headimg__img {
  width: 100%;
}
.p-top__sec--headimg__img.__message {
  max-width: 770px;
}

.p-top__sec--body {
  background: #fff;
  bottom: 100px;
  max-width: 980px;
  padding: 42px 100px 42px 25px;
  position: absolute;
  right: 0;
}
.p-top__sec--body.__bottom {
  bottom: -325px;
}
@media (max-width: 767px) {
  .p-top__sec--body.__bottom {
    bottom: 0;
  }
}
.p-top__sec--body.__left {
  max-width: 750px;
  padding: 42px 25px 42px 25px;
  right: auto;
}
@media (max-width: 767px) {
  .p-top__sec--body {
    bottom: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 42px 15px 42px 15px;
    position: relative;
  }
}

.p-top__sec--body__verlapping {
  color: #fff;
  left: 120px;
  max-width: 980px;
  padding: 42px 100px 42px 0;
  position: absolute;
  right: 0;
  top: 10px;
}
@media (max-width: 767px) {
  .p-top__sec--body__verlapping {
    bottom: auto;
    color: #000;
    padding: 42px 15px 42px 15px;
    position: static;
    right: auto;
  }
}

.p-top__sec--body__gallery {
  bottom: 100px;
  left: 120px;
  padding: -1px 100px 42px 25px;
  position: absolute;
  right: 0;
}
@media (max-width: 767px) {
  .p-top__sec--body__gallery {
    bottom: auto;
    padding: 0 15px 42px 15px;
    position: static;
    right: auto;
  }
}

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

.p-top__sec--body__gallery--item {
  line-height: 0;
  width: 32%;
}
.p-top__sec--body__gallery--item img {
  width: 100%;
}

.p-top__sec--body__em {
  color: #60A7D3;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  margin-top: 28px;
}
@media (max-width: 767px) {
  .p-top__sec--body__em {
    font-size: 18px;
  }
}

.p-top__sec--body__2column {
  align-items: flex-start;
  display: flex;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-top__sec--body__2column {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .p-top__sec--body__2column--img {
    margin: 0 auto;
    text-align: center;
  }
}
.p-top__sec--body__2column--img img {
  max-width: 150px;
}

@media (max-width: 767px) {
  .__spbody {
    margin-left: calc(50% - 52vw);
    padding: 0;
  }
}

/*// -----------------------------------------------------------------
//　Feature
// -----------------------------------------------------------------*/
.p-top__feature--box {
  align-items: flex-start;
  background: #fff;
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .p-top__feature--box {
    flex-direction: column;
  }
}

.p-top__feature--body2 {
  padding: 42px 50px 42px 25px;
  width: 70%;
}
@media (max-width: 767px) {
  .p-top__feature--body2 {
    padding: 0 15px 42px 15px;
    width: 100%;
  }
}

.p-top__feature--body__img {
  line-height: 0;
  width: 30%;
}
@media (max-width: 767px) {
  .p-top__feature--body__img {
    text-align: center;
    width: 100%;
  }
}

/*// -----------------------------------------------------------------
//　Product
// -----------------------------------------------------------------*/
.p-top__product {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-top__product {
    padding-bottom: 100px;
  }
}

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

.p-top__product--item {
  margin-bottom: 60px;
  width: 30%;
}
@media (max-width: 767px) {
  .p-top__product--item {
    margin-left: auto;
    margin-right: auto;
    max-width: 270px;
    width: 100%;
  }
}

.p-top__product--item__figure {
  line-height: 0;
  text-align: center;
  width: 100%;
}

.p-top__product--item__ttl {
  color: #21335C;
  display: block;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  margin: 30px 0 20px;
  text-align: center;
}

/*// -----------------------------------------------------------------
//　しらす干しの不思議
// -----------------------------------------------------------------*/
.p-top__corner {
  background: #EDF6FC;
  margin-top: 0;
  padding: 60px 0;
}

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

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

.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 {
  -o-object-fit: contain;
  height: 200px;
  object-fit: contain;
  width: 200px;
}

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

.p-top__corner--area {
  margin: 0 auto;
  margin-left: 19.5vw;
  padding: 0px 0 0;
  position: relative;
  width: calc(100% - 30.5vw);
}
@media (max-width: 767px) {
  .p-top__corner--area {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100%;
  }
}

.p-top__corner--area__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 65px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .p-top__corner--area__list {
    flex-direction: column;
    margin: 30px 15px 0;
  }
}

.p-top__corner--area__item {
  background: #fff;
  padding: 20px;
  text-align: center;
  width: 30%;
}
@media (max-width: 767px) {
  .p-top__corner--area__item {
    margin-bottom: 20px;
    width: 100%;
  }
}

.p-top__corner--area__item--ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  padding-bottom: 20px;
}

.p-top__corner--area__item--img {
  margin: 20px auto;
  max-width: 209px;
}
@media screen and (min-width: 768px) {
  .p-top__corner--area__item--img {
    height: 150px;
  }
}

.p-top__corner--area__item--data {
  text-align: left;
}

/*// -----------------------------------------------------------------
//　最新技術と伝統
// -----------------------------------------------------------------*/
@media (max-width: 767px) {
  .p-top__relief {
    margin-top: 0;
  }
}

/*// -----------------------------------------------------------------
//　About
// -----------------------------------------------------------------*/
.p-top__about--txt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  justify-content: center;
  line-height: 2;
  margin-top: 85px;
  text-align: left;
}
@media (max-width: 767px) {
  .p-top__about--txt {
    margin-top: 40px;
  }
}

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

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

.p-top__about--item {
  float: left;
  width: 370px !important;
}

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

/*// -----------------------------------------------------------------
//　Concept
// -----------------------------------------------------------------*/
.p-top__concept {
  background: #F3F2F2;
  padding-top: 100px;
}

.p-top__concept--txt {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  justify-content: center;
  line-height: 2;
  margin-top: 85px;
  text-align: center;
}
@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;
  margin: 0;
  padding: 40px 0 0;
}
@media (max-width: 920px) {
  .p-top__concept--list {
    margin-top: 40px;
    padding: 0;
  }
}

.p-top__concept--item {
  align-items: flex-end;
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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;
  position: relative;
  width: 100%;
}
@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;
  line-height: 2;
  margin-top: 40px;
}
@media (max-width: 920px) {
  .p-top__concept--item__heading--summary {
    margin-top: 20px;
  }
}

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

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

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

.p-top__service--box__figure {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 50%;
}
@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-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
}
.p-top__service--box__data--ttl.__end {
  margin-top: 30px;
}

.p-top__service--box__data--list {
  list-style: none;
  margin: 10px 0 0;
  padding: 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 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 70px 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .p-top__service--list {
    flex-direction: column;
  }
}

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

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

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

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

.p-top__service--bottom__txt {
  background: #F3F2F2;
  padding: 20px;
}

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

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

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

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

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

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

/*// -----------------------------------------------------------------
//　Access
// -----------------------------------------------------------------*/
.p-top__access--box {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  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 {
  display: block;
  list-style: none;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
  width: 100%;
}

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

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

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

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

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

.p-top__access--table {
  color: #4E4E4E;
  line-height: 2;
  margin-top: 30px;
  width: 100%;
}
.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 {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
  vertical-align: top;
  width: 90px;
}
@media (max-width: 767px) {
  .p-top__access--table th {
    vertical-align: top;
    width: 75px;
  }
}
.p-top__access--table td {
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: left;
  vertical-align: top;
}
.p-top__access--table .p-top__access--tdicon {
  text-align: center;
  vertical-align: top;
  width: 40px;
}

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

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

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

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

/*// -----------------------------------------------------------------
//　Surroundings
// -----------------------------------------------------------------*/
.p-top__surroundings--list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
  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 {
  line-height: 0;
  width: 100%;
}

.p-top__surroundings--item__heading--ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin: 10px 0 10px;
}
@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;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-top__contact--copy {
    font-size: 20px;
    text-align: left;
  }
}

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

.p-top__contact--item {
  background: #FFFFFF;
  margin: 0 auto;
  max-width: 446px;
  min-height: 245px;
  padding: 32px;
  text-align: center;
  width: 100%;
}
@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 {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  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 {
  align-items: center;
  background: url(../../assets/img/index/concept_bg.png) no-repeat top center;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 900;
  height: 115.29px;
  justify-content: center;
  margin: 50px auto 0;
  max-width: 705px;
  text-align: center;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top__concept--concepttxt {
    background: url(../../assets/img/index/concept_bg_sp.png) no-repeat top center;
    background-size: contain;
    font-size: 20px;
    height: 145px;
  }
  .p-top__concept--concepttxt span {
    display: block;
  }
}

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

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

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

.p-top__games--item {
  align-items: center;
  background: #000 url(../../assets/img/index/bg_right.png) no-repeat top right;
  background-size: contain;
  border: solid 1px #B88800;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  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 {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px;
  width: 50%;
}
@media (max-width: 767px) {
  .p-top__games--item__figure {
    width: 100%;
  }
}

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

.p-top__games--item__data {
  padding: 40px;
  width: 50%;
}
@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 {
  color: #A79080;
  font-size: 40px;
  font-weight: 900;
}
@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 {
  border-top: solid 1px #fff;
  line-height: 2;
  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 {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  margin-top: 30px;
  text-align: center;
}

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

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

.p-top__event--ttl {
  color: #CA9E03;
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 900;
}
@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 {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 40px 0;
}
@media (max-width: 767px) {
  .p-top__event--list {
    flex-direction: column;
  }
}

.p-top__event--item {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 48%;
}
@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-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 900;
}
@media (max-width: 767px) {
  .p-top__event--item__data--ttl {
    margin-top: 10px;
  }
}

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

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

.p-top__service--price {
  font-size: 18px;
  font-style: normal;
  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;
  border: solid 1px #EBE5D0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 26px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-top__service--table th {
    display: block;
    margin-top: -1px;
    width: 100%;
  }
}
.p-top__service--table td {
  border: solid 1px #EBE5D0;
  padding: 20px 26px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-top__service--table td {
    display: block;
    margin-top: -1px;
    width: 100%;
  }
}
.p-top__service--table td span {
  font-weight: bold;
}
.p-top__service--table td em {
  font-size: 18px;
  font-style: normal;
  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 {
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
}

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

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

.p-top__shop--inner {
  margin: 0 auto;
  margin-left: 19.5vw;
  overflow: hidden;
  padding: 100px 0 0;
  position: relative;
}
@media (max-width: 767px) {
  .p-top__shop--inner {
    margin-left: 0;
    padding: 0 0 50px;
    width: 100%;
  }
}

.p-top__shop--inner2 {
  margin: 0 auto;
  margin-left: 19.5vw;
  overflow: hidden;
  padding: 100px 0 0;
  position: relative;
  width: calc(100% - 30.5vw);
}
@media (max-width: 767px) {
  .p-top__shop--inner2 {
    margin-left: 0;
    padding: 0 0 50px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .__spinner {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.p-top__shop-sales--list {
  height: 250px;
  list-style: none;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 40px 0;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top__shop-sales--list {
    padding: 0 0 20px;
  }
}

.p-top__shop-sales--item {
  float: left;
  line-height: 0;
  width: 300px !important;
}

.p-top__furusato {
  margin-bottom: 25px;
  margin-top: 25px;
}

.p-top__furusato--list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
}
@media (max-width: 767px) {
  .p-top__furusato--list {
    flex-direction: column;
    margin: 20px auto 0;
    max-width: 270px;
    width: 100%;
  }
}

.p-top__furusato--item {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .p-top__furusato--item {
    margin-right: 0;
    width: 100%;
  }
}

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

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

.p-top__shop--item__meta {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.p-top__shop--item__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
}

.p-top__shop--item__name {
  font-size: 16px;
}

@media (max-width: 767px) {
  .p-top__shop--item__img {
    margin-top: 20px;
  }
}
.p-top__shop--item__img img {
  border: solid 1px #21335C;
}

.p-top__shop--item__link a {
  color: #21335C;
}

/*// -----------------------------------------------------------------
//　会社案内
// -----------------------------------------------------------------*/
@media (max-width: 767px) {
  .p-top__company {
    margin-top: 0px;
  }
}

.p-top__company--img {
  max-width: 1000px;
}

.p-top__company--table {
  border-collapse: collapse;
  margin-top: 10px;
  max-width: 365px;
  width: 100%;
}
@media (max-width: 767px) {
  .p-top__company--table {
    max-width: 100%;
  }
}
.p-top__company--table th {
  border-bottom: solid 1px #9F9F9F;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
  width: 90px;
}
.p-top__company--table td {
  border-bottom: solid 1px #9F9F9F;
  font-size: 16px;
  font-weight: normal;
  padding: 10px;
  vertical-align: top;
}
.p-top__company--table em {
  font-style: normal;
  font-weight: bold;
}

.p-top__company--inner {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-left: 19.5vw;
  padding: 190px 0 100px;
  position: relative;
  width: calc(100% - 30.5vw);
}
@media (max-width: 767px) {
  .p-top__company--inner {
    margin-left: 0;
    padding: 50px 15px 0;
    width: 100%;
  }
}

.p-top__company--inner2 {
  margin: 0 auto;
  margin-left: 19.5vw;
  padding: 100px 0;
  position: relative;
  width: calc(100% - 30.5vw);
}
@media (max-width: 767px) {
  .p-top__company--inner2 {
    margin-left: 0;
    padding: 50px 0;
    width: 100%;
  }
}

.p-top__company--logo {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .p-top__company--logo {
    margin-right: 15px;
  }
}

@media (max-width: 767px) {
  .p-top__company--logo__img {
    width: 50px;
  }
}

.p-top__company--access__ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}

.p-top__company--googlemap {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .p-top__company--googlemap {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*// -----------------------------------------------------------------
// メニュー
// -----------------------------------------------------------------*/
.p-top__drinkmenu--list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 65px 0 0;
  padding: 0;
}
@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 {
  align-items: center;
  border-bottom: solid 1px #fff;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  justify-content: flex-start;
  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 {
  margin: 5px 0 20px;
  width: 100%;
}
.p-top__drinkmenu--item__table th {
  font-weight: normal;
  padding: 2px 0;
  text-align: left;
  vertical-align: top;
}
.p-top__drinkmenu--item__table td {
  padding: 2px 0;
  text-align: right;
  vertical-align: top;
}

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

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

.p-top__drinkmenu--all-drink__list {
  align-items: flex-start;
  color: #40210F;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 65px 30px 30px;
  padding: 0;
}
.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 {
  align-items: center;
  border-bottom: solid 1px #40210F;
  display: flex;
  flex-wrap: wrap;
  font-family: "Noto Serif JP", serif;
  justify-content: flex-start;
  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 {
  margin: 50px 0;
  text-align: center;
}
/*# sourceMappingURL=sourcemaps/app.css.map */