@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */
@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');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-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-transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);-webkit-box-sizing:content-box;box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}
.swiper-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}
.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}
.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;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-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-backface-hidden .swiper-slide{-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}
.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-3d{-webkit-perspective:1200px;perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';-ms-flex-negative:0;flex-shrink:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-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-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-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-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-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-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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@-webkit-keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
@keyframes swiper-preloader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (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.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-webkit-transform-origin:center;transform-origin:center}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-lock{display: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;font-variant:initial;line-height:1}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.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-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);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:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-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:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;-webkit-transform:translate3d(0px,-50%,0);transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-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-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s left;transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s transform,.2s right;transition:.2s transform,.2s right}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-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;-ms-touch-action:none;touch-action:none}
.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}
.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}
.swiper-grid-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-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active{pointer-events:auto}
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper.swiper-cube{overflow:visible}
.swiper-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-cube .swiper-slide .swiper-slide{pointer-events:none}
.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}
.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;-webkit-filter:blur(50px);filter:blur(50px)}
.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper.swiper-flip{overflow:visible}
.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}
.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}
.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;-webkit-transition-property:opacity,height,-webkit-transform;transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}
.swiper.swiper-cards{overflow:visible}
.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
@font-face {
  font-family: "Copperplate";
  font-style: bold;
  src: local("Copperplate"), url("../fonts/CopperplateCC-Bold.ttf") format("ttf"), url("../fonts/CopperplateCC-Bold.woff2") format("woff2"), url("../fonts/CopperplateCC-Bold.woff") format("woff");
  font-display: swap; }
/**
 * Custom media queries
 * @example
 * @media (--mobile) {
 *    styles for mobile viewport
 * }
 */
/**
 * for mobile viewoport
 */
/**
 * for tablet and Pc. large viewport
 */
@custom-media --desktop(min-width: 1280px);
/** 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) を指定したのと同じ（ゆっくり始まってゆっくり終わる）
*/
/**
 * text ellipsis for block multiline
 */
/*
 unsupport IE, Edge, Fx

@mixin text-ellipsis-block($rows) {
  display: box;
  box-orient: vertical;
  line-clamp: $rows;
  overflow: hidden;
}
*/
/**
 * element size
 */
/**
 * position layout
 */
/**
 * images
 */
/**
* Variables
*/
/** extend */
.js-inview[data-inview="fade"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s cubic-bezier(0.77, 0, 0.175, 1); }
.js-inview[data-inview="fade"].is-inview {
    opacity: 1; }
.js-inview[data-inview="fade-top"] {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 1.2s 0.2s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s 0.2s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s 0.2s, transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s 0.2s, transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1); }
.js-inview[data-inview="fade-top"].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.js-inview[data-inview="fade-left"] {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1.2s 0.2s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s 0.2s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s 0.2s, transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s 0.2s, transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1); }
.js-inview[data-inview="fade-left"].is-inview {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
.js-inview[data-inview="fade-right"] {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 1.2s 0.2s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s 0.2s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s 0.2s, transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 1.2s 0.2s, transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1); }
.js-inview[data-inview="fade-right"].is-inview {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
.js-inview[data-inview="fade-bottom"] {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 1.2s .2s, -webkit-transform 1.2s .2s;
  transition: opacity 1.2s .2s, -webkit-transform 1.2s .2s;
  transition: opacity 1.2s .2s, transform 1.2s .2s;
  transition: opacity 1.2s .2s, transform 1.2s .2s, -webkit-transform 1.2s .2s; }
.js-inview[data-inview="fade-bottom"].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.js-inview[data-inview="img-cover"] {
  position: relative; }
.js-inview[data-inview="img-cover"]:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F3EDE6;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    z-index: 1; }
.js-inview[data-inview="img-cover"].is-inview::before {
    width: 0; }
.js-inview-eachItem[data-inview="fade"] {
  opacity: 0;
  -webkit-transition: opacity 1.2s;
  transition: opacity 1.2s; }
.js-inview-eachItem[data-inview="fade"].is-inview {
    opacity: 1; }
.js-inview-eachItem[data-inview="fade-top"] {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; }
.js-inview-eachItem[data-inview="fade-top"].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.js-inview-eachItem[data-inview="fade-bottom"] {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; }
.js-inview-eachItem[data-inview="fade-bottom"].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.js-inview-eachItem[data-inview="fade-right"] {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; }
.js-inview-eachItem[data-inview="fade-right"].is-inview {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
.js-inview-eachItem-fast[data-inview="fade-top"] {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; }
.js-inview-eachItem-fast[data-inview="fade-top"].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.js-inview-eachItem-delay[data-inview="fade"] {
  opacity: 0;
  -webkit-transition: -webkit-transform 1.2s;
  transition: -webkit-transform 1.2s;
  transition: transform 1.2s;
  transition: transform 1.2s, -webkit-transform 1.2s; }
.js-inview-eachItem-delay[data-inview="fade"].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.js-inview-eachItem-delay[data-inview="fade-top"] {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; }
.js-inview-eachItem-delay[data-inview="fade-top"].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.js-inview-eachItem-delay[data-inview="fade-left"] {
  opacity: 0;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; }
.js-inview-eachItem-delay[data-inview="fade-left"].is-inview {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
.js-inview-eachItem-delay[data-inview="fade-right"] {
  opacity: 0;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; }
.js-inview-eachItem-delay[data-inview="fade-right"].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
.js-inview-eachItem-delay[data-inview="fade-bottom"] {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s; }
.js-inview-eachItem-delay[data-inview="fade-bottom"].is-inview {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
/* == @import "../node_modules/normalize.css/normalize.css"; */
[v-cloak] {
  display: none; }
html {
  font-size: 62.5%;
  scroll-behavior: smooth; }
body {
  background-color: #F3EDE6;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt"; }
a {
  color: #000000;
  text-decoration: none; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
  margin: 0;
  padding: 0; }
ul, ol, li {
  padding: 0;
  margin: 0; }
li {
  list-style: none; }
img {
  max-width: 100%;
  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; }
.l-main {
  line-height: 1.2; }
.l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.1rem;
  margin: 0 auto;
  max-width: 1000px;
  padding: 75px 0 17px;
  position: relative;
  width: 87.5%; }
.l-footer__logo {
    margin-bottom: 30px;
    margin-left: -10px;
    max-width: 465px;
    width: 237px;
    width: 60.8%; }
.l-footer__logo img {
      height: auto;
      width: 100%; }
.l-footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.1rem;
    font-size: min(2.8vw,1.5rem); }
.l-footer__link li {
      line-height: 0.85;
      margin-bottom: 15px;
      width: 50%; }
.l-footer__link span {
      display: block; }
.l-footer__link .c-typografy-en {
      font-size: 2.4rem;
      font-size: min(6vw,5.5rem); }
.l-footer__privacy {
    font-size: 1.1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50%; }
.l-footer__onlineShop {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 100%; }
.l-footer__onlineShop a {
      color: #A78A6D;
      display: block;
      margin: 0;
      max-width: 350px;
      padding-top: 20px;
      position: relative;
      width: 100%; }
.l-footer__onlineShop-bg {
    display: block;
    margin-left: 10px;
    overflow: hidden;
    position: relative; }
.l-footer__onlineShop-bg:after {
      background-image: linear-gradient(to right, #000 5px, transparent 3px), linear-gradient(to bottom, #000 5px, transparent 3px), linear-gradient(to left, #000 5px, transparent 3px), linear-gradient(to top, #000 5px, transparent 3px);
      background-size: 10px 2px,2px 10px,10px 2px,2px 10px;
      background-repeat: repeat-x,repeat-y,repeat-x,repeat-y;
      background-position: left top,right top,right bottom,left bottom;
      content: '';
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
.l-footer__onlineShop-bg img {
      height: auto;
      width: 100%; }
.l-footer__onlineShop-text {
    font-size: 3.6rem;
    line-height: 1;
    position: absolute;
    top: 0; }
.l-footer__onlineShop-text p:nth-child(2) {
      font-size: 1.4rem;
      letter-spacing: 0.06rem;
      margin-top: -0.3em; }
.l-footer__onlineShop-text p:nth-child(3) {
      font-size: 0.8rem;
      letter-spacing: 0.03rem;
      margin-top: 0.4em; }
.l-footer__copy {
    margin-left: auto;
    font-size: 1rem;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: right;
    width: 50%; }
.l-header {
  background-color: #F3EDE6;
  width: 100%;
  z-index: 99; }
.l-header__head {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F3EDE6;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99; }
.l-header__logo {
    margin-left: 12px;
    margin-right: 12px; }
.l-header__nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    padding: 0 44px; }
.l-header__nav-list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.76rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: 10%; }
.l-header__nav-list li {
      position: relative; }
.l-header__nav-list li + li {
      margin-left: 26px;
      padding-left: 26px; }
.l-header__nav-list li + li:before {
      background-color: black;
      bottom: 0;
      content: '';
      display: inline-block;
      height: 11px;
      left: 0;
      margin: auto;
      vertical-align: middle;
      position: absolute;
      top: 0;
      width: 1px; }
.l-header__nav-list a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
.l-header__nav-list .c-icon__blank {
      margin-left: 2px; }
.l-header__btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid black;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
    width: 70px; }
.l-header__btn:before, .l-header__btn:after {
      background-color: black;
      bottom: 0;
      content: '';
      bottom: 0;
      display: block;
      height: 1px;
      margin: 4.5px auto;
      width: 32px; }
.l-headerOpenarea {
  background-color: #A78A6D;
  border-left: 1px solid black;
  color: white;
  height: 100vh;
  opacity: 0;
  overflow-y: auto;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  padding: 97px 27px;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  min-width: 284px;
  max-width: 80%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 99; }
.l-headerOpenarea.is-active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible; }
.l-headerOpenarea__btn {
    cursor: pointer;
    height: 36px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 36px; }
.l-headerOpenarea__btn-border {
    height: 100%;
    position: relative;
    width: 100%; }
.l-headerOpenarea__btn-border:before, .l-headerOpenarea__btn-border:after {
      background-color: white;
      content: '';
      display: block;
      height: 1px;
      left: -7px;
      position: absolute;
      top: 17px;
      width: 50px; }
.l-headerOpenarea__btn-border:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transform-origin: center;
              transform-origin: center; }
.l-headerOpenarea__btn-border:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center;
              transform-origin: center; }
.l-headerOpenarea__nav-list li {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em; }
.l-headerOpenarea__nav-list li + li {
      margin-top: 20px; }
.l-headerOpenarea__nav-list a {
    color: #fff;
    display: block; }
.l-headerOpenarea__nav-list span {
    display: block;
    font-size: 1.2rem; }
.l-headerOpenarea__nav-list .c-typografy-en {
    font-size: 4.2rem;
    font-size: clamp(3rem, 8vw, 5.5rem);
    letter-spacing: -0.3rem; }
.l-headerOpenarea__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px; }
.l-headerOpenarea__sns li {
      margin-right: 12px; }
.l-headerOpenarea__sns a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 36px;
      width: 36px; }
/**
 * main.scss
 */
.l-main {
  font-size: 1.5rem;
  line-height: 1.87;
  padding-top: 70px; }
.l-main__head {
    min-height: 150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    text-align: center;
    width: calc(100% - 40px); }
.l-main__inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1008px;
    width: calc(100% - 40px); }
.l-main__inner.-min {
    max-width: 960px; }
.p-company__subTitle {
  color: #A78A6D;
  font-family: "Copperplate", sans-serif;
  font-size: 2.9rem;
  font-size: min(7.4vw,6rem); }
.p-company__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%; }
.p-company__table th,
  .p-company__table td {
    border-top: 1px solid black;
    font-weight: normal;
    line-height: 1.8;
    padding: 24px 0;
    vertical-align: bottom;
    text-align: left; }
.p-company__table tr:last-child th,
  .p-company__table tr:last-child td {
    border-bottom: 1px solid black; }
.p-company__table th {
    width: 75px; }
.p-concept .l-main__head {
  text-align: left; }
.p-conceptAbout {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px auto 60px;
  max-width: 1000px;
  overflow: hidden;
  padding: 0;
  width: 100%; }
.p-conceptAbout__lead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3rem;
    font-size: min(7.7vw,4.8rem);
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.16em;
    margin-bottom: 4.6em;
    padding: 0 12% 0 5.9%;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
    width: 44%; }
.p-conceptAbout__lead span {
    display: inline-block;
    position: relative; }
.p-conceptAbout__lead.js-inview span:after {
    background-color: #F3EDE6;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%; }
.p-conceptAbout__lead.js-inview.is-inview span:after {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s; }
.p-conceptAbout__lead.js-inview.is-inview span:nth-of-type(2):after {
    height: 0;
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
.p-conceptAbout__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 2.07;
    margin: 21.8vw auto 0;
    width: 56%; }
.p-conceptAbout__content-title {
    color: #A78A6D;
    font-family: "Copperplate", sans-serif;
    font-size: 1.8rem;
    font-size: min(4.6vw,3.2rem);
    font-weight: bold; }
.p-conceptAbout__content p {
    margin-bottom: 1em; }
.p-conceptAbout__content p.js-inview {
    -webkit-transition-delay: .2s;
            transition-delay: .2s;
    -webkit-transition: opacity 1.2s .3s, -webkit-transform 1.2s .3s;
    transition: opacity 1.2s .3s, -webkit-transform 1.2s .3s;
    transition: opacity 1.2s .3s, transform 1.2s .3s;
    transition: opacity 1.2s .3s, transform 1.2s .3s, -webkit-transform 1.2s .3s; }
.p-conceptSection {
  display: block;
  margin: 0 auto 35px;
  position: relative; }
.p-conceptSection__header {
    padding-left: 9%;
    padding-top: 30px;
    position: relative; }
.p-conceptSection.pattern2 .p-conceptSection__header {
    padding-left: 0;
    padding-right: 9%; }
.p-conceptSection__title {
    left: 0;
    line-height: 0.8;
    position: absolute;
    top: 0;
    z-index: 2; }
.p-conceptSection.pattern2 .p-conceptSection__title {
    bottom: -0.5em;
    font-size: 5.4rem;
    font-size: min(15.4vw,10rem * 0.72);
    height: 4.6em;
    left: auto;
    right: 0;
    text-align: right;
    top: auto; }
.p-conceptSection__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
.p-conceptSection__img img {
    height: auto;
    width: 100%; }
.p-conceptSection__img-main {
    width: 100%; }
.p-conceptSection__img-sub1, .p-conceptSection__img-sub2 {
    width: calc(50% - 3px); }
.p-conceptSection__content {
    line-height: 1.87;
    margin-top: 25px; }
.p-conceptSection__content p + p {
    margin-top: 20px; }
.p-conceptTakepridein {
  margin-top: 30px; }
.p-conceptTakepridein + .p-conceptTakepridein {
    border-top: 1px solid black;
    padding-top: 5px; }
.p-conceptTakepridein__title {
    padding: 30px 0;
    position: relative; }
.p-conceptTakepridein__title-number {
    bottom: 0;
    color: white;
    font-family: "Copperplate", sans-serif;
    font-size: 17rem;
    font-size: min(44vw,26rem);
    letter-spacing: -0.05em;
    line-height: 0.8em;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
.p-conceptTakepridein:nth-child(1) .p-conceptTakepridein__title-number {
    right: -0.15em; }
.p-conceptTakepridein__title-text {
    font-size: 2rem;
    font-size: min(5vw,3.2rem * 0.8);
    line-height: 1.75;
    position: relative; }
.p-conceptTakepridein__detail {
    position: relative; }
.p-conceptTakepridein__detail p + p {
    margin-top: 2em; }
.p-contact__lead {
  line-height: 1.86; }
.p-contact__tel {
  border-top: 1px solid black;
  margin: 20px 0 30px;
  padding-top: 20px; }
.p-contact__tel-number {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-size: min(8.2vw,4rem);
  display: block;
  letter-spacing: 0.096rem;
  line-height: 1.1;
  padding: 0 3px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.p-contact__tel-number::before {
  background-color: #A78A6D;
  bottom: 3px;
  content: '';
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%; }
.p-contact__tel-number a {
  display: inline-block;
  position: relative; }
.p-lookbook__item {
  margin: 0 auto 5em;
  max-width: 992px;
  position: relative; }
.p-lookbook__item-anchor {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 688px;
  padding-left: 4%;
  padding-top: 1em; }
.p-lookbook__item-title {
  line-height: 1.1;
  margin-left: -10%;
  position: absolute;
  top: 0;
  z-index: 2; }
.p-lookbook__item-img {
  aspect-ratio: 1 / 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  position: relative;
  width: 100%; }
.p-lookbook__item-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%; }
.p-lookbook__item-text {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  line-height: 1.76;
  margin-top: 0.5em;
  max-width: 860px;
  position: relative;
  z-index: 2; }
.p-lookbookBacknumber {
  margin: 60px auto 0;
  max-width: 1008px; }
.p-lookbookBacknumber__title {
    font-family: "Copperplate", sans-serif;
    font-size: 4.2rem;
    line-height: normal;
    margin: 0 20px 1rem; }
.p-lookbookBacknumber__card {
    font-size: 1.2rem;
    margin-bottom: 5px; }
.p-lookbookBacknumber__card-anchor {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 9px 3.5%;
    position: relative;
    width: 100%; }
.p-lookbookBacknumber__card-thumb {
    aspect-ratio: 1 / 1;
    border: 2px solid #A78A6D;
    border-radius: 50%;
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    position: relative;
    width: 23%; }
.p-lookbookBacknumber__card-thumb img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 100%; }
.p-lookbookBacknumber__card-content {
    margin: 0 6%; }
.p-lookbookBacknumber__card-title {
    font-family: "Copperplate", sans-serif;
    font-size: 3rem;
    line-height: normal; }
.p-lookbookBacknumber__card-label {
    background-color: black;
    bottom: 0;
    color: white;
    font-family: "Copperplate", sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    padding: 2px 5px;
    position: absolute;
    right: 0; }
.p-lookbookBacknumber__card-icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: auto;
    width: 32px; }
.p-lookbookDetail {
  overflow: hidden;
  width: 100%; }
.p-lookbookDetail p {
    line-height: 1.86;
    margin-bottom: 2em; }
.p-lookbookDetail .ticker {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    font-family: sans-serif; }
.p-lookbookDetail .ticker__inner {
    display: inline-block; }
.p-lookbookDetail .ticker__inner span {
    padding-right: 1rem;
    display: inline-block; }
.p-lookbookDetail .title {
    width: 830px;
    margin: 30px auto;
    line-height: 1.5; }
.p-lookbookDetail__head {
    margin-bottom: 33px; }
.p-lookbookDetail__title {
    padding: 0.5em 0; }
.p-lookbookDetail__title-text {
    font-family: "Copperplate", sans-serif;
    font-size: 10rem;
    height: 9rem;
    line-height: 9rem; }
.p-lookbookDetail__title-text::after {
    content: attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl) " " attr(data-ttl);
    margin-left: 0.2em; }
.p-lookbookDetail__subTitle {
    background-color: #A78A6D;
    font-weight: 800; }
.p-lookbookDetail__subTitle-text {
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    letter-spacing: 0.075rem;
    width: 100%; }
.p-lookbookDetail__subTitle-text::after {
    content: attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt) "　" attr(data-txt);
    display: inline-block;
    padding: 0 2em; }
.p-lookbookDetail__subTitle-text::after {
    padding-right: 2em; }
.p-lookbookDetail__mv,
  .p-lookbookDetail__mv img {
    display: block;
    height: auto;
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
.p-lookbookDetail__body {
    margin: 30px auto 0;
    overflow: hidden;
    padding: 0 20px; }
.p-lookbookDetail__body h2,
  .p-lookbookDetail__body h3 {
    font-size: 1.9rem;
    margin-bottom: 0.8em; }
.p-lookbookDetail__body .img-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1.5em;
    margin-left: auto;
    margin-right: auto;
    max-width: 630px; }
.p-lookbookDetail__body .img-row picture {
    display: block;
    width: calc(50% - 2.5px); }
.p-lookbookDetail__block {
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    padding: 6rem 27px 5rem;
    position: relative;
    max-width: 600px; }
.p-lookbookDetail__block::before {
    content: attr(data-bg) " " attr(data-bg) " " attr(data-bg) " ";
    color: white;
    display: inline-block;
    font-family: "Copperplate", sans-serif;
    font-size: 9rem;
    line-height: 1;
    margin: auto;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
.p-lookbookDetail__block-pic {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto 1em;
    max-width: 480px;
    position: relative;
    width: 100%; }
.p-lookbookDetail__block-pic img {
    height: auto;
    width: 100%; }
.p-lookbookDetail__block-title {
    font-size: 1.9rem;
    margin-bottom: 0.8em; }
.p-lookbookDetail__block-label {
    color: #A78A6D;
    font-size: 1.8rem;
    font-family: "Copperplate", sans-serif;
    line-height: 1; }
.p-lookbookDetail__block p {
    margin-bottom: 1em; }
.p-lookbookDetail__block-btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    font-weight: bold;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3px;
    padding: 4px 12px 5px;
    width: 100%; }
.p-lookbookDetail__block-btn .icon-arrow {
    width: 19px; }
@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  /* ← -50%だと複製不足で切れることがある */ }
@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  /* ← -50%だと複製不足で切れることがある */ }
.c-h1 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6rem;
  line-height: 1.5; }
.c-html {
  margin-left: auto;
  margin-right: auto;
  max-width: 830px; }
.c-gallery.-square picture {
  aspect-ratio: 1 / 1;
  display: block;
  position: relative; }
.c-gallery.-square picture img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%; }
.c-itemcard {
  max-width: 944px; }
.home .l-header__logo {
  margin-left: 12px;
  width: 215px; }
.home img {
  max-width: 100%;
  vertical-align: top; }
.p-topKv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.p-topKv__lead {
    background-color: #F3EDE6;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 20px 15PX;
    width: 100%; }
.p-topKv__lead-text1 {
    font-family: "Copperplate", sans-serif;
    font-size: min(16vw,5.2rem);
    font-weight: bold;
    line-height: 0.8;
    overflow: hidden; }
.p-topKv__lead-text1 span {
    display: block; }
.p-topKv__lead-text2 {
    font-size: 1.04rem;
    font-weight: bold;
    margin-top: 12px; }
.p-topKv__slider {
    border: 1px solid black;
    overflow: hidden;
    position: relative;
    width: 100%; }
.p-topKv__slider.js-inview .swiper-main {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
.p-topKv__slider.js-inview.is-inview .swiper-main {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s; }
.p-topKv__slide {
    height: calc(100vh - 70px - 2px);
    min-height: 400px;
    position: relative;
    width: calc(100% - 346px); }
.p-topKv__slide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 100%; }
.p-topKv__slider-prevBtn, .p-topKv__slider-nextBtn {
    background: #F3EDE6;
    border: 1px solid black;
    bottom: -1px;
    cursor: pointer;
    height: 36px;
    left: auto;
    position: absolute;
    top: auto;
    width: 36px; }
.p-topKv__slider-prevBtn {
    right: 34px; }
.p-topKv__slider-nextBtn {
    right: -1px; }
.p-topKv__slider-prevBtn:after {
    background: url(../images/global/icon-arrow-left.svg) center center/12px 10px no-repeat;
    content: '';
    height: 10px;
    width: 12px; }
.p-topKv__slider-nextBtn:after {
    background: url(../images/global/icon-arrow-right.svg) center center/12px 10px no-repeat;
    content: '';
    height: 10px;
    width: 12px; }
.p-topKv .swiper-button-next.swiper-button-disabled,
  .p-topKv .swiper-button-prev.swiper-button-disabled {
    -webkit-filter: brightness(0.5);
            filter: brightness(0.5);
    opacity: 1; }
.p-topKv .swiper-pagination {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 36px;
    padding-right: 80px;
    text-align: right; }
.p-topKv .swiper-pagination .swiper-pagination-bullet {
      background: transparent;
      height: 15px;
      margin: 0 6px;
      opacity: 1;
      position: relative;
      width: 15px; }
.p-topKv .swiper-pagination .swiper-pagination-bullet:before {
      background-color: #F3EDE6;
      border-radius: 50%;
      bottom: 0;
      content: '';
      display: block;
      height: 7px;
      left: 0;
      opacity: 1;
      margin: auto;
      position: absolute;
      right: 0;
      top: 0;
      width: 7px; }
.p-topKv .swiper-pagination .swiper-pagination-bullet-active {
      background-color: transparent; }
.p-topKv .swiper-pagination .circle {
      bottom: 0;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      margin: auto;
      top: 0;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg);
      width: 100%; }
.p-topKv .swiper-pagination .bg {
      fill: none;
      stroke: rgba(255, 255, 255, 0.2);
      stroke-width: 2; }
.p-topKv .swiper-pagination .progress {
      fill: none;
      stroke: #fff;
      stroke-width: 2;
      stroke-dasharray: 100;
      stroke-dashoffset: 100; }
.p-topKv .swiper-pagination .swiper-pagination-bullet-active .progress {
      -webkit-animation: ring 6s linear forwards;
              animation: ring 6s linear forwards; }
@-webkit-keyframes ring {
  to {
    stroke-dashoffset: 0; } }
@keyframes ring {
  to {
    stroke-dashoffset: 0; } }
.p-topKv-pickup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 91.2px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  overflow: hidden;
  width: 100%; }
.p-topKv-pickup__title {
    font-family: "Copperplate", sans-serif;
    font-size: min(6.7vw,2.6rem);
    line-height: 1;
    padding: 10px 15px; }
.p-topKv-pickup__title span {
    display: inline-block; }
.p-topKv-pickup__list {
    padding: 10px 20px 10px 0; }
.p-topKv-pickup__item {
    font-weight: bold;
    padding-top: 10px; }
.p-topKv-pickup__item-date {
    font-size: 1.2rem;
    margin-bottom: 5px; }
.p-topKv-pickup__item-title {
    font-size: 1.4rem;
    line-height: 1.5; }
.p-topAbout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: bold;
  margin: 45px auto 0;
  max-width: 1000px;
  padding: 0 20px;
  width: 100%; }
.p-topAbout__lead1 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 3.3rem;
    font-size: min(8.5vw, 4.8rem);
    line-height: 1.5;
    letter-spacing: .6rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    white-space: nowrap;
    width: 50%; }
.p-topAbout__lead1 span {
    display: inline-block;
    position: relative; }
.p-topAbout__lead1.js-inview span:after {
    background-color: #F3EDE6;
    bottom: 0;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%; }
.p-topAbout__lead1.js-inview.is-inview span:after {
    height: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s; }
.p-topAbout__lead1.js-inview.is-inview span:nth-of-type(2):after {
    height: 0;
    -webkit-transition-delay: 1s;
            transition-delay: 1s; }
.p-topAbout__lead2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.7rem;
    font-size: min(4.3vw, 3.2rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1.5;
    margin: auto auto 0;
    text-align: right;
    width: 50%; }
.p-topAboutLinks {
  padding: 20px 0; }
.p-topAboutLinks__item {
    margin-bottom: 15px; }
.p-topAboutLinks__item-anchor {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 4.2rem;
    font-size: min(9vw * 0.8, 13rem * 0.8);
    line-height: 1;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
.p-topAboutLinks__item-anchor .icon-arrow {
    height: 24px;
    margin-left: 10px;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    width: 32px; }
.p-topAboutGallery {
  padding: 20px 0;
  position: relative;
  width: 100%; }
.p-topAboutGallery__bg {
    aspect-ratio: 1 / 1;
    margin: -15vw auto;
    max-width: 425px;
    width: 71vw; }
.p-topAboutGallery__bg img {
    height: auto;
    width: 100%; }
.p-topAboutGallery__block {
    position: relative; }
.p-topAboutGallery__text {
    font-family: "Copperplate", sans-serif;
    font-size: 2rem;
    font-size: min(5.6vw,4rem);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 25%; }
.p-topAboutGallery__text span {
    font-weight: lighter; }
.p-topAboutGallery__bg + .p-topAboutGallery__block .p-topAboutGallery__text {
    top: 55%; }
.p-topAboutGallery picture {
    display: block;
    overflow: hidden; }
.p-topAboutGallery picture img {
    height: auto;
    width: 100%; }
.p-topAboutGallery__pic1 {
    width: 34.72222%; }
.p-topAboutGallery__pic2 {
    margin-left: auto;
    margin-right: -20px;
    margin-top: -5%;
    width: 41.38889%; }
.p-topAboutGallery__pic3 {
    margin-left: auto;
    margin-right: 20%;
    margin-top: -20%;
    width: 33.05556%; }
.p-topAboutGallery__pic4 {
    margin-left: -20px;
    width: 46.66667%; }
.p-topAboutGallery__pic5 {
    margin-left: auto;
    margin-top: -7%;
    width: 28.05556%; }
.p-topAboutLookbook {
  padding: 20px 0;
  width: 100%; }
.p-topAboutLookbook__item {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    position: relative; }
.p-topAboutLookbook__item-title {
    font-family: "Copperplate", sans-serif;
    font-size: 4.2rem;
    font-size: min(11.7vw,9.4rem);
    line-height: 1;
    position: absolute;
    z-index: 2; }
.p-topAboutLookbook__item-title span {
    display: inline-block;
    position: relative;
    z-index: 1; }
.p-topAboutLookbook__item-title span.js-inview {
    -webkit-transition-delay: .8s;
            transition-delay: .8s; }
.p-topAboutLookbook__item-pic {
    display: block;
    overflow: hidden; }
.p-topAboutLookbook__item-pic::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #F3EDE6;
    -webkit-transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    transition: all 0.7s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
    z-index: 1; }
.p-topAboutLookbook__item-pic img {
    height: auto;
    width: 100%; }
.p-topAboutLookbook__item-pic.is-inview::before {
    width: 0; }
.p-topAboutLookbook__item-text {
    color: white;
    font-size: 1.4rem;
    font-size: min(3.4vw,2rem);
    line-height: 1.5;
    margin-left: auto;
    margin-right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
.p-topAboutLookbook__item-text span {
    display: inline-block;
    background-color: #A78A6D;
    padding: 0.3em 1em 0.4em;
    position: relative; }
.p-topAboutLookbook__item-text span.js-inview {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s; }
.p-topAboutLookbook__item-text span.js-inview.is-inview {
    -webkit-transform: scaleX(1);
            transform: scaleX(1); }
.p-topAboutLookbook__item-text span.js-inview:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #A78A6D;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s; }
.p-topAboutLookbook__item-text span.js-inview.is-inview:before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0); }
.p-topTopics {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px; }
.p-topTopics__title {
    font-family: "Copperplate", sans-serif;
    font-size: 4.2rem;
    font-size: min(11.7vw,4.2rem);
    margin-bottom: 0; }
.p-topTopics__list {
    margin-bottom: 15px; }
.p-topics-post {
  margin: 0 auto;
  max-width: 860px;
  padding: 0 0 30px; }
.p-topics-post__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 40px; }
.p-topics-post__header-category {
    background-color: #A78A6D;
    color: white;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    padding: 3px 6px; }
.p-topics-post__header-date {
    background-color: black;
    color: white;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.06rem;
    line-height: 1;
    margin-left: 5px;
    padding: 3px 6px; }
.p-topics-post__header-ttl {
    font-size: 2.2rem;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%; }
.p-topics-post__content {
    line-height: 1.87; }
.p-topics-post__block {
    padding: 26px; }
.c-archiveList {
  border-top: 1px solid black; }
.c-archiveList__item {
    border-bottom: 1px solid black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.2rem;
    line-height: 1.5; }
.c-archiveList__item-anchor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
    position: relative;
    width: 100%; }
.c-archiveList__item-anchor:before {
    background: url(../images/global/icon-arrow-white.svg) right center/32px 24px no-repeat;
    bottom: 0;
    content: '';
    height: 24px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-transform: translate(-1em);
            transform: translate(-1em);
    width: 32px; }
.c-archiveList__item-date {
    font-family: "Montserrat", sans-serif;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    line-height: 1.4;
    margin-bottom: 5px;
    width: 7em; }
.c-archiveList__item-category {
    margin-bottom: 5px;
    width: calc(100% - 7em); }
.c-archiveList__item-title {
    font-size: 1.5rem;
    padding-right: 30px;
    width: 100%; }
.c-row {
  margin-bottom: 2em; }
.c-row.-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
.c-row__pic {
    display: block;
    height: auto;
    width: 100%; }
.c-row__pic img {
    display: block;
    height: auto;
    width: 100%; }
.c-row__text {
    margin-top: 1em; }
.c-row__text {
    margin-top: 1em; }
.c-row__text-title {
    font-size: 1.7rem; }
.c-form {
  --parts-input-height: 52px; }
.c-form input[type='text'],
  .c-form input[type='email'],
  .c-form input[type='tel'],
  .c-form input[type='date'],
  .c-form textarea,
  .c-form select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 1px solid #E8E8E8;
    border-radius: 0;
    font-size: inherit;
    height: var(--parts-input-height);
    outline: none;
    padding: 0.5em 0.8em;
    width: 100%; }
.c-form input[type='text']::-webkit-input-placeholder, .c-form input[type='email']::-webkit-input-placeholder, .c-form input[type='tel']::-webkit-input-placeholder, .c-form input[type='date']::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder, .c-form select::-webkit-input-placeholder {
      color: #a5a5a5; }
.c-form input[type='text']::-moz-placeholder, .c-form input[type='email']::-moz-placeholder, .c-form input[type='tel']::-moz-placeholder, .c-form input[type='date']::-moz-placeholder, .c-form textarea::-moz-placeholder, .c-form select::-moz-placeholder {
      color: #a5a5a5; }
.c-form input[type='text']::-ms-input-placeholder, .c-form input[type='email']::-ms-input-placeholder, .c-form input[type='tel']::-ms-input-placeholder, .c-form input[type='date']::-ms-input-placeholder, .c-form textarea::-ms-input-placeholder, .c-form select::-ms-input-placeholder {
      color: #a5a5a5; }
.c-form input[type='text']::placeholder,
    .c-form input[type='email']::placeholder,
    .c-form input[type='tel']::placeholder,
    .c-form input[type='date']::placeholder,
    .c-form textarea::placeholder,
    .c-form select::placeholder {
      color: #a5a5a5; }
.c-form input[type='text']:focus,
    .c-form input[type='email']:focus,
    .c-form input[type='tel']:focus,
    .c-form input[type='date']:focus,
    .c-form textarea:focus,
    .c-form select:focus {
      background-color: white;
      outline: none; }
.c-form textarea {
    height: 13em; }
.c-form a {
    text-decoration: underline; }
.c-form input[type='submit'] {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: solid 2px #A78A6D;
    background-color: #A78A6D;
    color: white;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 320px; }
.c-formRow {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2;
  margin-bottom: 15px;
  width: 100%; }
.c-formRow_col1, .c-formRow_col2 {
    width: 100%; }
.c-formRow_col1 {
    font-weight: bold;
    margin-bottom: 10px; }
.c-formRow_agree .c-formParts_checkbox {
    font-weight: bold;
    text-align: center; }
.c-formRow_btnArea {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px; }
.c-formParts_require {
  background-color: #A78A6D;
  color: white;
  display: inline-block;
  font-size: 1rem;
  margin-top: -0.3em;
  padding: 3px 4px;
  vertical-align: middle; }
.c-formParts_radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: none; }
.c-formParts_radio input[type=radio] + span {
  position: relative;
  display: inline-block;
  line-height: 1.5;
  vertical-align: middle;
  cursor: pointer; }
.c-formParts_radio input[type=radio] + span {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.c-formParts_radio input[type=radio] + span:before {
  background-color: #fff;
  border: solid 1px #E8E8E8;
  border-radius: 50%;
  content: '';
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 0.5em;
  margin-top: -1px;
  height: 24px;
  width: 24px; }
.c-formParts_radio input[type=radio]:checked + span:before {
  border-color: #A78A6D; }
.c-formParts_radio input[type=radio]:checked + span:after {
  content: '';
  display: inline-block;
  background-color: #A78A6D;
  height: 14px;
  border-radius: 50%;
  left: 5px;
  position: absolute;
  top: 4px;
  width: 14px; }
.c-formParts_checkbox label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  padding-left: 33px;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: left; }
.c-formParts_checkbox label:before {
    background-color: white;
    border: 1px solid #E8E8E8;
    bottom: 0;
    content: '';
    display: block;
    height: 24px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 24px; }
.c-formParts_checkbox input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }
.c-formParts_checkbox input[type=checkbox]:checked ~ span:before,
  .c-formParts_checkbox input[type=checkbox]:checked ~ span:after {
    opacity: 1; }
.c-formParts_checkbox input[type=checkbox] ~ span:before, .c-formParts_checkbox input[type=checkbox] ~ span:after,
.c-formParts_checkbox input[type=checkbox] + span:before,
.c-formParts_checkbox input[type=checkbox] + span:after {
  background: #A78A6D;
  content: "";
  display: block;
  opacity: 0;
  position: absolute; }
.c-formParts_checkbox input[type=checkbox] ~ span:before,
.c-formParts_checkbox input[type=checkbox] + span:before {
  height: 3px;
  width: 12px;
  top: 13px;
  left: 3px;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
.c-formParts_checkbox input[type=checkbox] ~ span:after,
.c-formParts_checkbox input[type=checkbox] + span:after {
  height: 3px;
  width: 18px;
  top: 11px;
  left: 9px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
.wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 5px 0;
  width: 49%; }
.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  opacity: .75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 1em 24px;
  position: relative; }
.c-icon__blank {
  height: 13px;
  vertical-align: middle;
  width: 15px; }
.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-link-more {
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-size: min(3.6vw,1.6rem);
  font-weight: 800;
  display: block;
  letter-spacing: 0.06rem;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
.c-list-number {
  list-style-type: none; }
.c-list-number li {
    margin-left: 1.5em; }
.c-list-number li::marker {
    content: "(" counter(list-item) ") "; }
.c-pagenavi {
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  font-family: "Copperplate", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  position: relative; }
.c-pagenavi:before {
    background-color: black;
    content: '';
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    width: 1px; }
.c-pagenavi__prev {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-right: auto;
    width: 50%; }
.c-pagenavi__prev:before {
    background: url(../images/global/icon-arrow-prev.svg) left top/100% 100% no-repeat;
    content: '';
    display: block;
    height: 16px;
    margin-right: 3px;
    vertical-align: middle;
    width: 22px;
    z-index: -1; }
.c-pagenavi__next {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    width: 50%; }
.c-pagenavi__next:after {
    background: url(../images/global/icon-arrow-next.svg) left top/100% 100% no-repeat;
    content: '';
    display: block;
    height: 16px;
    margin-left: 3px;
    vertical-align: middle;
    width: 22px; }
.c-pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.1;
  margin: 3em 0;
  position: relative;
  text-align: center;
  z-index: 1; }
.c-pagination_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 60px; }
.c-pagination .page {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 6px 10px 0;
    height: 24px;
    width: 30px; }
.c-pagination .page-numbers {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 24px;
    margin: 6px;
    padding: 0;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    vertical-align: middle;
    width: 30px; }
.c-pagination .page-numbers.current::after {
      background-color: black;
      content: '';
      bottom: 0;
      display: block;
      height: 2px;
      position: absolute;
      width: 16px; }
.c-pagination .prev,
  .c-pagination .next {
    margin: 0;
    text-decoration: none;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    vertical-align: middle; }
.c-pagination .prev:before,
    .c-pagination .next:before {
      content: url(../images/global/icon-arrow-prev.svg);
      display: inline-block;
      height: 11px;
      width: 11px; }
.c-pagination .prev.next:before,
    .c-pagination .next.next:before {
      content: url(../images/global/icon-arrow-next.svg); }
.c-pagination .prev:hover,
    .c-pagination .next:hover {
      opacity: .5; }
.c-pagination .prev {
    margin-right: 12px; }
.c-pagination .next {
    margin-left: 12px; }
.c-typografy, .c-typografy__headng, .c-typografy__pageTitle, .c-typografy__pageTitle-sub {
  font-family: "Copperplate", sans-serif;
  line-height: 1; }
.c-typografy__headng {
    font-size: 4.2rem; }
.c-typografy__pageTitle {
    font-size: 5.6rem;
    font-size: min(13vw,12rem * 0.72);
    line-height: 0.8; }
.c-typografy__pageTitle-sub {
    font-size: 2.2rem;
    font-size: min(5.6vw,5rem * 0.72);
    letter-spacing: 0.57rem; }
.c-typografy__pageTitle + .c-typografy__pageTitle-sub {
    margin-top: 0.8em; }
.c-typografy__catchphrase {
    font-family: "Copperplate", sans-serif;
    font-size: 1.5rem;
    font-size: min(3.8vw,3rem);
    font-weight: bold;
    line-height: 1.47;
    margin-bottom: 25px;
    text-align: right; }
.c-typografy__catchphrase li {
    display: block;
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    -webkit-transition: opacity 1.2s .2s, -webkit-transform 1.2s;
    transition: opacity 1.2s .2s, -webkit-transform 1.2s;
    transition: opacity 1.2s .2s, transform 1.2s;
    transition: opacity 1.2s .2s, transform 1.2s, -webkit-transform 1.2s; }
.c-typografy__catchphrase li.is-inview {
      opacity: 1;
      -webkit-transform: translateX(0);
              transform: translateX(0); }
.c-typografy__catchphrase li:nth-child(2) {
    -webkit-transition: opacity 1.2s .2s, -webkit-transform 1.2s .2s;
    transition: opacity 1.2s .2s, -webkit-transform 1.2s .2s;
    transition: opacity 1.2s .2s, transform 1.2s .2s;
    transition: opacity 1.2s .2s, transform 1.2s .2s, -webkit-transform 1.2s .2s; }
.c-typografy__catchphrase li:nth-child(3) {
    -webkit-transition: opacity 1.2s .2s, -webkit-transform 1.2s .4s;
    transition: opacity 1.2s .2s, -webkit-transform 1.2s .4s;
    transition: opacity 1.2s .2s, transform 1.2s .4s;
    transition: opacity 1.2s .2s, transform 1.2s .4s, -webkit-transform 1.2s .4s; }
.c-typografy__goldLarge {
    font-family: "Copperplate", sans-serif;
    font-size: 6rem;
    font-size: min(15.4vw,10rem);
    color: #A78A6D;
    position: absolute;
    text-shadow: 0 0 5px #00000025;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; }
.c-typografy-en {
  font-family: "Copperplate", sans-serif;
  font-weight: bold;
  line-height: 1; }
.c-typografy-en__small {
    font-family: "Montserrat", sans-serif;
    font-weight: bold; }
/**
* wordpress
* WYSIWYG compatchble style
*/
.c-wp-post_article h2, .c-wp-post_article h3 {
  font-size: 1.7rem;
  margin-bottom: 0.5em; }
.c-wp-post_article strong {
  font-weight: bold; }
.c-wp-post_article em {
  font-style: italic; }
.c-wp-post_article ul {
  margin-left: 1em;
  display: block;
  list-style-type: disc !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article ol {
  display: block;
  list-style-type: decimal !important;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 0px;
  margin-end: 0px;
  padding-start: 40px; }
.c-wp-post_article li {
  display: list-item;
  text-align: match-parent; }
.c-wp-post_article img {
  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; }
/**
 * 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; }
.c-scroll-margin {
  scroll-margin-top: 100px; }
/**
 * 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 (hover: hover) {
  .ex-link, .p-topKv-pickup a, .c-pagenavi__prev, .c-pagenavi__next {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
    .ex-link:hover, .p-topKv-pickup a:hover, .c-pagenavi__prev:hover, .c-pagenavi__next:hover {
      opacity: .5; }
    .l-footer a {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .l-footer a:hover {
        opacity: 0.5; }
    a .l-footer__onlineShop-bg img {
      -webkit-transition: all 1s;
      transition: all 1s; }
    a:hover .l-footer__onlineShop-bg img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
      .l-header__btn {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .l-header__btn:hover {
          opacity: .5; }
    .l-header a {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .l-header a:hover {
        opacity: .5; }
      .l-headerOpenarea__btn-border {
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .l-headerOpenarea__btn-border:hover {
          opacity: .5; }
    .p-lookbookBacknumber__card-anchor .p-lookbookBacknumber__card-icon {
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transform: translate(-1em);
              transform: translate(-1em); }
    .p-lookbookBacknumber__card-anchor:hover .p-lookbookBacknumber__card-icon {
      -webkit-transform: translate(0);
              transform: translate(0); }
    .p-lookbookDetail__block-btn .icon-arrow {
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transform: translate(-1em);
              transform: translate(-1em); }
    .p-lookbookDetail__block-btn:hover .icon-arrow {
      -webkit-transform: translate(0);
              transform: translate(0); }
    .p-topAboutLinks__item-anchor:hover {
      color: white; }
    .p-topAboutLinks__item-anchor:hover .icon-arrow {
      -webkit-transform: translate(1.33333vw, 0);
              transform: translate(1.33333vw, 0); }
    .p-topAboutLookbook__item-pic img {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
    .p-topAboutLookbook__item-anchor:hover .p-topAboutLookbook__item-pic img {
      -webkit-transform: scale(1.08);
              transform: scale(1.08); }
    .c-archiveList__item-anchor {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .c-archiveList__item-anchor:hover {
      opacity: .5; }
    .c-archiveList__item-anchor:hover:before {
      -webkit-transform: translate(0);
              transform: translate(0); }
    .c-form a:hover {
      text-decoration: none; }
    .c-form input[type='submit']:hover {
      background-color: white;
      color: #A78A6D; }
    .c-link-more {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .c-link-more:hover {
      opacity: .5; }
    .c-pagenavi__prev:before {
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transform: translate(8px);
              transform: translate(8px); }
    .c-pagenavi__next:after {
      -webkit-transition-duration: 0.4s;
              transition-duration: 0.4s;
      -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
              transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
      -webkit-transform: translate(-8px);
              transform: translate(-8px); }
    .c-pagenavi__prev:hover:before, .c-pagenavi__next:hover:after {
      -webkit-transform: translate(0);
              transform: translate(0); }
    .c-pagination a {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .c-pagination a:hover {
        opacity: .5; }
    .c-typografy__catchphrase a {
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
    .c-typografy__catchphrase a:hover {
      opacity: .5; } }
@media (max-width: 959px) {
  html, body {
    width: 100%;
    height: 100%; }
  h1, h2, h3, h4, h5, h6, div, dl, dt, dd, p {
    margin: 0;
    padding: 0; }
  img {
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto; }
    .l-header {
      left: 0;
      position: fixed;
      top: 0; }
    .p-topAboutLookbook__item + .p-topAboutLookbook__item {
      margin-top: 70px; }
    .p-topAboutLookbook__item-title {
      left: 0;
      top: -0.6em; }
  .for-large {
    display: none; } }
@media (min-width: 960px) {
    .l-footer {
      font-size: 1.2rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 100px 0 25px; }
      .l-footer__logo {
        margin-bottom: 43.2px;
        height: 84.24px;
        width: 334.8px; }
      .l-footer__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        font-size: 1.2rem; }
        .l-footer__link li {
          margin-bottom: 18px; }
        .l-footer__link .c-typografy-en {
          font-size: 3.96rem; }
      .l-footer__privacy {
        font-size: 1.2rem;
        margin: 20px 0; }
      .l-footer__onlineShop {
        bottom: 45px;
        position: absolute;
        right: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .l-footer__onlineShop a {
          padding-top: 60.48px; }
      .l-footer__onlineShop-bg {
        height: 375.84px;
        width: 250.56px; }
      .l-footer__onlineShop-text {
        font-size: 5.4rem;
        left: 20px;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl; }
        .l-footer__onlineShop-text p:nth-child(2) {
          font-size: 1.26rem;
          letter-spacing: 0.17rem;
          margin-right: -5px;
          margin-top: 5px; }
        .l-footer__onlineShop-text p:nth-child(3) {
          font-size: 0.88rem;
          letter-spacing: 0.03rem;
          margin-right: 3px;
          margin-top: 0.4em; }
      .l-footer__copy {
        font-size: 1.04rem; }
        .l-header__btn:before, .l-header__btn:after {
          width: 40px; }
    .l-header__btn {
      height: 70px;
      width: 70px; }
    .l-header__logo {
      margin-left: 27.2px;
      margin-right: 27.2px; }
    .l-headerOpenarea {
      width: 330.4px; }
    .l-headerOpenarea__nav-list a {
      -webkit-transition: color .3s;
      transition: color .3s; }
    .l-headerOpenarea__nav-list span {
      font-size: 1.2rem; }
    .l-headerOpenarea__nav-list .c-typografy-en {
      font-size: 4.4rem; }
    .l-main {
      font-size: 1.44rem;
      line-height: 2;
      padding-top: 70px; }
      .l-main__head {
        max-width: 1000px;
        min-height: 250px;
        padding-top: 70px; }
  .p-company__subTitle {
    font-size: 4.8rem;
    margin-bottom: 32px;
    width: 50%; }
  .p-company__table {
    margin-left: auto;
    width: 50%; }
    .p-company__table th {
      width: 110.4px; }
    .p-company__table th,
    .p-company__table td {
      font-size: 1.6rem; }
  .p-concept .l-main__head {
    padding-top: 52px; }
  .p-concept .c-typografy__pageTitle {
    font-size: 15rem;
    font-size: min(7.8vw * 0.9, 15rem * 0.9);
    line-height: 0.77;
    margin-bottom: 24px; }
    .p-conceptAbout {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-top: 15px;
      position: relative; }
      .p-conceptAbout__lead {
        font-size: 3.456rem;
        letter-spacing: 0.25em;
        margin: 0 auto 2em; }
      .p-conceptAbout__content {
        font-size: 1.728rem;
        margin: 40px 0 0 auto;
        max-width: 705px; }
      .p-conceptAbout__content-title {
        font-size: 2.56rem; }
    .p-conceptSection {
      margin-top: 110px; }
      .p-conceptSection__header {
        padding-left: 2.9%; }
      .p-conceptSection.pattern2 .p-conceptSection__header {
        padding-left: 0;
        padding-right: 2.9%; }
      .p-conceptSection__title {
        left: -0.2em; }
      .p-conceptSection.pattern2 .p-conceptSection__title {
        bottom: -0.5em;
        font-size: min(7.8vw * 0.72, 10rem * 0.72);
        height: auto;
        top: auto;
        -webkit-writing-mode: unset;
            -ms-writing-mode: unset;
                writing-mode: unset; }
      .p-conceptSection__img {
        display: -ms-grid;
        display: grid;
        grid-gap: 17.6px;
        gap: 17.6px;
            grid-template-areas: "main sub1" "main sub2"; }
      .p-conceptSection.pattern2 .p-conceptSection__img {
            grid-template-areas: "sub1 main" "sub2 main"; }
      .p-conceptSection__img-main {
        grid-area: main; }
      .p-conceptSection__img-sub1 {
        grid-area: sub1;
        width: auto; }
      .p-conceptSection__img-sub2 {
        grid-area: sub2;
        width: auto; }
      .p-conceptSection__content {
        font-size: 1.76rem;
        margin: 80px 0 0 auto;
        max-width: 905px; }
      .p-conceptSection.pattern2 .p-conceptSection__content {
        max-width: 100%; }
    .p-conceptTakepridein {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 43.2px;
      margin-top: 112px; }
      .p-conceptTakepridein + .p-conceptTakepridein {
        margin-top: 40px;
        padding-top: 44px; }
      .p-conceptTakepridein__title {
        padding-top: 0;
        width: 33%; }
      .p-conceptTakepridein__title-number {
        bottom: 0;
        font-size: 20.8rem;
        letter-spacing: unset;
        line-height: 0.6;
        margin: 0;
        top: auto; }
      .p-conceptTakepridein:nth-child(1) .p-conceptTakepridein__title-number {
        right: -0.15em; }
      .p-conceptTakepridein__title-text {
        font-size: 3.2rem;
        font-size: min(5vw * 0.8,3.2rem * 0.8); }
      .p-conceptTakepridein__detail {
        font-size: 1.6rem;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 5%;
        width: 63%; }
      .p-conceptTakepridein__detail p + p {
        margin-top: 1em; }
  .p-contact__lead {
    line-height: 2; }
  .p-contact__tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .p-contact__tel-number {
    font-size: 4rem; }
  .p-contact__tel-number::before {
    height: 10px; }
  .p-contact .c-form {
    margin-top: 100px; }
  .p-lookbook__item {
    margin: 0 auto 11.2em; }
  .p-lookbook__item-anchor {
    padding: 1.5em 40px; }
  .p-lookbook__item-title {
    margin-left: 1%; }
  .p-lookbook__item-img {
    width: 85%; }
  .p-lookbook__item-text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    bottom: -1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.52rem;
    letter-spacing: 0.07rem;
    line-height: 1.6;
    left: 0;
    margin: 0 auto;
    max-width: 640.8px;
    position: absolute;
    right: 0;
    width: calc(100% - 80px); }
    .p-lookbookBacknumber__title {
      font-size: 4.56rem; }
    .p-lookbookBacknumber__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .p-lookbookBacknumber__card {
      margin: 7px 0;
      width: calc(50% - 7px); }
    .p-lookbookDetail p {
      line-height: 2;
      margin-bottom: 2em; }
    .p-lookbookDetail__head {
      margin-bottom: 92px; }
    .p-lookbookDetail .ticker {
      width: 100%;
      overflow: hidden;
      white-space: nowrap;
      position: relative;
      font-family: sans-serif; }
    .p-lookbookDetail .ticker__inner {
      display: inline-block; }
    .p-lookbookDetail .ticker__inner span {
      padding-right: 1rem;
      display: inline-block; }
    .p-lookbookDetail__title {
      padding: 2em 0 0.5em; }
    .p-lookbookDetail__title-text {
      font-family: "Copperplate", sans-serif;
      font-size: 13.5rem;
      height: 13.68rem;
      line-height: 13.68rem; }
    .p-lookbookDetail__subTitle-text {
      font-size: 1.52rem;
      line-height: 1; }
    .p-lookbookDetail__body {
      margin-top: 60px; }
    .p-lookbookDetail__body h2,
    .p-lookbookDetail__body h3 {
      font-size: 2.56rem;
      margin-bottom: 0.8em; }
    .p-lookbookDetail__body .img-row {
      gap: 32px;
      margin-bottom: 1.6em; }
    .p-lookbookDetail__body .img-row picture {
      display: block;
      width: calc(50% - 16px); }
    .p-lookbookDetail__block {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: visible;
      padding: 4rem 20px;
      max-width: 912px; }
    .p-lookbookDetail__block::before {
      content: attr(data-bg) " " attr(data-bg) " " attr(data-bg) " ";
      font-size: 16rem;
      top: 8%;
      -webkit-transform: translateX(-25vw);
              transform: translateX(-25vw); }
    .p-lookbookDetail__block-pic {
      margin: 0;
      width: 55%; }
    .p-lookbookDetail__block-title {
      font-size: 2.16rem;
      line-height: 1.304; }
    .p-lookbookDetail__block-content {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      padding-left: 38.4px;
      position: relative;
      width: 40%; }
    .p-lookbookDetail__block-label {
      font-size: 2.4rem; }
    .p-lookbookDetail__block p {
      margin-bottom: 1em; }
    .p-lookbookDetail__block-btn {
      font-size: 1.3rem;
      padding: 4px 12px 5px;
      width: 100%; }
    .p-lookbookDetail__block-btn .icon-arrow {
      width: 19px; }
  .c-itemcard {
    max-width: 944px;
    padding: 4rem 0; }
  .home .l-header__head {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    position: absolute;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .home .l-header__logo {
    background-color: #F3EDE6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - $h-lead);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    margin-left: 0;
    min-height: 517px;
    position: absolute;
    top: 0;
    padding-top: 56px;
    max-width: 346px;
    width: 27%; }
  .home .l-header__logo img {
    width: 177.6px; }
  .home .l-header__nav {
    margin-left: min(346px, 27vw);
    padding: 0 3%; }
    .p-topKv {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      .p-topKv:after {
        background-color: black;
        content: '';
        height: calc(100vh + 70px);
        left: 27%;
        left: min(346px, 27vw);
        min-height: 732px;
        position: absolute;
        top: -70px;
        width: 1px;
        z-index: 99; }
      .p-topKv__lead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 144px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-bottom: -90px;
        max-width: 346px;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        padding: 0 0 0 20px;
        width: 27%; }
      .p-topKv__lead-text1 {
        font-size: min(4.1vw * 0.8,5.2rem * 0.8); }
      .p-topKv__lead-text1 span + span {
        display: block;
        margin-left: 1.2em; }
      .p-topKv__slider {
        margin-left: auto;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
        min-width: calc(100% - 346px);
        width: 73%; }
      .p-topKv__slide {
        height: calc(100vh - 162px);
        min-height: 500px; }
    .p-topKv-pickup {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      border-top: 1px solid black;
      height: 90px;
      margin-left: auto;
      margin-top: -1px;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0;
      min-width: 73%;
      width: calc(100% - 346px); }
      .p-topKv-pickup__title {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        border-right: 1px solid black;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        font-size: 1.76rem;
        padding: 10px 20px 10px;
        width: 136.8px; }
      .p-topKv-pickup__list {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        padding: 10px 40px; }
      .p-topKv-pickup__item {
        padding-top: 0; }
      .p-topKv-pickup__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .p-topKv-pickup__item-date {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 0;
        margin-right: 20px;
        width: 115px; }
      .p-topKv-pickup__item-title {
        font-size: 1.5rem;
        line-height: 1.5; }
    .p-topAbout {
      margin-top: 88px;
      position: relative; }
      .p-topAbout__lead1 {
        font-size: 4.8rem;
        font-size: min(3.8vw * 0.72, 4.8rem * 0.72);
        position: absolute;
        top: 0;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      .p-topAbout__lead2 {
        font-size: 3.2rem;
        font-size: min(2.5vw * 0.72, 3.2rem * 0.72);
        margin: 40px 0 0 auto;
        width: auto; }
    .p-topAboutLinks {
      margin-top: 50px; }
      .p-topAboutLinks__item {
        margin-left: auto;
        text-align: right; }
      .p-topAboutLinks__item:nth-child(2n-1) {
        margin-right: 140px; }
      .p-topAboutLinks__item-anchor {
        font-size: 13rem;
        font-size: min(8.5vw * 0.72, 12rem * 0.72); }
      .p-topAboutLinks__item-anchor .icon-arrow {
        height: 56px;
        margin-left: 25px;
        width: 75px; }
    .p-topAboutGallery {
      padding-top: 100px; }
      .p-topAboutGallery__bg {
        margin: -200px auto; }
      .p-topAboutGallery__text {
        font-size: 2.88rem; }
      .p-topAboutGallery__pic1 {
        margin-left: -5%;
        width: 23.96825%; }
      .p-topAboutGallery__pic2 {
        margin-left: auto;
        margin-right: -20px;
        margin-top: -30%;
        width: 28.96825%; }
      .p-topAboutGallery__pic3 {
        margin-left: auto;
        margin-right: 20%;
        margin-top: -20%;
        width: 23.1746%; }
      .p-topAboutGallery__pic4 {
        margin-left: 5%;
        width: 32.69841%; }
      .p-topAboutGallery__pic5 {
        margin-left: auto;
        margin-top: -40%;
        width: 19.52381%; }
    .p-topAboutLookbook {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: auto;
      margin-right: auto;
      padding-top: 140px; }
      .p-topAboutLookbook__item {
        margin: 0;
        max-width: 365.6px;
        width: 50%; }
      .p-topAboutLookbook__item-title {
        font-size: 9.4rem;
        font-size: min(6.5vw * 0.72,9.4rem * 0.72);
        position: relative; }
      .p-topAboutLookbook__item-anchor {
        display: block;
        position: relative; }
      .p-topAboutLookbook__item:nth-child(1) .p-topAboutLookbook__item-title {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-right: -0.5em;
        text-align: right; }
      .p-topAboutLookbook__item:nth-child(1) .p-topAboutLookbook__item-title:after {
        content: '/';
        font-weight: lighter;
        margin: 0 0.3em;
        vertical-align: top; }
      .p-topAboutLookbook__item.js-inview:nth-child(1) .p-topAboutLookbook__item-title:after {
        display: inline-block;
        opacity: 0;
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
        -webkit-transition: opacity 1.2s 0.2s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: opacity 1.2s 0.2s, -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: opacity 1.2s 0.2s, transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        transition: opacity 1.2s 0.2s, transform 1.2s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 1.2s cubic-bezier(0.77, 0, 0.175, 1);
        -webkit-transition-delay: .8s;
                transition-delay: .8s; }
        .p-topAboutLookbook__item.js-inview:nth-child(1) .p-topAboutLookbook__item-title:after.is-inview {
          opacity: 1;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
      .p-topAboutLookbook__item.js-inview.is-inview:nth-child(1) .p-topAboutLookbook__item-title:after {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0); }
      .p-topAboutLookbook__item:nth-child(2) .p-topAboutLookbook__item-title {
        padding-left: 0.5em; }
      .p-topAboutLookbook__item-text {
        font-size: 1.6rem;
        letter-spacing: 3px;
        padding: 0;
        line-height: 1.2;
        position: absolute;
        top: 63px;
        text-align: left;
        text-orientation: upright;
        -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: vertical-rl; }
      .p-topAboutLookbook__item-text span {
        padding: 1em; }
      .p-topAboutLookbook__item-text span.js-inview {
        -webkit-transform: scaleY(0);
                transform: scaleY(0);
        -webkit-transform-origin: top center;
                transform-origin: top center;
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1s; }
      .p-topAboutLookbook__item-text span.js-inview.is-inview {
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: top center;
                transform-origin: top center; }
      .p-topAboutLookbook__item-text span.js-inview:before {
        background-color: #A78A6D;
        bottom: auto;
        content: "";
        display: block;
        height: 100%;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
        transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
        -webkit-transform-origin: bottom center;
                transform-origin: bottom center;
        width: 100%; }
      .p-topAboutLookbook__item-text span.js-inview.is-inview:before {
        -webkit-transform: scaleY(0);
                transform: scaleY(0); }
      .p-topAboutLookbook__item:nth-child(1) .p-topAboutLookbook__item-text {
        left: 0;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .p-topAboutLookbook__item:nth-child(2) .p-topAboutLookbook__item-text {
        right: 0;
        -webkit-transform: translateX(50%);
                transform: translateX(50%); }
    .p-topTopics__title {
      font-size: min(11.7vw * 0.8,4.2rem * 0.8); }
    .p-topTopics__list {
      margin-bottom: 20px; }
    .p-topics-post {
      padding: 0 0 90px; }
      .p-topics-post__header {
        padding-top: 76px; }
      .p-topics-post__header-category {
        font-size: 1.2rem;
        padding: 6px 12px; }
      .p-topics-post__header-date {
        font-size: 1.2rem;
        padding: 6px 12px; }
      .p-topics-post__header-ttl {
        font-size: 3.36rem;
        margin-bottom: 25px;
        margin-top: 25px; }
      .p-topics-post__content {
        line-height: 2; }
      .p-topics-post__block {
        padding: 26px 0; }
    .c-archiveList__item-anchor {
      background-size: 56px 42px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      font-size: 1.52rem;
      padding: 35px 25px; }
    .c-archiveList__item-date {
      font-size: 1.6rem;
      margin-bottom: 0;
      width: 128px; }
    .c-archiveList__item-category {
      margin-bottom: 0;
      width: 96px; }
    .c-archiveList__item-title {
      font-size: 1.52rem;
      padding-right: 55px;
      width: calc(100% - 224px); }
    .c-row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 45px 0 0; }
      .c-row.-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .c-row__pic {
        display: block;
        height: auto;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 50%; }
      .c-row__pic img {
        display: block;
        height: auto;
        width: 100%; }
      .c-row__text {
        font-size: 1.5rem;
        padding-left: 30px; }
      .c-row.-reverse .c-row__text {
        padding-left: 0;
        padding-right: 30px; }
      .c-row__text-title {
        font-size: 1.6rem; }
      .c-form input[type='text'],
      .c-form input[type='email'],
      .c-form input[type='tel'],
      .c-form input[type='date'],
      .c-form textarea,
      .c-form select {
        padding: 0.5em 1em; }
      .c-form textarea {
        height: 15em; }
    .c-formRow {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin-bottom: 40px; }
    .c-formRow_col1 {
      margin-bottom: 0;
      width: calc(100% - 740px); }
    .c-formRow_col2 {
      width: 740px; }
    .c-formRow_agree {
      text-align: center; }
    .c-formRow_btnArea {
      margin-top: 70px; }
    .c-formParts_require {
      font-size: 1.2rem;
      margin-left: 0.5em; }
  .c-formParts_radio input[type=radio] + span:before {
    height: 28px;
    margin-top: 0px;
    width: 28px; }
  .c-formParts_radio input[type=radio]:checked + span:after {
    height: 16px;
    left: 6px;
    top: 6px;
    width: 16px; }
      .c-formParts_checkbox label:before {
        width: 30px;
        height: 30px; }
    .c-formParts_checkbox input[type=checkbox] ~ span:before,
    .c-formParts_checkbox input[type=checkbox] + span:before {
      left: 10px;
      top: 13px; }
    .c-formParts_checkbox input[type=checkbox] ~ span:after,
    .c-formParts_checkbox input[type=checkbox] + span:after {
      left: 16px;
      top: 12px; }
  .wpcf7-checkbox .wpcf7-list-item {
    margin: 10px 0;
    padding-right: 1.5em;
    width: auto; }
  .wpcf7-checkbox .wpcf7-list-item.last {
    display: block; }
    .c-link-more {
      font-size: 1.6rem; }
    .c-pagenavi {
      height: 81px; }
      .c-pagenavi__prev, .c-pagenavi__next {
        font-size: 2rem; }
      .c-pagenavi__prev:before {
        margin-right: 11px;
        height: 19.2px;
        width: 25.6px; }
      .c-pagenavi__next:after {
        margin-left: 11px;
        height: 19.2px;
        width: 25.6px; }
      .c-pagination .prev {
        margin-right: 40px; }
      .c-pagination .next {
        margin-left: 40px; }
    .c-pagination_inner {
      padding: 0 0.5vw; }
    .c-pagination .page {
      font-size: 2.2rem;
      height: 40px;
      padding: 10px 10px 0;
      width: 40px; }
    .c-pagination .page-numbers {
      font-size: 2.2rem;
      height: 40px;
      width: 40px; }
    .c-pagination.current::after {
      width: 20px; }
    .c-typografy__pageTitle {
      font-size: 8.64rem; }
    .c-typografy__pageTitle-sub {
      font-size: 3.6rem;
      letter-spacing: 0.936rem; }
    .c-typografy__pageTitle + .c-typografy__pageTitle-sub {
      margin-top: 0.24em; }
    .c-typografy__catchphrase {
      font-size: 2.4rem; }
    .c-typografy__goldLarge {
      font-size: 8rem;
      font-size: min(7.8vw * 0.8,10rem * 0.8); }
  .c-wp-post_article h2, .c-wp-post_article h3 {
    font-size: 2.2rem; }
  .for-mobile {
    display: none; } }
@media (min-width: 960px){
      .p-conceptSection__img-main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1; }
      .p-conceptSection.pattern2 .p-conceptSection__img > .p-conceptSection__img-main {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3; }
      .p-conceptSection__img-sub1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3; }
      .p-conceptSection.pattern2 .p-conceptSection__img > .p-conceptSection__img-sub1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1; }
      .p-conceptSection__img-sub2 {
    -ms-grid-row: 3;
    -ms-grid-column: 3; }
      .p-conceptSection.pattern2 .p-conceptSection__img > .p-conceptSection__img-sub2 {
    -ms-grid-row: 3;
    -ms-grid-column: 1; }
}
/*# sourceMappingURL=../../_cache/_maps/styles.css.map */
