
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700;800&display=swap");
@charset "UTF-8";
/*
font-family: 'Noto Serif JP', serif;
extra-light 200
light 300
regular 400
medium 500
semi-bold 600
bold 700
black 900
*/
/*
font-family: 'EB Garamond', serif;
*/
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}
.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}
.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}
.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}
.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top, right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom, left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-webkit-scroll-snap-type:y mandatory;-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}
.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}
.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}
.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}
.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}
.swiper-button-lock{display:none}
.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}
.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s transform,.2s top;transition:.2s transform,.2s top}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}
.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}
.swiper-pagination-white{--swiper-pagination-color:#ffffff}
.swiper-pagination-black{--swiper-pagination-color:#000000}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}
.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}
.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}
.swiper-slide-zoomed{cursor:move}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}
.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube{overflow:visible}
.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}
.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}
.swiper-container-flip{overflow:visible}
.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/** http://bourbon.io/docs/#timing-functions */
/** example @include transition(all 5s $ease-in-circ);*/
/**
transition timing-function:
ease - cubic-bezier(0.25, 0.1, 0.25, 1.0) を指定したのと同じ（開始と完了を滑らかにする）（初期値）
linear - cubic-bezier(0.0, 0.0, 1.0, 1.0) を指定したのと同じ（一定）
ease-in - cubic-bezier(0.42, 0, 1.0, 1.0) を指定したのと同じ（ゆっくり始まる）
ease-out - cubic-bezier(0, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり終わる）
ease-in-out - cubic-bezier(0.42, 0, 0.58, 1.0) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/*
z-index
-------------------- */
/*
font
-------------------- */
/*
link line
-------------------- */
/**
* Variables
*/
/* 補助 */
/* text */
/* link */
/* thema */
/** extend */
@-webkit-keyframes headerBg {
  0% {
    -webkit-transform: scale(0.5, 0);
            transform: scale(0.5, 0); }
  70% {
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@keyframes headerBg {
  0% {
    -webkit-transform: scale(0.5, 0);
            transform: scale(0.5, 0); }
  70% {
    -webkit-transform: scale(1, 1.1);
            transform: scale(1, 1.1); }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); } }
@-webkit-keyframes h_contact {
  0% {
    -webkit-transform: scale(0.85, 0.85);
            transform: scale(0.85, 0.85);
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; } }
@keyframes h_contact {
  0% {
    -webkit-transform: scale(0.85, 0.85);
            transform: scale(0.85, 0.85);
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1; } }
/*
animation: arrow .3s ease-out forwards;
*/
@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  60% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0); }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0); } }
@keyframes arrow {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  60% {
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0); }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0); } }
/*
animation: arrow-opacity .3s ease-out .2s forwards;
*/
@-webkit-keyframes arrow-opacity {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1; } }
@keyframes arrow-opacity {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 0; }
  30% {
    opacity: 1; }
  60% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
    opacity: 1; }
  100% {
    -webkit-transform: translate(0px, 0);
            transform: translate(0px, 0);
    opacity: 1; } }
/*
animation: arrow-opacity-end .2s ease-out forwards;
*/
@-webkit-keyframes arrow-end {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes arrow-end {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
html {
  font-size: 62.5%; }
body {
  color: #000;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none; }
a {
  color: currentColor;
  text-decoration: none; }
svg {
  vertical-align: bottom; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p, li {
  margin: 0;
  padding: 0;
  letter-spacing: 0.05em; }
h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  vertical-align: bottom; }
figure {
  margin: 0;
  padding: 0; }
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }
input[type="number"] {
  -moz-appearance: textfield; }
html, body {
  width: 100%;
  height: 100%; }
.l-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF9D00;
  color: #fff;
  padding: 70px 30px; }
.l-contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FF9D00; }
.l-contact__title {
    position: relative;
    font-family: "EB Garamond", serif;
    font-weight: 300;
    font-style: italic;
    line-height: 1.1;
    font-weight: 400;
    font-size: 6.2rem; }
.l-contact__body {
    position: relative; }
.l-contact__body p {
      font-size: 2rem;
      font-weight: 500; }
.l-contact__action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 20px; }
.l-contact__action .c-btn, .l-contact__action .c-btn--prev, .l-contact__action .c-btn--next, .l-contact__action .c-btn--back {
      margin-right: 25px; }
.l-contact__action .tel {
      font-family: "EB Garamond", serif;
      font-weight: 300;
      font-style: italic;
      line-height: 1.1;
      font-size: 3.5rem;
      font-weight: 600; }
.l-contact__action .tel a {
        color: #fff; }
.l-footer {
  padding: 150px 0 50px; }
.l-footer__logo {
    width: 100px;
    margin: 0px auto 100px; }
.l-footer__logo img, .l-footer__logo svg {
      width: 100%;
      height: auto; }
.l-footer__copy {
    text-align: center;
    font-size: 1.0rem; }
h1 {
  position: fixed;
  z-index: 10000;
  bottom: 30px;
  right: 0;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #000; }
h1 span {
    background-color: #fff;
    padding: 0.5em 1em;
    padding-right: 3em; }
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4000;
  width: 100%;
  height: 100px;
  color: #fff;
  -webkit-transition: color ease-out .2s;
  transition: color ease-out .2s; }
.s-sec .l-header {
    color: #000; }
.l-header-logo {
    position: relative;
    width: 105px;
    left: 110px; }
.l-header-logo svg {
      fill: currentColor; }
.l-header-menu {
    position: absolute;
    top: 50px;
    right: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 1.8rem; }
.l-header-menu__item + .l-header-menu__item {
      margin-left: 2.5em; }
.l-header-menu__item a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.l-header-menu__item a::before {
        content: "";
        position: absolute;
        top: 6px;
        bottom: 0;
        left: -25%;
        right: 0;
        margin: auto;
        display: block;
        width: 150%;
        height: 1px;
        background-color: currentColor;
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s; }
.l-header-menu__item--contact i {
      width: 20px;
      line-height: 1;
      margin-right: 5px; }
.l-header-menu__item--contact i svg {
        position: relative;
        fill: currentColor;
        -webkit-transform: translate(0, -1px);
                transform: translate(0, -1px); }
.l-header-menu__item--sns a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 40px;
      height: 40px;
      color: #000;
      background-color: #fff;
      border-radius: 50%;
      -webkit-transition: ease-out .2s;
      transition: ease-out .2s; }
.l-header-menu__item--sns a::before {
        display: none; }
.l-header-menu__item--sns i {
      width: 20px;
      line-height: 1; }
.l-header-menu__item--sns i svg {
        position: relative;
        fill: currentColor; }
.l-header-logo {
    opacity: 0;
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 1s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 1s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 1s; }
.l-header-menu__item {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
.is-opening .l-header-logo {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: .5s;
            transition-delay: .5s; }
.is-opening .l-header-menu__item {
    opacity: 1;
    -webkit-transition-delay: .8s;
            transition-delay: .8s; }
.l-main {
  position: relative;
  overflow: hidden; }
.l-main__contents {
    position: relative;
    background-color: #fff; }
.l-menu {
  z-index: 4500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 0.2s;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s 0.2s; }
.l-menu::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background-color: #fff; }
.l-menu__wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.l-menu__list {
    position: relative;
    font-family: "EB Garamond", serif;
    letter-spacing: 0.1em;
    font-weight: 400;
    font-size: 4rem;
    text-align: center; }
.l-menu__item a {
    position: relative;
    display: inline-block;
    padding: 5px;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s; }
.l-menu__item a::before {
      content: "";
      position: absolute;
      top: 10px;
      bottom: 0;
      left: -25%;
      right: 0;
      margin: auto;
      display: block;
      width: 150%;
      height: 1px;
      background-color: currentColor;
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s; }
.l-menu::before {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
.l-menu__item {
    opacity: 0;
    -webkit-transition: ease-out;
    transition: ease-out;
    -webkit-transition-duration: .2s;
            transition-duration: .2s; }
.l-menu.is-open {
    opacity: 1;
    pointer-events: all;
    -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s; }
.l-menu.is-open::before {
      -webkit-transform: scale(50);
              transform: scale(50); }
.is-open .l-menu__item {
    opacity: 1;
    -webkit-transition-duration: 2s;
            transition-duration: 2s; }
.is-open .l-menu__item:nth-of-type(1) {
      -webkit-transition-delay: 0.1s;
              transition-delay: 0.1s; }
.is-open .l-menu__item:nth-of-type(2) {
      -webkit-transition-delay: 0.15s;
              transition-delay: 0.15s; }
.is-open .l-menu__item:nth-of-type(3) {
      -webkit-transition-delay: 0.2s;
              transition-delay: 0.2s; }
.is-open .l-menu__item:nth-of-type(4) {
      -webkit-transition-delay: 0.25s;
              transition-delay: 0.25s; }
.is-open .l-menu__item:nth-of-type(5) {
      -webkit-transition-delay: 0.3s;
              transition-delay: 0.3s; }
.is-open .l-menu__item:nth-of-type(6) {
      -webkit-transition-delay: 0.35s;
              transition-delay: 0.35s; }
.l-menu-hbg {
  z-index: 4500;
  position: fixed;
  top: 20px;
  right: 20px;
  width: 100px;
  height: 100px; }
.l-menu-hbg::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: white; }
.l-menu-hbg__border {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer; }
.l-menu-hbg__border span {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      pointer-events: none;
      display: block;
      width: 26px;
      height: 1px;
      margin: auto;
      color: #000;
      background-color: currentColor;
      -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s; }
.l-menu-hbg__border span:nth-of-type(1) {
        top: -20px; }
.l-menu-hbg__border span:nth-of-type(3) {
        bottom: -20px; }
.l-menu-hbg.is-active span:nth-of-type(1) {
    top: 0 !important;
    -webkit-transform: rotate(-45deg) !important;
            transform: rotate(-45deg) !important; }
.l-menu-hbg.is-active span:nth-of-type(2) {
    -webkit-transform: scaleX(0) scale(0) !important;
            transform: scaleX(0) scale(0) !important; }
.l-menu-hbg.is-active span:nth-of-type(3) {
    bottom: 0 !important;
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important; }
.l-menu-hbg::before {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s; }
.l-menu-hbg.is-fixMenu {
    pointer-events: all; }
.l-menu-hbg.is-fixMenu::before {
      -webkit-transform: scale(1);
              transform: scale(1); }
.l-menu-hbg.is-fixMenu .l-menu-hbg__border {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    opacity: 1; }
.l-menu-hbg.is-active {
    pointer-events: all; }
.l-menu-hbg.is-active::before {
      -webkit-transform: scale(1);
              transform: scale(1); }
.l-menu-hbg.is-active .l-menu-hbg__border {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    opacity: 1; }
.l-modal {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4800; }
.l-modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    height: 100%;
    width: 100%; }
.l-modal__close {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 70px;
    z-index: 100;
    margin: 0 auto;
    height: 50px;
    width: 50px; }
.l-modal__close::before, .l-modal__close::after {
      background-color: #000;
      border-radius: 5px;
      content: "";
      height: 1px;
      margin: auto;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      z-index: 10;
      width: 100%; }
.l-modal__close::before {
      -webkit-transform: rotate(45.1deg);
              transform: rotate(45.1deg); }
.l-modal__close::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
.l-modal__title {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center; }
.l-modal__title div {
      display: inline-block; }
.l-modal__title i {
      font-style: normal;
      padding-right: 10px; }
.l-modal__inner {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 100px; }
.l-modal__slider {
    background-color: #fff;
    margin: auto;
    width: 100%;
    height: 100%; }
.l-modal__slider li {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.l-modal__slider img, .l-modal__slider svg {
      width: auto;
      height: auto;
      max-width: 100%;
      max-height: 100%; }
.l-modal .swiper-button-next,
  .l-modal .swiper-button-prev {
    width: 100px;
    height: 100vh;
    top: 50%;
    margin: 0;
    color: #000;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.l-modal .swiper-button-next::after,
    .l-modal .swiper-button-prev::after {
      display: none; }
.l-modal .swiper-button-next::before,
    .l-modal .swiper-button-prev::before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 80px;
      display: block;
      margin: auto;
      width: 40px;
      height: 40px;
      border-top: 1px solid currentColor;
      border-right: 1px solid currentColor;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: ease-out .2s;
      transition: ease-out .2s; }
.l-modal .swiper-button-next {
    right: 0; }
.l-modal .swiper-button-prev {
    left: 0;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%); }
.about {
  padding: 300px 100px;
  background-color: #F0F2F4;
  text-align: center; }
.about__wrap {
    text-align: left; }
.about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
.about__pix {
    position: relative;
    z-index: 10;
    max-width: 500px;
    width: 40%;
    aspect-ratio: 500 / 700; }
.about__pix img {
      width: 100%; }
.about__body {
    margin-left: 80px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.about__text {
    margin-top: 30px; }
.about__title {
    position: relative;
    margin-top: 30px; }
.about__title span {
      position: relative;
      pointer-events: none; }
.about__title span::before {
        content: "";
        position: absolute;
        top: -200px;
        right: -300px;
        display: block;
        width: 240px;
        height: 240px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.8; }
.about__title svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 700px;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg); }
.about__title svg circle {
        fill: rgba(255, 255, 255, 0);
        stroke: rgba(0, 0, 0, 0.1);
        stroke-width: 1;
        stroke-dasharray: 2198;
        stroke-dashoffset: 2198;
        paint-order: fill; }
.about__title span::before {
      opacity: 0;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
.about__title.inview span::before {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: ease-out .2s;
      transition: ease-out .2s;
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
.about__title.inview svg circle {
      -webkit-transition: ease-out 1s;
      transition: ease-out 1s;
      -webkit-transition-delay: .5s;
              transition-delay: .5s;
      stroke-dashoffset: 0; }
.contact {
  margin-top: 200px; }
.contact__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.contact__pix {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 100px 0; }
.contact__pixItem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
.contact__body {
    padding: 100px;
    padding-top: 0;
    padding-right: 50px; }
.contact__body p {
      font-size: 1.5rem;
      line-height: 2.2;
      margin-top: 30px; }
.contact__logo {
    width: 125px;
    margin-bottom: 50px; }
.contact__title {
    margin-bottom: 50px; }
.contact__sns {
    margin-top: 30px; }
.contact__sns a {
      display: inline-block;
      -webkit-transition: ease-out .2s;
      transition: ease-out .2s; }
.contact__sns a:hover {
        color: #000;
        opacity: .5; }
.contact__sns div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.contact__sns i {
      display: block;
      width: 20px;
      line-height: 1;
      margin-right: 10px; }
.contact__sns i svg {
        position: relative;
        fill: currentColor; }
.contact__sns span {
      display: inline-block; }
.contact__map iframe {
    width: 100%;
    height: 700px;
    vertical-align: bottom; }
.contact-info {
  width: 100%; }
.contact-info__btn {
    width: 100%;
    max-width: 460px;
    margin: 0 auto; }
.contact-info__btn + .contact-info__btn {
      margin-top: 20px; }
.contact-info__btn a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1;
      font-weight: 600;
      background-color: rgba(255, 255, 255, 0.9);
      height: 120px; }
.contact-info__btn.tel {
      font-size: 3.5rem; }
.contact-info__btn.tel i {
        width: 26px;
        margin-right: 20px; }
.contact-info__btn.tel small {
        display: block;
        font-size: 1.3rem;
        margin-top: 8px;
        font-weight: 400; }
.contact-info__btn.mail {
      font-size: 2.6rem;
      letter-spacing: 0; }
.contact-info__btn.mail i {
        width: 38px;
        margin-right: 18px; }
.contents {
  background-color: #F0F2F4;
  margin-top: 50px; }
.contents__block {
    position: relative;
    z-index: 100; }
.contents__main {
    position: relative;
    height: 100vh;
    overflow: hidden; }
.contents__main figure {
      position: relative;
      top: 0;
      background: no-repeat 50% 50%;
      background-size: cover;
      height: 100%; }
#about04 .contents__main figure div {
      opacity: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: ease-out .5s;
      transition: ease-out .5s;
      position: absolute;
      top: 0;
      left: 0; }
#about04 .contents__main figure.is-on div {
      opacity: 1; }
.contents__main::before {
      content: "";
      position: absolute;
      bottom: 0;
      z-index: 10;
      display: block;
      width: 50%;
      height: 100%; }
#about01 .contents__main::before {
        left: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%); }
#about02 .contents__main::before {
        right: 0;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(80%, rgba(0, 0, 0, 0.4)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 80%); }
#about03 .contents__main::before {
        left: 0;
        background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0) 100%); }
.contents__title {
    position: absolute;
    top: 50%;
    z-index: 20;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #fff;
    width: 140px;
    opacity: 0;
    -webkit-transition: ease-out 1s .2s;
    transition: ease-out 1s .2s; }
.contents__title i {
      position: relative;
      display: block;
      text-align: center;
      font-family: "EB Garamond", serif;
      letter-spacing: 0.1em;
      font-size: 120px;
      font-style: normal;
      font-weight: 400;
      letter-spacing: 0em;
      line-height: 1.2;
      margin-top: -15px; }
.contents__title > span {
      display: inline-block;
      width: 100%;
      height: auto;
      -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
              writing-mode: vertical-rl;
      -webkit-font-feature-settings: normal;
              font-feature-settings: normal;
      font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
      font-size: 3rem;
      letter-spacing: 0.1em; }
.contents__title > span span {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
.contents__title::before {
      content: "About";
      display: block;
      width: 70px;
      margin: 0 auto;
      font-size: 1.2rem;
      text-align: center;
      border-top: 1px solid currentColor;
      border-bottom: 1px solid currentColor;
      padding: 3px 0 5px; }
.contents__title i {
      position: relative; }
.contents__title i::before {
        content: "";
        position: absolute;
        display: block;
        width: 120px;
        height: 120px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.2; }
.contents__title svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 400px;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg); }
.contents__title svg circle {
        fill: rgba(255, 255, 255, 0);
        stroke: rgba(255, 255, 255, 0.1);
        stroke-width: 1;
        stroke-dasharray: 1256;
        stroke-dashoffset: 1256;
        paint-order: fill; }
.contents__title i::before {
      opacity: 0;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
.contents__title.inview {
      opacity: 1; }
.contents__title.inview i::before {
        opacity: .2;
        -webkit-transform: scale(1);
                transform: scale(1);
        -webkit-transition: ease-out .2s;
        transition: ease-out .2s;
        -webkit-transition-delay: 1.5s;
                transition-delay: 1.5s; }
.contents__title.inview svg circle {
        -webkit-transition: ease-out 1s .4s;
        transition: ease-out 1s .4s;
        -webkit-transition-delay: 1s;
                transition-delay: 1s;
        stroke-dashoffset: 0; }
.contents__fixTitle {
    pointer-events: none; }
.contents__body {
    padding: 60px 100px 200px;
    padding-left: 220px; }
.contents__body p {
      font-size: 1.5rem;
      line-height: 2.2; }
.contents__body > * + * {
      margin-top: 60px; }
.contents__text2 h4 {
    font-size: 120%;
    margin-bottom: 15px; }
.contents__p img {
    width: 100%; }
.info {
  padding: 200px 100px;
  margin-top: 200px;
  background-color: #F0F2F4; }
.s-sec .info {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0; }
.info__title {
    position: relative;
    margin-top: 30px; }
.info__title span {
      position: relative; }
.info__title span::before {
        content: "";
        position: absolute;
        top: -300px;
        right: -300px;
        display: block;
        width: 240px;
        height: 240px;
        background-color: #fff;
        border-radius: 50%;
        opacity: 0.8; }
.info__title svg {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 700px;
      -webkit-transform: translate(-50%, -50%) rotate(-90deg);
              transform: translate(-50%, -50%) rotate(-90deg); }
.info__title svg circle {
        fill: rgba(255, 255, 255, 0);
        stroke: rgba(0, 0, 0, 0.1);
        stroke-width: 1;
        stroke-dasharray: 2198;
        stroke-dashoffset: 2198;
        paint-order: fill; }
.info__title span::before {
      opacity: 0;
      -webkit-transform: scale(0.8);
              transform: scale(0.8); }
.info__title.inview span::before {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1);
      -webkit-transition: ease-out .2s;
      transition: ease-out .2s;
      -webkit-transition-delay: 1.2s;
              transition-delay: 1.2s; }
.info__title.inview svg circle {
      -webkit-transition: ease-out 1s;
      transition: ease-out 1s;
      -webkit-transition-delay: .5s;
              transition-delay: .5s;
      stroke-dashoffset: 0; }
.info__body {
    margin-top: 50px; }
.info__btn {
    width: 100%;
    margin-top: 70px;
    text-align: center; }
.infoDetail {
  max-width: 900px;
  margin: 0 auto; }
.infoDetail__ttlArea {
    padding-top: 30px;
    margin-bottom: 50px;
    text-align: center; }
.infoDetail__ttl {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 1.5; }
.infoDetail__date {
    margin-bottom: 10px; }
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 5000; }
.loading__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5002;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left; }
.loading__wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: #ffffff; }
.loading__wrap img {
      width: 100%; }
.loading__logo {
    width: 150px;
    opacity: 0; }
.loading__circle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 80%;
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg); }
.loading__circle svg circle {
      fill: rgba(255, 255, 255, 0);
      stroke: rgba(0, 0, 0, 0.2);
      stroke-width: 1;
      stroke-dasharray: 1570;
      stroke-dashoffset: 1570;
      paint-order: fill;
      -webkit-transition: ease-out 2.5s;
      transition: ease-out 2.5s; }
.loading__circle.is-on svg circle {
    stroke-dashoffset: 4710; }
.mainVs {
  position: relative;
  width: 100%;
  height: 100vh; }
.mainVs__body h2 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
    position: absolute;
    top: 50%;
    left: 115px;
    z-index: 10;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 3rem;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.2em;
    -webkit-filter: drop-shadow(0px 0px 20px black);
            filter: drop-shadow(0px 0px 20px black); }
.mainVs__item {
    width: 100%;
    height: 100%;
    overflow: hidden; }
.mainVs__item {
    opacity: 0;
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 3s; }
.mainVs__body h2 {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s; }
.is-opening .mainVs__item {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); }
.is-opening .mainVs__body h2 {
    opacity: 1;
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
.mainVs--simple {
  text-align: center;
  padding: 50px;
  padding-top: 150px; }
.photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.photo__item img {
    width: 100%; }
.photo__item:nth-of-type(1), .photo__item:nth-of-type(4), .photo__item:nth-of-type(5) {
    width: 32.45%;
    aspect-ratio: 450 / 600; }
.photo__item:nth-of-type(2), .photo__item:nth-of-type(3), .photo__item:nth-of-type(6) {
    width: 66.7%;
    aspect-ratio: 925 / 600; }
.photo__item:nth-of-type(n + 3) {
    margin-top: .7%; }
.scroll {
  position: absolute;
  bottom: 0;
  left: 145px;
  width: 40px;
  height: 150px;
  color: #fff; }
.scroll a {
    display: block;
    width: 100%;
    height: 100%; }
.scroll span {
    position: absolute;
    left: -20px;
    bottom: 50px;
    display: block;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    pointer-events: none;
    font-size: 1.4rem; }
.scroll::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 150px;
    width: 1px;
    background-color: #fff; }
.scroll::after {
    content: "";
    position: absolute;
    bottom: -150px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    height: 150px;
    width: 1px;
    background-color: #000; }
.scroll a {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
.scroll::before {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
    -webkit-transform-origin: bottom;
            transform-origin: bottom; }
.is-opening .scroll a {
    opacity: 1;
    -webkit-transition-delay: .8s;
            transition-delay: .8s; }
.is-opening .scroll::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition-delay: .8s;
            transition-delay: .8s; }
.wide {
  position: relative;
  padding: 0 50px 0;
  margin-top: 200px; }
.wide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 50%;
    background-color: #F0F2F4; }
.wide__inner {
    position: relative;
    height: 700px;
    overflow: hidden; }
.wide figure {
    position: relative;
    top: 0;
    display: block;
    background: url(../images/wide.jpg) no-repeat 50% 50%;
    background-size: cover;
    width: 100%;
    height: 100%; }
.wide img {
    width: 100%; }
.work {
  position: relative;
  z-index: 101;
  background-color: #fff; }
.work__main {
    position: relative;
    height: 700px;
    overflow: hidden; }
.work__main figure {
      position: relative;
      top: 0;
      display: block;
      width: 100%;
      height: 100%; }
.work__title {
    position: relative;
    text-align: center;
    margin-top: -3em; }
.work-list {
    margin-top: 50px; }
.work-list img {
      width: 100%; }
.work-list__item {
      position: relative;
      counter-increment: title; }
.work-list__item:nth-of-type(even) .work-list__link {
        -webkit-transform: translateX(100px);
                transform: translateX(100px); }
.work-list__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 50px 100px; }
.work-list__link::before {
        content: "";
        position: absolute;
        top: 0;
        left: -100px;
        display: block;
        width: calc(100% + 100px);
        height: 100%;
        background-color: #F0F2F4; }
.work-list__pix {
      position: relative;
      width: 60%;
      aspect-ratio: 2000 / 1200; }
.work-list__pix i {
        display: none; }
.work-list__body {
      position: relative;
      padding: 50px; }
.work-list__body::before {
        content: "0" counter(title);
        font-family: "EB Garamond", serif;
        letter-spacing: 0.1em;
        font-size: 10rem;
        line-height: 1;
        margin-left: -0.1em;
        display: block; }
.work-list__body .btn {
        position: relative;
        font-family: "EB Garamond", serif;
        letter-spacing: 0.1em;
        color: #000;
        width: 180px;
        background-color: #eee;
        margin-top: 50px;
        padding: 20px 20px 20px 30px;
        cursor: pointer; }
.work-list__body .btn::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: #000; }
.work-list__body .btn span {
          pointer-events: none;
          display: block;
          position: relative; }
.work-list__body .btn span::before, .work-list__body .btn span::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0px;
            margin: auto;
            display: block;
            width: 50px;
            height: 1px; }
.work-list__body .btn span::before {
            background-color: #000; }
.work-list__body .btn span::after {
            background-color: #fff; }
.work-list__link::before {
      -webkit-transform: scale(0, 1);
              transform: scale(0, 1);
      -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -webkit-transform-origin: left;
              transform-origin: left; }
.work-list__pix {
      -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s; }
.work-list__body .btn span::after {
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
      transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s; }
.work-list .btn {
      -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
      transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s; }
.work-list .btn::before {
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1);
        -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
        transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
        -webkit-transform-origin: left;
                transform-origin: left; }
.work-list .btn span::before, .work-list .btn span::after {
        -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
        transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
        -webkit-transform-origin: left;
                transform-origin: left; }
.work-list .btn span::after {
        -webkit-transform: scale(0, 1);
                transform: scale(0, 1); }
.c-bread {
  position: absolute;
  right: 0;
  top: 113px;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 40px; }
.c-bread.is-load::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1); }
.c-bread.is-load li a::after {
    opacity: 1; }
.c-bread.is-load li span::after {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1); }
.c-bread::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transition: -webkit-transform .6s ease-out;
    transition: -webkit-transform .6s ease-out;
    transition: transform .6s ease-out;
    transition: transform .6s ease-out, -webkit-transform .6s ease-out;
    background-color: #FF9D00; }
.c-bread li {
    position: relative;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
    width: 60px;
    white-space: nowrap; }
.c-bread li:nth-of-type(1) a::after {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
.c-bread li:nth-of-type(1) span::after {
      -webkit-transition-delay: .2s;
              transition-delay: .2s; }
.c-bread li:nth-of-type(2) a::after {
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }
.c-bread li:nth-of-type(2) span::after {
      -webkit-transition-delay: .4s;
              transition-delay: .4s; }
.c-bread li:nth-of-type(3) a::after {
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
.c-bread li:nth-of-type(3) span::after {
      -webkit-transition-delay: .6s;
              transition-delay: .6s; }
.c-bread li:nth-of-type(4) a::after {
      -webkit-transition-delay: .8s;
              transition-delay: .8s; }
.c-bread li:nth-of-type(4) span::after {
      -webkit-transition-delay: .8s;
              transition-delay: .8s; }
.c-bread li:nth-of-type(5) a::after {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
.c-bread li:nth-of-type(5) span::after {
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
.c-bread li a {
      position: relative;
      padding-left: 24px; }
.c-bread li a::after {
        content: "";
        opacity: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #fff;
        border: 1px solid #FF9D00;
        -webkit-transition: opacity .3s ease-out;
        transition: opacity .3s ease-out; }
.c-bread li a::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -5px;
        margin: auto;
        width: 23px;
        height: 23px;
        border-radius: 50%;
        background-color: #fff; }
.c-bread li span {
      display: inline-block;
      position: relative; }
.c-bread li span::after {
        background-color: #fff;
        height: 100%;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        -webkit-transition: -webkit-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out, -webkit-transform .3s ease-out;
        -webkit-transform-origin: right top;
                transform-origin: right top;
        width: 100%; }
.c-bread li.current a::after {
      background-color: #FF9D00; }
.c-bread li a {
      -webkit-transition: color ease-out .3s;
      transition: color ease-out .3s; }
.c-btn, .c-btn--prev, .c-btn--next, .c-btn--back {
  display: inline-block; }
.c-btn a, .c-btn--prev a, .c-btn--next a, .c-btn--back a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    color: currentColor;
    padding-right: 60px;
    -webkit-transition: ease-out .2s;
    transition: ease-out .2s;
    font-size: 1.4rem;
    font-weight: 600; }
.c-btn a span, .c-btn--prev a span, .c-btn--next a span, .c-btn--back a span {
      position: relative; }
.c-btn a i.line, .c-btn--prev a i.line, .c-btn--next a i.line, .c-btn--back a i.line {
      position: absolute;
      right: 0px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 40px;
      height: 1px;
      background-color: currentColor;
      -webkit-transition: -webkit-transform ease-out .2s;
      transition: -webkit-transform ease-out .2s;
      transition: transform ease-out .2s;
      transition: transform ease-out .2s, -webkit-transform ease-out .2s;
      -webkit-transform-origin: left;
              transform-origin: left; }
.c-btn--frame a {
    border: 1px solid currentColor;
    padding-left: 20px;
    padding-right: 20px;
    width: 300px;
    height: 60px; }
.c-btn--frame a i.line {
      right: 20px; }
.c-btn--more a {
    border: 1px solid currentColor;
    padding-left: 20px;
    padding-right: 20px;
    width: 300px;
    height: 60px; }
.c-btn--contact a {
    background-color: #fff;
    border: 2px solid #fff;
    color: #FF9D00;
    font-size: 2rem;
    padding-left: 40px;
    padding-right: 40px;
    width: auto;
    height: 60px; }
.c-btn--contact a i.icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 25px;
      margin-right: 10px;
      height: auto;
      background-color: none;
      -webkit-transition: -webkit-transform ease-out .2s;
      transition: -webkit-transform ease-out .2s;
      transition: transform ease-out .2s;
      transition: transform ease-out .2s, -webkit-transform ease-out .2s; }
.c-btn--contact a i.icon svg {
        width: 100%;
        fill: currentColor; }
.c-btn--prev a, .c-btn--next a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 165px;
    padding: 0 20px 0 0; }
.c-btn--prev {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); }
.c-btn--prev a span {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
.c-btn--back a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 165px;
    padding: 0 0 0 0;
    background-color: #fff;
    color: #000;
    border: 1px solid #000; }
.c-btn--back a i {
      display: none; }
.c-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-formThanks {
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: center;
  display: none; }
.c-formThanks__ttl {
    padding-top: 100px;
    font-size: 2.4rem;
    font-weight: 600;
    color: #FF9D00;
    margin-bottom: 20px; }
.c-formThanks__txt {
    font-size: 1.8rem;
    margin-top: 40px; }
.c-form {
  font-size: 1.5rem;
  line-height: 2.2; }
.c-form .hissu {
    color: #CA192F; }
.c-form .error {
    font-size: 80% !important;
    color: #CA192F;
    margin-top: 0;
    margin-top: 5px;
    margin-bottom: 20px;
    display: block; }
.c-form .att {
    font-size: 11px;
    color: #aaa;
    font-weight: 400; }
.c-form__lead {
    text-align: center;
    margin-bottom: 50px; }
.c-form__inner dl input + input {
    margin-top: 10px; }
.c-form__inner dl .c-formItem-clm2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-form__inner dl .c-formItem-clm2 input {
      width: 49%; }
.c-form__inner dl .c-formItem-clm2 input + input {
        margin-top: 0;
        margin-left: 2%; }
.c-form__inner dl .c-formItem-birthday {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-form__inner dl .c-formItem-birthday span {
      display: inline-block;
      width: 5%;
      text-align: center; }
.c-form__inner dl .c-formItem-add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-form__inner dl .c-formItem-add input:nth-of-type(1) {
      width: 20%; }
.c-form__inner dl .c-formItem-add__btn {
      font-size: 1.3rem;
      margin-left: 15px;
      padding: 6px 20px;
      background-color: #E2E2E2;
      cursor: pointer; }
.c-form__inner dl .c-formItem-add__btn span {
        display: inline-block;
        position: relative;
        padding-right: 10px; }
.c-form__inner dl .c-formItem-add__btn span::after {
          content: "";
          position: absolute;
          top: 2px;
          bottom: 0;
          right: -5px;
          margin: auto;
          display: block;
          height: 5px;
          width: 5px;
          border: 4px solid transparent;
          border-top: 6px solid #000; }
.c-formPpolcy {
  margin-top: 40px;
  text-align: left; }
.c-formPpolcy__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.c-formPpolcy__ttl {
    font-weight: 700; }
.c-formPpolcy__btn {
    margin-bottom: 20px; }
.c-formPpolcyInline {
  border: 1px solid #ccc;
  padding: 20px;
  margin: 20px 0; }
.c-formPpolcyInline__inner {
    overflow-x: hidden;
    height: 300px;
    font-size: 1.4rem; }
.c-formPpolcyInline__inner h5 {
      font-size: 1.4rem;
      margin-top: 15px; }
.c-formPpolcyInline__inner .madoguti {
      margin-top: 40px; }
.c-formBtn {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 40px; }
.c-formBtn__item + .c-formBtn__item {
    margin-left: 20px; }
.c-formBtn input {
    cursor: pointer;
    background-color: #FF9D00;
    border: none;
    color: #fff;
    padding: 25px;
    width: 270px;
    -webkit-appearance: none; }
.c-form input[type=text],
.c-form input[type=tel],
.c-form input[type=number],
.c-form input[type=email] {
  width: 100%;
  padding: 20px;
  border: none;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  -webkit-transition: ease-out .2s;
  transition: ease-out .2s;
  -webkit-appearance: none; }
.c-form input[type=text]:focus,
  .c-form input[type=tel]:focus,
  .c-form input[type=number]:focus,
  .c-form input[type=email]:focus {
    border: 1px solid #ddd;
    background-color: #fffcf2;
    outline: 0; }
.c-form input[type=text]::-webkit-input-placeholder, .c-form input[type=tel]::-webkit-input-placeholder, .c-form input[type=number]::-webkit-input-placeholder, .c-form input[type=email]::-webkit-input-placeholder {
    color: #aaa; }
.c-form input[type=text]::-moz-placeholder, .c-form input[type=tel]::-moz-placeholder, .c-form input[type=number]::-moz-placeholder, .c-form input[type=email]::-moz-placeholder {
    color: #aaa; }
.c-form input[type=text]:-ms-input-placeholder, .c-form input[type=tel]:-ms-input-placeholder, .c-form input[type=number]:-ms-input-placeholder, .c-form input[type=email]:-ms-input-placeholder {
    color: #aaa; }
.c-form input[type=text]::-ms-input-placeholder, .c-form input[type=tel]::-ms-input-placeholder, .c-form input[type=number]::-ms-input-placeholder, .c-form input[type=email]::-ms-input-placeholder {
    color: #aaa; }
.c-form input[type=text]::placeholder,
  .c-form input[type=tel]::placeholder,
  .c-form input[type=number]::placeholder,
  .c-form input[type=email]::placeholder {
    color: #aaa; }
.c-form textarea {
  width: 100%;
  padding: 15px;
  line-height: 1.6;
  border: none;
  border: 1px solid #f4f4f4;
  background-color: #f4f4f4;
  -webkit-appearance: none;
  -webkit-transition: ease-out .2s;
  transition: ease-out .2s;
  vertical-align: bottom;
  height: 250px; }
.c-form textarea:focus {
    border: 1px solid #ddd;
    background-color: #fffcf2;
    outline: 0; }
.c-form .item-select {
  overflow: hidden;
  text-align: center;
  position: relative;
  border: 1px solid #F5F5F5;
  background-color: #F5F5F5; }
.c-form .item-select::before, .c-form .item-select::after {
    content: '';
    position: absolute;
    right: 0.8em;
    border: 4px solid transparent; }
.c-form .item-select::before {
    bottom: .8em;
    border-top: 6px solid #000;
    pointer-events: none; }
.c-form .item-select::after {
    top: .8em;
    border-bottom: 6px solid #000;
    pointer-events: none; }
.c-form .item-select select {
    width: 100%;
    padding: 20px;
    padding-right: 2em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.c-form .item-select select::-ms-expand {
      display: none; }
.c-form .item-radio {
  display: none;
  position: relative; }
.c-form .item-radio + label {
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  line-height: 1.4; }
.c-form .item-radio + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 50%; }
.c-form .item-radio:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%; }
.c-form .item-checkbox {
  display: none; }
.c-form .mwform-checkbox-field-text {
  position: relative;
  padding-left: 25px;
  margin-right: 25px;
  line-height: 1.4; }
.c-form .mwform-checkbox-field-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #aaa; }
.c-form .item-checkbox:checked + .mwform-checkbox-field-text::after {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: 0;
  left: 7px;
  margin: auto;
  width: 6px;
  height: 8px;
  border-bottom: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
.c-google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden; }
.c-google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }
.c-inview {
  opacity: 0.1;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
  transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s; }
.c-inview.inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.c-inview-fade {
    opacity: 0.1;
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s; }
.c-inview-fade.inview {
      opacity: 1; }
.c-inview-photo {
    opacity: 0.1;
    -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s;
    transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 2s, transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s; }
.c-inview-photo.inview {
      opacity: 1; }
.c-inview-EachItem {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
.c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.c-list__item {
    line-height: 1.6; }
.c-list__item a {
      display: block; }
.c-list__pix {
    position: relative;
    padding-top: 66%;
    overflow: hidden; }
.c-list__pix figure {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      background: no-repeat 50% 50%;
      background-size: cover;
      -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-filter cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-filter cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, filter cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, filter cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 2s, -webkit-filter cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
.c-list__body {
    line-height: 1.8;
    margin-top: 10px;
    width: 100%; }
.c-list-line__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.c-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 100px; }
.peopleDetail .c-pager {
    margin-top: 90px;
    margin-bottom: 65px; }
.projectDetail .c-pager {
    margin-top: 26px;
    margin-bottom: 65px; }
.c-pager__back {
    position: relative;
    z-index: 1;
    margin: 0 280px;
    text-align: center;
    width: 200px; }
.c-pager__back a {
      color: #fff; }
.c-pager__back a i {
        height: 72px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
.c-pager__back a i svg {
          fill: currentColor;
          width: 62px;
          height: 42px; }
.c-pager__back a span {
        display: inline-block;
        font-size: 1.6rem;
        font-weight: 600; }
.c-pager__btn {
    position: relative;
    text-align: center; }
.c-pager__btn.prev i {
      -webkit-transform: scale(-1, 1);
              transform: scale(-1, 1); }
.c-pager__btn.prev::before {
      right: -260px; }
.c-pager__btn.next::before {
      left: -250px; }
.c-pager__btn.none {
      opacity: 0.5;
      pointer-events: none; }
.c-pager__btn::before {
      content: "";
      position: absolute;
      top: 35px;
      display: block;
      background: url(../images/people/dot.png) no-repeat 50% 50%;
      background-size: contain;
      width: 220px;
      height: 4px;
      pointer-events: none; }
.c-pager__btn a {
      position: relative;
      width: 72px;
      display: inline-block;
      color: #fff;
      -webkit-transition: ease-out .3s;
      transition: ease-out .3s; }
.c-pager__btn a i {
        margin: auto;
        width: 72px;
        height: 72px;
        border-radius: 50%;
        border: 2px solid #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-transition: background-color ease-out .3s;
        transition: background-color ease-out .3s; }
.c-pager__btn a i svg {
          fill: currentColor;
          width: 34px;
          height: 24px; }
.c-pager__btn a span {
        font-size: 1.6rem;
        font-weight: 600;
        color: #fff; }
.c-text {
  font-size: 1.5rem;
  line-height: 2.2; }
.c-text p + p {
    margin-top: 1em; }
.c-text-title {
  line-height: 1.2; }
.c-text-title span {
    font-family: "EB Garamond", serif;
    letter-spacing: 0.1em;
    font-size: 7rem;
    font-weight: 400; }
.c-text-title small {
    display: block;
    font-size: 1.8rem;
    font-weight: 500; }
.c-text-box__title {
  font-size: 1.5rem;
  margin-bottom: 20px; }
.c-text-box__title span {
    position: relative;
    display: inline-block; }
.c-text-box__title span::after {
      content: "";
      display: block;
      background-color: currentColor;
      width: 100%;
      height: 1px;
      margin-top: 5px; }
.c-text-box__copy {
  font-size: 3.2rem;
  line-height: 1.4; }
.c-text-box__text {
  line-height: 2;
  margin-top: 15px; }
.c-text-box__btn {
  margin-top: 20px; }
.top-shop .c-text-box__btn {
    color: #98292E;
    margin-top: 30px; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post__article {
  font-size: 1.5rem;
  line-height: 2.2;
  text-align: justify; }
.c-wp-post__article a {
    text-decoration: underline; }
.c-wp-post__article a:hover {
      text-decoration: none; }
.c-wp-post__article > * {
    margin: 0 0 2em 0; }
.c-wp-post__article h2 {
    font-size: 2.5rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    line-height: 1.7;
    padding-bottom: 1em;
    margin-bottom: 1.5em; }
.c-wp-post__article h3 {
    font-size: 2rem;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    line-height: 1.7;
    padding-bottom: .7em;
    margin-bottom: 1em; }
.c-wp-post__article h4, .c-wp-post__article h5, .c-wp-post__article h6 {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.7;
    margin-bottom: 1em; }
.c-wp-post__article strong {
    font-weight: bold; }
.c-wp-post__article em {
    font-style: italic; }
.c-wp-post__article ul {
    margin-left: 3em;
    display: block; }
.c-wp-post__article ul li {
      list-style: disc; }
.c-wp-post__article ol {
    margin-left: 3em;
    display: block; }
.c-wp-post__article ol li {
      list-style: decimal; }
.c-wp-post__article .wp-block-image {
    margin: 0 0 2em 0; }
.c-wp-post__article .wp-block-image figcaption {
      margin-top: .5em;
      color: #555d66;
      text-align: center;
      font-size: 90%; }
.c-wp-post__article .wp-block-quote {
    display: block;
    border: 1px solid #ddd;
    font-size: 90%;
    padding: 20px; }
.c-wp-post__article .wp-block-gallery {
    margin: 0 0 2em 0; }
.c-wp-post__article .wp-block-gallery ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0;
      padding: 0; }
.c-wp-post__article .wp-block-gallery figcaption {
      margin-top: .5em;
      color: #555d66;
      text-align: center;
      font-size: 90%; }
.c-wp-post__article img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto; }
.c-wp-post__article .alignleft {
    display: inline;
    float: left; }
.c-wp-post__article .alignright {
    display: inline;
    float: right; }
.c-wp-post__article .aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto; }
.c-wp-post__article blockquote.alignleft,
  .c-wp-post__article .wp-caption.alignleft,
  .c-wp-post__article img.alignleft {
    margin: 0.4em 1.6em 1.6em 0; }
.c-wp-post__article blockquote.alignright,
  .c-wp-post__article .wp-caption.alignright,
  .c-wp-post__article img.alignright {
    margin: 0.4em 0 1.6em 1.6em; }
.c-wp-post__article blockquote.aligncenter,
  .c-wp-post__article .wp-caption.aligncenter,
  .c-wp-post__article img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em; }
.c-wp-post__article .wp-caption.alignleft,
  .c-wp-post__article .wp-caption.alignright,
  .c-wp-post__article .wp-caption.aligncenter {
    margin-bottom: 1.2em; }
.c-wp-post__article .wp-talk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 80px;
    margin-bottom: 0;
    padding: 30px;
    background-color: #FCF7CF; }
.c-wp-post__article .wp-talk + .wp-talk {
      margin-top: 0;
      padding-top: 0px; }
.c-wp-post__article .wp-talk:first-of-type {
      border-radius: 15px 15px 0 0;
      padding-top: 40px; }
.c-wp-post__article .wp-talk:last-of-type {
      border-radius: 0 0 15px 15px;
      margin-bottom: 80px;
      padding-bottom: 40px; }
.c-wp-post__article .wp-talk--l p::before {
      left: -15px;
      border: 6px solid transparent;
      border-right: 10px solid #fff; }
.c-wp-post__article .wp-talk--r {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
.c-wp-post__article .wp-talk--r p::before {
        right: -15px;
        border: 6px solid transparent;
        border-left: 10px solid #fff; }
.c-wp-post__article .wp-talk figure {
      position: relative;
      display: block;
      height: 70px;
      width: 70px;
      overflow: hidden;
      border-radius: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 70px;
              flex: 0 0 70px;
      background-color: #fff; }
.c-wp-post__article .wp-talk figure img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: none;
        max-height: none;
        width: auto;
        height: 100%;
        margin: auto; }
.c-wp-post__article .wp-talk p {
      position: relative;
      padding: 15px 20px;
      margin: 0 15px;
      min-height: 70px;
      line-height: 1.6;
      background-color: #fff;
      border-radius: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
.c-wp-post__article .wp-talk p::before {
        content: "";
        position: absolute;
        top: 15px;
        display: block;
        width: 10px;
        height: 10px; }
.u-fit-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; }
/**
 * clearfix micro
 */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }
/**
 * text ellipsis., text...
 */
.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.u-hide {
  display: none; }
.u-click {
  cursor: pointer; }
.u-delay {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important; }
/**
 * BrowserSync
 */
#__bs_notify__ {
  display: none !important;
  font-size: 8px !important;
  opacity: .25;
  max-height: 50px; }
.__debug_mihon__ {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto 0 auto;
  z-index: 100000;
  pointer-events: none;
  cursor: none;
  width: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-animation: __debug_mihon__ 1s infinite;
          animation: __debug_mihon__ 1s infinite; }
.__debug_mihon__ {
  padding-top: 0px;
  margin-top: 0px; }
@-webkit-keyframes __debug_mihon__ {
  0% {
    opacity: 0; }
  60% {
    opacity: .5; }
  100% {
    opacity: .5; } }
/*
@example
 <div class="mihon">
  <img src="./images/sample1.png" alt="" class="type_pc">
  <img src="./images/sample2.png" alt="" class="type_sp">
</div>
*/
@media (min-width: 768px) {
  .mediaQuerySetting {
    display: block; }
  .ex-link {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover {
      opacity: .5; }
      .l-contact__body {
        padding: 60px 0;
        margin-left: 50px;
        padding-left: 50px;
        border-left: 1px solid currentColor; }
        .l-header-menu__item a:hover::before {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }
        .l-header-menu__item--sns a:hover {
          color: #fff;
          background-color: #000; }
      .l-menu__item a:hover {
        letter-spacing: 0.2em; }
        .l-menu__item a:hover::before {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }
    .l-menu-hbg:hover span:nth-of-type(1) {
      -webkit-transform: scale(1, 1) rotate(90deg) translate(10px, 0);
              transform: scale(1, 1) rotate(90deg) translate(10px, 0); }
    .l-menu-hbg:hover span:nth-of-type(2) {
      -webkit-transform: scale(1, 1);
              transform: scale(1, 1); }
    .l-menu-hbg:hover span:nth-of-type(3) {
      -webkit-transform: scale(1, 1) rotate(-90deg) translate(10px, 0);
              transform: scale(1, 1) rotate(-90deg) translate(10px, 0); }
    .l-menu-hbg {
      pointer-events: none; }
    .l-menu-hbg__border {
      opacity: 0;
      -webkit-transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
      transition: opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s; }
      .l-modal__close:hover::before {
        -webkit-animation: close .3s ease-out forwards;
                animation: close .3s ease-out forwards; }
      .l-modal__close:hover::after {
        -webkit-animation: close2 .3s ease-out forwards;
                animation: close2 .3s ease-out forwards; }
      .l-modal .swiper-button-next:hover::before,
      .l-modal .swiper-button-prev:hover::before {
        -webkit-transform: rotate(45deg) translate(10px, -10px);
                transform: rotate(45deg) translate(10px, -10px); }
    .about-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      margin: 0 auto;
      margin-top: 100px;
      width: 100%; }
      .about-link__item {
        position: relative;
        counter-increment: title; }
        .about-link__item + .about-link__item {
          margin-top: 0; }
        .about-link__item a {
          display: inline-block;
          padding: 40px;
          padding-left: 150px;
          padding-right: 70px;
          -webkit-transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
          transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.6s;
          position: relative; }
          .about-link__item a::before {
            content: "0" counter(title);
            position: absolute;
            left: 0;
            bottom: 28px;
            z-index: 10;
            font-family: "EB Garamond", serif;
            letter-spacing: 0.1em;
            font-weight: 300;
            font-size: 14rem;
            line-height: 1;
            letter-spacing: 0;
            display: block; }
          .about-link__item a::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: 10px;
            z-index: 10;
            display: block;
            margin: auto;
            width: 40px;
            height: 40px;
            border-top: 1px solid currentColor;
            border-right: 1px solid currentColor;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
          .about-link__item a:hover {
            -webkit-transform: translate(30px, 0px);
                    transform: translate(30px, 0px); }
        .about-link__item small {
          position: relative;
          display: block;
          font-size: 1.4rem; }
        .about-link__item span {
          position: relative;
          font-size: 3.4rem; }
      #about01 .contents__title {
        left: 190px; }
      #about02 .contents__title {
        right: 190px; }
      #about03 .contents__title {
        left: 190px; }
      #about04 .contents__title {
        right: 190px; }
      #about05 .contents__title {
        left: 190px; }
          #about01 .contents__title i::before {
            top: -120px;
            right: -120px; }
          #about02 .contents__title i::before {
            top: -120px;
            left: -120px; }
          #about03 .contents__title i::before {
            top: -120px;
            right: -120px; }
          #about04 .contents__title i::before {
            top: -120px;
            left: -120px; }
          #about05 .contents__title i::before {
            top: -120px;
            right: -120px; }
      .contents__fixTitle {
        position: fixed;
        top: 70px;
        left: 80px;
        z-index: 100;
        opacity: 0;
        -webkit-transition: opacity ease-out .2s;
        transition: opacity ease-out .2s;
        height: 100%; }
        .contents__fixTitle div {
          width: 80px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
        .contents__fixTitle i {
          font-family: "EB Garamond", serif;
          letter-spacing: 0.1em;
          font-size: 6rem;
          font-style: normal;
          text-align: center;
          line-height: 1;
          letter-spacing: 0;
          display: block;
          width: 80px;
          padding-bottom: 6px; }
        .contents__fixTitle small {
          position: absolute;
          top: -24px;
          left: 15px;
          padding: 2px 5px;
          display: inline-block;
          border-top: 1px solid #000;
          border-bottom: 1px solid #000; }
        .contents__fixTitle span {
          display: block;
          font-size: 1.6rem;
          -webkit-writing-mode: vertical-rl;
              -ms-writing-mode: tb-rl;
                  writing-mode: vertical-rl;
          -webkit-font-feature-settings: normal;
                  font-feature-settings: normal;
          font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
          height: 200px; }
        .contents__fixTitle.is-fix {
          opacity: 1; }
    .contents__text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .contents__text p {
        width: 48%; }
    .contents__text2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .contents__text2 div {
        width: 100%;
        max-width: 900px; }
    .contents__p-sprit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .contents__p-sprit.no-margin {
        margin-top: 20px; }
      .contents__p-sprit img {
        width: calc(50% - 10px); }
        .contents__p-sprit img.pix1 {
          width: calc(34%); }
        .contents__p-sprit img.pix2 {
          width: calc(64.72%); }
      .contents__p-sprit .col2 {
        width: calc(34%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 10px;
        gap: 10px; }
        .contents__p-sprit .col2 img {
          width: 100%; }
      .work-list .btn:hover {
        color: #fff; }
        .work-list .btn:hover::before {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1); }
        .work-list .btn:hover span::after {
          -webkit-transform: scale(1.2, 1);
                  transform: scale(1.2, 1);
          -webkit-transition-delay: .1s;
                  transition-delay: .1s; }
      .work-list__link.js-active::before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1); }
      .work-list__link.js-active .work-list__pix {
        -webkit-filter: grayscale(100%) contrast(110%);
                filter: grayscale(100%) contrast(110%); }
        .c-bread li a[href]:hover {
          color: #FF9D00; }
      .c-btn a:hover, .c-btn--prev a:hover, .c-btn--next a:hover, .c-btn--back a:hover {
        color: #fff;
        background-color: #000; }
        .c-btn a:hover i.line, .c-btn--prev a:hover i.line, .c-btn--next a:hover i.line, .c-btn--back a:hover i.line {
          -webkit-transform: scale(2, 1);
                  transform: scale(2, 1); }
      .c-btn--contact a:hover {
        color: #fff;
        background-color: #FF9D00; }
      .c-btn--back a:hover {
        color: #fff; }
      .c-form .att {
        margin-left: 10px; }
    .c-form__inner dl {
      text-align: left;
      background-color: #fff; }
      .c-form__inner dl + dl {
        margin-top: 20px; }
      .c-form__inner dl dt {
        font-weight: 700;
        margin-bottom: 5px; }
      .c-form__inner dl .c-formItem-birthday input:nth-of-type(1) {
        width: 20%; }
      .c-form__inner dl .c-formItem-birthday input:nth-of-type(2) {
        width: 15%; }
      .c-form__inner dl .c-formItem-birthday input:nth-of-type(3) {
        width: 15%; }
        .c-form__inner dl .c-formItem-add__btn {
          -webkit-transition: ease-out .2s;
          transition: ease-out .2s; }
          .c-form__inner dl .c-formItem-add__btn:hover {
            background-color: #ccc; }
    .c-formBtn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .c-formBtn input {
        -webkit-transition: opacity ease-out .3s;
        transition: opacity ease-out .3s; }
        .c-formBtn input:hover {
          opacity: 0.7; }
      .c-list__item {
        width: 31%;
        margin-left: 3.5%; }
        .c-list__item:nth-of-type(3n-2) {
          margin-left: 0; }
        .c-list__item:nth-of-type(n+4) {
          margin-top: 100px; }
        .c-list__item a:hover figure {
          -webkit-transform: scale(1);
                  transform: scale(1);
          -webkit-filter: grayscale(100%) contrast(110%);
                  filter: grayscale(100%) contrast(110%); }
        .c-list__item a:hover .c-list__pix::after {
          opacity: 1; }
      .c-pager__back {
        -webkit-transition: opacity ease-out .3s;
        transition: opacity ease-out .3s; }
        .c-pager__back:hover {
          opacity: 0.7; }
      .c-pager__btn.prev {
        margin-right: -50px; }
      .c-pager__btn.next {
        margin-left: -50px; }
        .c-pager__btn a:hover {
          color: #FF9D00; }
          .c-pager__btn a:hover i {
            background-color: #fff; }
            .c-pager__btn a:hover i svg {
              -webkit-animation: arrow .3s ease-out .1s forwards;
                      animation: arrow .3s ease-out .1s forwards; }
  .for-mobile {
    display: none; } }
@media (max-width: 1100px) {
  .mediaQuerySetting {
    display: block; }
    .l-contact__title {
      font-size: 5rem; }
    .l-contact__body p {
      font-size: 1.8rem; }
    .l-contact__action {
      display: block; }
      .l-contact__action .tel {
        margin-top: 15px; }
      .l-header-logo {
        left: 60px; }
    .about {
      padding-left: 50px;
      padding-right: 50px; }
    .about-link__item a {
      padding-left: 140px;
      padding-right: 50px; }
      .about-link__item a::before {
        font-size: 13rem; }
    .about-link__item small {
      font-size: 1.2rem; }
    .about-link__item span {
      font-size: 3rem; }
      .contact__wrap {
        display: block; }
      .contact__body {
        text-align: center;
        padding-left: 0;
        padding-right: 0; }
      .contact__logo {
        margin-left: auto;
        margin-right: auto; }
      .contents__fixTitle {
        left: 20px; }
      .contents__body {
        padding-left: 120px;
        padding-right: 50px; }
        .contents__body > * + * {
          margin-top: 30px; }
    .info {
      padding-left: 50px;
      padding-right: 50px; }
      .mainVs__body h2 {
        left: 70px; }
          .work-list__item:nth-of-type(even) .work-list__link {
            -webkit-transform: translateX(50px);
                    transform: translateX(50px); }
        .work-list__link {
          padding-left: 50px;
          padding-right: 50px; } }
@media (max-width: 767px) {
  .mediaQuerySetting {
    display: block; }
    body {
      font-size: 1.3rem; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
    .l-contact {
      display: block;
      padding: 60px 20px; }
      .l-contact__title {
        font-size: 4rem; }
      .l-contact__body {
        margin-top: 10px; }
        .l-contact__body p {
          font-size: 1.3rem; }
          .l-contact__body p br {
            display: none; }
      .l-contact__action {
        display: block; }
        .l-contact__action .tel {
          margin-top: 15px;
          font-size: 2.8rem;
          text-align: center;
          background: #fff; }
          .l-contact__action .tel a {
            display: block;
            padding: 15px;
            color: #FF9D00; }
    .l-footer {
      padding: 100px 0 100px; }
      .l-footer__logo {
        width: 80px;
        margin: 0px auto 60px; }
      .l-footer__copy {
        font-size: 1.0rem; }
    h1 {
      font-size: 1.2rem;
      bottom: 0;
      right: 0;
      width: 100%;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      h1 span {
        width: 100%;
        display: block; }
      .l-header-logo {
        width: 90px;
        left: 0;
        right: 0;
        margin: 0 auto; }
      .l-header-menu {
        display: none; }
      .l-menu::before {
        top: 10px;
        right: 10px;
        width: 60px;
        height: 60px; }
      .l-menu__list {
        font-size: 3rem; }
    .l-menu-hbg {
      top: 10px;
      right: 10px;
      width: 60px;
      height: 60px; }
      .l-menu-hbg::before {
        width: 60px;
        height: 60px; }
      .l-menu-hbg__border span {
        height: 1px;
        color: #fff; }
        .l-menu-hbg__border span:nth-of-type(1) {
          top: -15px; }
        .l-menu-hbg__border span:nth-of-type(3) {
          bottom: -15px; }
      .l-menu-hbg.is-fixMenu .l-menu-hbg__border span {
        background: #000; }
      .l-menu-hbg.is-active .l-menu-hbg__border span {
        background: #000; }
      .l-modal__close {
        position: fixed;
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px; }
      .l-modal__inner {
        padding: 50px 0%; }
      .l-modal__slider img {
        max-height: 350px; }
      .l-modal .swiper-button-next,
      .l-modal .swiper-button-prev {
        width: 50px; }
        .l-modal .swiper-button-next::before,
        .l-modal .swiper-button-prev::before {
          width: 30px;
          height: 30px;
          right: 15px; }
      .l-modal .swiper-button-next {
        right: 0; }
      .l-modal .swiper-button-prev {
        left: 0; }
    .about {
      padding: 100px 0%; }
      .about__inner {
        display: block; }
      .about__pix {
        width: 70%;
        margin: 0 auto; }
      .about__body {
        margin-left: 0;
        margin-top: 50px;
        padding: 0 4%; }
      .about__title span::before {
        top: -70px;
        right: -180px;
        width: 100px;
        height: 100px; }
      .about__title svg {
        width: 500px; }
    .about-link {
      width: 100%;
      margin-top: 80px;
      border-bottom: 1px solid #ccc; }
      .about-link__item {
        position: relative;
        counter-increment: title; }
        .about-link__item + .about-link__item {
          margin-top: 0; }
        .about-link__item a {
          display: block;
          padding: 20px;
          padding-bottom: 40px;
          border-top: 1px solid #ccc;
          text-align: center; }
          .about-link__item a::before {
            content: "0" counter(title);
            font-family: "EB Garamond", serif;
            letter-spacing: 0.1em;
            font-weight: 300;
            font-size: 6rem;
            line-height: 1;
            letter-spacing: 0;
            display: block; }
          .about-link__item a::after {
            content: "";
            display: block;
            margin: auto;
            width: 20px;
            height: 20px;
            border-bottom: 1px solid currentColor;
            border-right: 1px solid currentColor;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg); }
        .about-link__item small {
          position: relative;
          display: block;
          font-size: 1.3rem;
          margin-top: 10px; }
        .about-link__item span {
          position: relative;
          display: block;
          font-size: 2rem;
          margin-top: 10px;
          margin-bottom: 10px; }
    .contact {
      margin-top: 100px; }
      .contact__pix {
        padding: 70px 40px; }
        .contact__body p {
          font-size: 1.3rem; }
        .contact__body p {
          margin-top: 20px; }
      .contact__logo {
        width: 70px; }
      .contact__title {
        margin-bottom: 30px; }
      .contact__map iframe {
        height: 300px; }
      .contact-info__btn + .contact-info__btn {
        margin-top: 10px; }
      .contact-info__btn a {
        height: 70px; }
      .contact-info__btn.tel {
        font-size: 2.5rem; }
        .contact-info__btn.tel i {
          width: 20px;
          margin-right: 10px; }
        .contact-info__btn.tel small {
          display: block;
          font-size: 1.3rem;
          margin-top: 8px;
          font-weight: 400; }
      .contact-info__btn.mail {
        font-size: 1.5rem; }
        .contact-info__btn.mail i {
          width: 25px;
          margin-right: 10px; }
    .contents {
      margin-top: 20px; }
      .contents__main {
        height: 80vh; }
      .contents__title {
        left: 0;
        right: 0;
        margin: 0 auto; }
        .contents__title i {
          font-size: 90px;
          margin-top: -10px; }
        .contents__title span {
          font-size: 2rem; }
        .contents__title::before {
          width: 50px;
          font-size: 1rem;
          padding: 3px 0 5px; }
        .contents__title i::before {
          width: 70px;
          height: 70px;
          top: -80px;
          right: -80px; }
        .contents__title svg {
          width: 300px; }
      .contents__fixTitle {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background-color: #fff;
        width: 100%;
        height: 80px;
        padding: 5px 10px;
        opacity: 0;
        -webkit-transform: translateX(-400px);
                transform: translateX(-400px);
        -webkit-transition: ease-out .5s;
        transition: ease-out .5s;
        font-size: 1.4rem; }
        .contents__fixTitle br {
          display: none; }
        .contents__fixTitle i {
          font-family: "EB Garamond", serif;
          letter-spacing: 0.1em;
          font-size: 4.5rem;
          font-style: normal;
          line-height: 1;
          padding-bottom: 4px; }
        .contents__fixTitle small {
          font-size: 1rem;
          display: block;
          font-family: "EB Garamond", serif;
          letter-spacing: 0.1em; }
        .contents__fixTitle span {
          display: block;
          font-size: 1.4rem; }
        .contents__fixTitle.is-fix {
          opacity: 1;
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
      .contents__body {
        padding: 30px 4% 80px; }
        .contents__body p {
          font-size: 1.3rem; }
    .contents__text p + p {
      margin-top: 1.5em; }
      .contents__text2 h4 {
        font-size: 110%; }
    .contents__p-sprit {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-left: -4%;
      margin-right: -4%; }
      .contents__p-sprit img {
        width: calc(50% - 3px); }
        .contents__p-sprit img.pix1 {
          width: calc(34%); }
        .contents__p-sprit img.pix2 {
          width: calc(64.72%); }
      .contents__p-sprit .col2 {
        width: calc(34%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        grid-gap: 3px;
        gap: 3px; }
        .contents__p-sprit .col2 img {
          width: 100%; }
      .contents__p-sprit + .contents__p-sprit {
        margin-top: 3px; }
    .contents__p-wide {
      margin-left: -4%;
      margin-right: -4%; }
      .contents__p-wide.contents__p-sprit {
        display: block; }
        .contents__p-wide.contents__p-sprit img {
          width: 100%; }
        .contents__p-wide.contents__p-sprit img + img {
          margin-top: 10px; }
      .contents__p-wide + .contents__p-sprit {
        margin-top: 3px; }
    .info {
      margin-top: 100px;
      padding: 100px 10%; }
      .info__title {
        text-align: center; }
        .info__title span::before {
          top: -100px;
          right: -100px;
          width: 100px;
          height: 100px; }
        .info__title svg {
          width: 300px; }
      .info__btn {
        margin-top: 60px; }
    .infoDetail {
      padding: 0 4%; }
      .infoDetail__ttlArea {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 30px; }
      .infoDetail__ttl {
        font-size: 1.6rem; }
      .infoDetail__date {
        font-size: 1.2rem;
        padding-left: 0; }
      .loading__logo {
        width: 110px; }
      .loading__circle svg {
        height: 60%; }
    .mainVs {
      height: 80vh; }
      .mainVs__body h2 {
        left: 0;
        font-size: 1.8rem;
        padding-top: 40px;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .scroll {
      display: none; }
    .wide {
      padding: 0 4% 0;
      margin-top: 60px; }
      .wide__inner {
        height: 350px; }
      .work__main {
        height: 70vh; }
      .work-list {
        margin-top: 30px; }
          .work-list__item:nth-of-type(even) .work-list__link {
            -webkit-transform: translateX(0);
                    transform: translateX(0); }
        .work-list__link {
          display: block;
          padding: 30px 4%; }
        .work-list__pix {
          width: 100%; }
        .work-list__body {
          padding: 0 30px;
          margin-top: -30px; }
          .work-list__body::before {
            font-size: 7rem;
            display: inline-block; }
          .work-list__body .btn {
            margin-top: 20px; }
    .c-bread {
      display: none; }
      .c-btn a, .c-btn--prev a, .c-btn--next a, .c-btn--back a {
        font-size: 1.3rem;
        padding-right: 40px; }
        .c-btn a i.line, .c-btn--prev a i.line, .c-btn--next a i.line, .c-btn--back a i.line {
          width: 30px; }
      .c-btn--frame a {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto; }
        .c-btn--frame a i.line {
          width: 40px; }
    .c-btn--frame {
      width: 100%; }
      .c-btn--more a {
        padding-left: 20px;
        padding-right: 20px;
        margin: 0 auto; }
    .c-btn--more {
      width: 100%; }
    .c-btn--contact {
      width: 100%; }
      .c-btn--contact a {
        font-size: 2.0rem; }
      .c-btn--prev a, .c-btn--next a {
        min-width: 100px;
        height: 50px; }
      .c-btn--back a {
        min-width: 100px;
        height: 50px; }
    .c-formThanks {
      font-size: 1.3rem; }
      .c-formThanks__ttl {
        font-size: 2rem; }
      .c-formThanks__txt {
        font-size: 1.6rem;
        text-align: left; }
        .c-formThanks__txt br {
          display: none; }
    .c-form {
      font-size: 1.3rem; }
      .c-form .att {
        font-size: 1rem;
        display: block; }
      .c-form__lead {
        margin-bottom: 30px; }
    .c-form__inner dl + dl {
      margin-top: 20px; }
    .c-form__inner dl dt {
      font-weight: 700;
      text-align: left;
      margin-bottom: 5px; }
      .c-form__inner dl .c-formItem-birthday input:nth-of-type(1) {
        width: 30%; }
      .c-form__inner dl .c-formItem-birthday input:nth-of-type(2) {
        width: 20%; }
      .c-form__inner dl .c-formItem-birthday input:nth-of-type(3) {
        width: 20%; }
        .c-form__inner dl .c-formItem-birthday span {
          width: 10%; }
      .c-form__inner dl .c-formItem-add input:nth-of-type(1) {
        width: 50%; }
        .c-form__inner dl .c-formItem-add__btn {
          font-size: 1.2rem;
          padding: 5px 0px;
          margin-left: 2%;
          width: 48%;
          text-align: center; }
    .c-formPpolcy {
      margin-top: 20px; }
      .c-formPpolcyInline__inner {
        font-size: 1.3rem; }
    .c-formBtn {
      margin-top: 30px;
      text-align: center; }
      .c-formBtn__item + .c-formBtn__item {
        margin-left: 0;
        margin-top: 15px; }
      .c-formBtn input {
        padding: 20px;
        width: 200px; }
    .c-form input[type=text],
    .c-form input[type=tel],
    .c-form input[type=number],
    .c-form input[type=email] {
      padding: 10px; }
    .c-form textarea {
      padding: 10px;
      height: 200px; }
      .c-form .item-select::before {
        bottom: .5em; }
      .c-form .item-select::after {
        top: .5em; }
      .c-form .item-select select {
        padding: 15px; }
    .c-form .item-radio + label {
      margin-right: 0; }
    .c-form .mwform-checkbox-field-text {
      margin-right: 0; }
    .c-list {
      display: block; }
      .c-list__item + .c-list__item {
        margin-top: 40px; }
      .peopleDetail .c-pager {
        margin-top: 50px;
        margin-bottom: 40px; }
      .projectDetail .c-pager {
        margin-top: 0;
        margin-bottom: 40px; }
      .c-pager__back {
        background-color: #FF9D00;
        margin: 0 70px;
        width: 100px; }
          .c-pager__back a i {
            height: 40px; }
            .c-pager__back a i svg {
              width: 31px;
              height: 21px; }
          .c-pager__back a span {
            font-size: 1.4rem;
            line-height: 1.2; }
        .c-pager__btn.prev::before {
          right: -80px; }
        .c-pager__btn.next::before {
          left: -80px; }
        .c-pager__btn::before {
          top: 20px;
          width: 66px;
          height: 2px; }
        .c-pager__btn a {
          width: 40px; }
          .c-pager__btn a i {
            width: 40px;
            height: 40px; }
            .c-pager__btn a i svg {
              width: 16px;
              height: 12px; }
          .c-pager__btn a span {
            font-size: 1.2rem; }
    .c-text {
      font-size: 1.3rem; }
    .c-text-title span {
      font-size: 5.5rem; }
    .c-text-title small {
      font-size: 1.6rem; }
  .c-text-box__title {
    font-size: 1.4rem;
    margin-bottom: 15px; }
  .c-text-box__copy {
    font-size: 2.6rem; }
  .c-text-box__text {
    margin-top: 10px; }
  .c-text-box__btn {
    margin-top: 20px;
    text-align: right; }
    .c-wp-post__article {
      font-size: 1.3rem; }
      .c-wp-post__article h2 {
        font-size: 2rem; }
      .c-wp-post__article h3 {
        font-size: 1.8rem; }
      .c-wp-post__article h4, .c-wp-post__article h5, .c-wp-post__article h6 {
        font-size: 1.6rem; }
      .c-wp-post__article .wp-talk {
        margin-top: 40px;
        padding: 10px; }
        .c-wp-post__article .wp-talk:first-of-type {
          border-radius: 10px 10px 0 0;
          padding-top: 20px; }
        .c-wp-post__article .wp-talk:last-of-type {
          border-radius: 0 0 10px 10px;
          margin-bottom: 40px;
          padding-bottom: 20px; }
        .c-wp-post__article .wp-talk figure {
          height: 50px;
          width: 50px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50px;
                  flex: 0 0 50px; }
        .c-wp-post__article .wp-talk p {
          font-size: 1.3rem; }
  .for-pc {
    display: none; } }
@media (min-width: 768px) and (max-width: 1100px) {
  .mediaQuerySetting {
    display: block; }
      .contents__text2 div {
        max-width: 80%; } }
@media (max-width: 374px) {
  .mediaQuerySetting {
    display: block; }
        .contact__body p {
          font-size: 1.2rem; }
      .contents__fixTitle span {
        font-size: 1.2rem; }
        .contents__body p {
          font-size: 1.2rem; }
      .c-btn--back a {
        min-width: 70px; }
    .c-formThanks {
      font-size: 1.2rem; }
    .c-form {
      font-size: 1.2rem; }
      .c-pager__back {
        margin: 0 40px; }
          .c-pager__back a span {
            font-size: 1.1rem; }
    .c-text {
      font-size: 1.2rem; }
    .c-wp-post__article {
      font-size: 1.2rem; } }
@media (min-width: 768px) and (max-width: 1400px) {
      .about__body br {
        display: none; } }
@media (min-width: 1101px) {
      .contact__pix {
        width: 50%; }
      .contact__body {
        width: 50%; } }

/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
