@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("../font/icomoon.eot?bxxvit");
  src: url("../font/icomoon.eot?bxxvit#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?bxxvit") format("truetype"), url("../font/icomoon.woff?bxxvit") format("woff"), url("../font/icomoon.svg?bxxvit#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook::before {
  content: '\e900';
}

.icon-instagram::before {
  content: '\e901';
}

.icon-line::before {
  content: '\e902';
}

.icon-twitter::before {
  content: '\e903';
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Verification
   ========================================================================== */
*, *::before, *::after {
  /* outline: 1px solid red; */
  /* outline-offset: -1px; */
}

/* Document
   ========================================================================== */
/**
 * 1. Prevent adjustments of font size after orientation changes in iOS.
 * 2. Smooth scroll.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /* 2 */
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */
/**
 * 1. Line feed processing.
 * 2. Remove the margin in all browsers.
 */
body {
  font-family: kozuka-gothic-pr6n, sans-serif;
  /* 1 */
  word-wrap: break-word;
  /* 1 */
  overflow-wrap: break-word;
  min-width: 23.4375rem;
  padding-top: 5rem;
  /* 2 */
  margin: 0;
}
_:-ms-lang(x)::-ms-backdrop, body {
  font-family: Meiryo, Helvetica, Arial, sans-serif;
}

/**
 * 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 {
  /* 1 */
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 2 */
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
}

/* 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] {
  /* 1 */
  border-bottom: none;
  /* 2 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
 * 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 {
  /* 1 */
  font-family: monospace, monospace;
  /* 2 */
  font-size: 1em;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Eliminate the gap.
 * 2. Fluid image.
 * 3. Remove the border on images inside links in IE 10.
 */
img {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-width: 100%;
  /* 2 */
  height: auto;
  /* 3 */
  border-style: none;
}

a img {
  transition: opacity 0.2s linear;
}

/**
 * 1. Eliminate the gap.
 * 2. Fluid iframe.
 */
iframe {
  /* 1 */
  vertical-align: bottom;
  /* 2 */
  max-width: 100%;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  /* 1 */
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 2 */
  margin: 0;
}

/**
 * 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;
  -moz-appearance: button;
  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 {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  color: inherit;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 3 */
  padding: 0;
  /* 1 */
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * 1. Remove the default vertical scrollbar in IE 10+.
 * 2. Eliminate the gap.
 */
textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: bottom;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
}

/**
 * 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] {
  /* 1 */
  -webkit-appearance: textfield;
  /* 2 */
  outline-offset: -2px;
}

/**
 * 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 {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  font: inherit;
}

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

/* Video
   ========================================================================== */
/**
 * Fluid video.
 */
video {
  max-width: 100%;
  height: auto;
}

/* List
   ========================================================================== */
li[class] {
  list-style: none;
}

/* Anchor
   ========================================================================== */
a {
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

/* Button
   ========================================================================== */
button {
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: linear;
}

/* YouTube
   ========================================================================== */
/**
 * Fluid YouTube.
 */
@supports (aspect-ratio: 16 / 9) {
  iframe[src*=youtube] {
    aspect-ratio: 16 / 9;
    max-width: 100%;
    height: 100%;
  }
}

/************************************************
    Utility
*************************************************/
/*  Screen Reader
------------------------------------------------*/
.sr-only {
  white-space: nowrap;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
}

/*  inline-block
------------------------------------------------*/
.i-blk {
  display: inline-block;
}

/*  block
------------------------------------------------*/
.blk {
  display: block;
}

/************************************************
    Sticky Polyfill
*************************************************/
.sticky {
  position: sticky;
}
.sticky.sticky-fixed.is-sticky {
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-top]) {
  margin-top: 0 !important;
}
.sticky.sticky-fixed.is-sticky:not([style*=margin-bottom]) {
  margin-bottom: 0 !important;
}
.sticky.sticky-fixed.is-absolute {
  position: absolute;
}

/************************************************
    ナビゲーション
*************************************************/
.navigation {
  font-size: 0.9375em;
  text-align: left;
}
.navigation-list {
  padding: 0;
  margin: 0;
}
.navigation__item {
  padding: 0.5em 0;
}
.navigation__item a {
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
}
.navigation__item a::before {
  content: "▶";
}

/************************************************
    Slider
*************************************************/
.slider {
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.slider-swiper {
  max-width: 1000px;
  padding: 0 0 30px;
}

/* ハンバーガーメニュー */
.toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 1em;
  background-color: black;
  box-sizing: content-box;
  padding: 5px;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 99;
}
.toggle .hamburger {
  display: block;
  width: 36px;
  height: 36px;
  margin: 0 auto;
  position: relative;
  transition: all 0.4s;
}
.toggle .line {
  display: block;
  background-color: white;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  position: absolute;
  left: 0;
  transition: all 0.4s;
}
.toggle .line:first-of-type {
  top: 0;
}
.toggle .line:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: transparent;
  height: 0.625em;
}
.toggle .line:nth-of-type(2)::before {
  content: "MENU";
  color: white;
  font-size: 0.625em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  padding-left: 0.1em;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.toggle .line:last-of-type {
  bottom: 0;
}

/* ハンバーガーボタンクリックアニメーション */
.js-is-open .toggle .line:first-of-type {
  transform: translateY(16.5px) rotate(-45deg);
}
.js-is-open .toggle .line:nth-of-type(2) {
  opacity: 0;
}
.js-is-open .toggle .line:last-of-type {
  transform: translateY(-16.5px) rotate(45deg);
}

/************************************************
    Copyright
*************************************************/
.copyright {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  padding-left: 0.02em;
  margin: 0;
}

/************************************************
    YouTube
*************************************************/
.YouTube {
  text-align: center;
}
@supports not (aspect-ratio: 16 / 9) {
  .YouTube {
    max-width: 53rem;
    margin-right: auto;
    margin-left: auto;
  }
}
_:-ms-lang(x)::-ms-backdrop, .YouTube {
  max-width: 53rem;
  margin-right: auto;
  margin-left: auto;
}

@supports not (aspect-ratio: 16 / 9) {
  .YouTube .aspect-ratio {
    padding-top: 56.25%;
    position: relative;
  }
}
_:-ms-lang(x)::-ms-backdrop, .YouTube .aspect-ratio {
  padding-top: 56.25%;
  position: relative;
}

@supports not (aspect-ratio: 16 / 9) {
  .YouTube iframe[src*=youtube] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
}
_:-ms-lang(x)::-ms-backdrop, .YouTube iframe[src*=youtube] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/************************************************
    Google Map
*************************************************/
.GoogleMap {
  width: 100%;
  height: calc(100vh - 5rem);
  max-height: 25rem;
}

/************************************************
    メニューは コチラよりダウンロード
*************************************************/
.btn--menu {
  color: white;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  background-color: #171c61;
  padding: 0.25em 1.642em;
  border-radius: 0.375rem;
}
.btn--menu:hover {
  background-color: rgba(23, 28, 97, 0.75);
}

/************************************************
    問い合わせ・資料請求ボタン
*************************************************/
.btn--mail {
  color: white;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  background-color: #171c61;
  padding: 0.5657894737em 2em 0.5657894737em 2.14em;
  border-radius: 0.625rem;
}
.btn--mail:hover {
  background-color: rgba(23, 28, 97, 0.75);
}

button.btn--mail {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

/************************************************
    ページトップ
*************************************************/
.pageTop {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.625em;
  letter-spacing: 0.1em;
  text-align: right;
  box-sizing: border-box;
  width: 100%;
  max-width: 70.5rem;
  padding: 0 0.625rem;
  margin: -3.5em auto 0;
  position: sticky;
  bottom: 20px;
  z-index: 10;
  pointer-events: none;
}
.pageTop.sticky.is-sticky {
  left: 50%;
  transform: translateX(-50%);
}
.pageTop a {
  color: #7f8383;
  text-decoration: none;
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  padding: 1em;
  transition: opacity 0.3s ease;
  pointer-events: auto;
}
.pageTop a::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: solid currentColor;
  border-width: 0.16667em 0 0 0.16667em;
  margin-right: 0.5em;
  position: relative;
  top: 0.3333333333em;
  transform: rotate(45deg);
}
.pageTop a:hover {
  opacity: 0.5;
}

/************************************************
    Section
*************************************************/
/*  タイトル
*************************************************/
.sec__title {
  color: #171c61;
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: -0.25em 0 0;
}
.sec__title .text {
  display: block;
}
.sec__title .after {
  font-size: 0.45em;
  letter-spacing: 0.06em;
  display: block;
  padding-left: 0.06em;
  margin-top: 0.1666666667em;
}

/************************************************
    ヘッダー
*************************************************/
.header {
  color: white;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 80px;
  grid-template-columns: 1fr 80px;
  -ms-grid-rows: 80px 1fr;
  grid-template-rows: 80px 1fr;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0 rem(20);
  pointer-events: none;
  position: fixed;
  top: 0;
  z-index: 97;
}
.header::before {
  content: "";
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: block;
  background-size: 7.5rem auto;
  height: 100%;
  margin: 0 rem(-20);
}
@supports ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))) {
  .header::before {
    background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x);
    background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))) {
  .header::before {
    background-image: url('../img/pattern00.png');
  }
}
_:-ms-lang(x)::-ms-backdrop, .header::before {
  background-image: url('../img/pattern00.png');
}
.header .site-title {
  color: white;
  font-size: 1em;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 0.625rem;
  pointer-events: auto;
}
.header .site-title .description {
  font-family: "Noto Serif JP", serif;
  font-size: 0.625em;
  line-height: 1.5454545455;
  display: block;
  margin-top: -0.2727272727em;
  margin-bottom: 0.8181818182em;
}
.header .site-title img {
  max-width: 10.9375rem;
}
.header .toggle {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  background-color: transparent;
  padding: 10px 10px;
  pointer-events: auto;
}
.header .modal {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / -1;
  -ms-grid-row: 2;
  grid-row: 2;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
  background-size: 7.5rem auto;
  box-sizing: border-box;
  padding: 2em 1em;
  margin-right: rem(-20);
  visibility: hidden;
  opacity: 0;
}
@supports ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))) {
  .header .modal {
    background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x);
    background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))) {
  .header .modal {
    background-image: url('../img/pattern00.png');
  }
}
_:-ms-lang(x)::-ms-backdrop, .header .modal {
  background-image: url('../img/pattern00.png');
}
.header.js-is-open .modal {
  visibility: visible;
  opacity: 1;
}

.header .navigation {
  pointer-events: auto;
}
.header .navigation a {
  color: white;
}
.header .navigation a:hover {
  color: rgba(96, 30, 128, 0.5);
}

/************************************************
    フッター
*************************************************/
.footer {
  color: white;
  font-size: 0.75em;
  background-size: 7.5rem auto;
  padding: 3.125rem 1.25rem 1.875rem;
}
@supports ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))) {
  .footer {
    background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x);
    background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))) {
  .footer {
    background-image: url('../img/pattern00.png');
  }
}
_:-ms-lang(x)::-ms-backdrop, .footer {
  background-image: url('../img/pattern00.png');
}
.footer a {
  color: white;
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.footer .sns {
  margin-top: 1.25em;
}
.footer .copyright {
  margin-top: 1.6875em;
}

.f__logo {
  text-align: center;
  margin: 0;
}

.f__contact {
  font-size: 1.0625em;
  line-height: 1.52942;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2.3529411765em auto 0;
}
.f__contact p {
  margin: 0;
}
.f__contact a {
  text-decoration: none;
}

.f-sns {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 1.1875em 0 0;
}
.f-sns__item {
  line-height: 1.5;
  padding: 0 1em;
}
.f-sns__item a {
  font-size: 1.0625em;
  font-weight: 500;
  text-decoration: none;
  -js-display: inline-flex;
  display: inline-flex;
  align-items: center;
}
.f-sns__item a::before {
  font-family: "icomoon";
  font-size: 2.0588235294em;
  margin-right: 0.3428571429em;
}
.f-sns__item--facebook a::before {
  content: '\e900';
}
.f-sns__item--instagram a::before {
  content: '\e901';
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  background: #cecfcf;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  background: #b7b9b9;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 10px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 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%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/************************************************
    ご挨拶
*************************************************/
.sec-Greeting {
  font-size: 0.75em;
  background-color: white;
  padding: calc(3.125rem + 5rem) 1.25rem 3.125rem;
  margin-top: -5rem;
  position: relative;
  z-index: 7;
}
.sec-Greeting .sec__title::after {
  content: "";
  display: block;
  background-color: currentColor;
  width: 3.7em;
  height: 0.125em;
  margin: 0.25em auto 0;
}
.sec-Greeting__intro {
  font-size: 1em;
  line-height: 1.875;
  margin-top: 1.6875em;
}
.sec-Greeting__intro p {
  margin: 0;
}
.sec-Greeting .YouTube {
  margin-top: 4.5625rem;
}

/************************************************
    店舗情報
*************************************************/
.sec-ShopInfo {
  font-size: 0.75em;
  padding: calc(5.3125em + 5rem) 1.25rem 0;
  margin-top: -5rem;
  position: relative;
  z-index: 6;
}
.sec-ShopInfo-list {
  padding: 0;
  margin: 0.5em -1.25rem 0;
}
.sec-ShopInfo-item {
  padding: 2.9375em 1.25rem 0;
}
.sec-ShopInfo-item + .sec-ShopInfo-item {
  margin-top: 0.5em;
}
.sec-ShopInfo-item__title {
  color: #171c61;
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  font-size: 2.5em;
  font-weight: 400;
  margin: 0;
}
_:-ms-lang(x)::-ms-backdrop, .sec-ShopInfo-item__title {
  font-family: serif;
}
.sec-ShopInfo-item .figure {
  text-align: center;
  background-color: #dcdddd;
  padding: 2.625em 1.25rem;
  margin: 0.625em -1.25rem 0;
}
.sec-ShopInfo-item:first-of-type .figure {
  background-color: rgba(189, 189, 215, 0.87);
}
.sec-ShopInfo-item:nth-of-type(2) .figure {
  background-color: rgba(216, 207, 182, 0.87);
}
.sec-ShopInfo-item:nth-of-type(3) .figure {
  background-color: rgba(199, 217, 255, 0.87);
}
.sec-ShopInfo-item:nth-of-type(4) .figure {
  background-color: rgba(203, 248, 255, 0.87);
}
.sec-ShopInfo-item .caption {
  text-align: left;
}
.sec-ShopInfo-item .photo {
  margin-top: 2em;
}
.sec-ShopInfo-item__name {
  color: white;
  font-size: 1.125em;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  display: inline-block;
  background-color: #171c61;
  padding: 0.47223em 1.6666666667em 0.47223em 1.7466666667em;
  margin: 0;
}
.sec-ShopInfo-item__tagline {
  color: #171c61;
  font-size: 2em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.375;
  margin: 0.625em 0 0;
}
.sec-ShopInfo-item__tagline em {
  font-style: normal;
}
.sec-ShopInfo-item__content {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.75;
  margin-top: 1.375em;
}
.sec-ShopInfo-item__content p {
  margin: 0;
}

/************************************************
    当店における新型コロナウィルス感染症対策
*************************************************/
.sec-COVID-19 {
  font-size: 0.75em;
  background-color: white;
  padding: 4.6875rem 1.25rem;
  position: relative;
  z-index: 5;
}
.sec-COVID-19__title {
  color: #171c61;
  font-family: "Noto Serif JP", serif;
  font-size: 1.625em;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  box-sizing: border-box;
  max-width: 67.5rem;
  padding: 0.0444444444em 1em 0.0444444444em 1.06em;
  border: 1px solid currentColor;
  margin: 0 auto;
}
.sec-COVID-19 .YouTube {
  margin-top: 4.5625em;
}

/************************************************
    いぶき地のこだわり
*************************************************/
.sec-PR {
  color: white;
  font-size: 0.75em;
  background-color: #171c61;
  padding: 9.375rem 1.25rem 2.8125rem;
  margin-top: -5rem;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.sec-PR::before {
  content: "";
  display: block;
  background-size: 7.5rem auto;
  width: 100%;
  height: 100%;
  opacity: 0.28;
  position: absolute;
  left: 0;
  top: 0;
}
@supports ((background-image: -webkit-image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x)) or (background-image: image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x))) {
  .sec-PR::before {
    background-image: -webkit-image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x);
    background-image: image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x)) or (background-image: image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x))) {
  .sec-PR::before {
    background-image: url('../img/pattern02.png');
  }
}
_:-ms-lang(x)::-ms-backdrop, .sec-PR::before {
  background-image: url('../img/pattern02.png');
}

.sec-PR .sec__title {
  color: inherit;
  position: relative;
}
.sec-PR .sec__title::before, .sec-PR .sec__title::after {
  content: "";
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 50%;
}
.sec-PR .sec__title::before {
  width: 5.5em;
  height: 2.475em;
  top: -0.05em;
  transform: translateX(-9.575em);
}
@supports ((background-image: -webkit-image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x)) or (background-image: image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x))) {
  .sec-PR .sec__title::before {
    background-image: -webkit-image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x);
    background-image: image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x)) or (background-image: image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x))) {
  .sec-PR .sec__title::before {
    background-image: url('../img/fan01.png');
  }
}
_:-ms-lang(x)::-ms-backdrop, .sec-PR .sec__title::before {
  background-image: url('../img/fan01.png');
}

.sec-PR .sec__title::after {
  width: 3.875em;
  height: 2em;
  top: -0.25em;
  transform: translateX(4.8em);
}
@supports ((background-image: -webkit-image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x)) or (background-image: image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x))) {
  .sec-PR .sec__title::after {
    background-image: -webkit-image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x);
    background-image: image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x)) or (background-image: image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x))) {
  .sec-PR .sec__title::after {
    background-image: url('../img/fan02.png');
  }
}
_:-ms-lang(x)::-ms-backdrop, .sec-PR .sec__title::after {
  background-image: url('../img/fan02.png');
}

.sec-PR-list {
  max-width: 1180px;
  padding: 0;
  margin: 0.625em auto 0;
  position: relative;
}
.sec-PR-item {
  text-align: center;
  box-sizing: border-box;
  padding: 1.5625em 0;
}
.sec-PR-item .figure {
  margin: 0;
}
.sec-PR-item .photo {
  max-width: 150px;
  border-radius: 50%;
}
.sec-PR-item .caption {
  margin-top: 1.625em;
}
.sec-PR-item__title {
  font-size: 1.5em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.25;
  padding-left: 0.02em;
}
.sec-PR-item__content {
  font-size: 1em;
  letter-spacing: 0.02em;
  line-height: 1.75;
  padding-left: 0.02em;
  margin-top: 1.1875em;
}

/************************************************
    心込地食 いぶき地 本店のメニュー
*************************************************/
.sec-Menu {
  font-size: 0.75em;
  padding: 9.6875rem 1.25rem 4.6875rem;
  margin-top: -5rem;
  position: relative;
  z-index: 3;
}
.sec-Menu-menu {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.3125rem;
  margin: 0.1875em -1.25rem 0;
}
.sec-Menu-menu-item {
  box-sizing: border-box;
  width: 50%;
  max-width: 20.1875rem;
  padding: 0.3125rem;
  margin: 1em 0;
}
.sec-Menu-menu-item .figure {
  margin: 0;
}
.sec-Menu-menu-item .caption {
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.8285714286;
  margin-top: 0.75em;
}
.sec-Menu-menu-item__title {
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: inherit;
  margin: 0;
}
.sec-Menu-menu-item__content {
  font-size: 0.9375em;
  font-weight: 300;
}
.sec-Menu-menu-item__content p {
  margin: 0;
}
.sec-Menu__download {
  text-align: center;
  margin: 2.375em 0 0;
}

/************************************************
    お持ち帰り・お届け
*************************************************/
.sec-TakeOut {
  font-size: 0.75em;
  background-color: white;
  padding: 9.6875rem 1.25rem 4.6875rem;
  margin-top: -5rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.sec-Menu + .sec-TakeOut {
  padding-top: 7.1875rem;
  margin-top: -7.5rem;
}
.sec-TakeOut__title {
  color: white;
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.3846153846;
  text-align: center;
  background-size: 7.5rem auto;
  box-sizing: border-box;
  max-width: 58.125rem;
  padding: 0.7692307692em 1em 0.7692307692em 1.06em;
  border-radius: 0.3125rem;
  margin: 0 auto;
  position: relative;
}
@supports ((background-image: -webkit-image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x)) or (background-image: image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x))) {
  .sec-TakeOut__title {
    background-image: -webkit-image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x);
    background-image: image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x)) or (background-image: image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x))) {
  .sec-TakeOut__title {
    background-image: url('../img/pattern03.png');
  }
}
_:-ms-lang(x)::-ms-backdrop, .sec-TakeOut__title {
  background-image: url('../img/pattern03.png');
}
.sec-TakeOut__title::before, .sec-TakeOut__title::after {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 50%;
}
.sec-TakeOut__title::before {
  background-image: url('../img/decoration01.svg');
  width: 6.7948717949em;
  height: 2em;
  top: 0.6666666667em;
  transform: translateX(-16.358974359em);
}
.sec-TakeOut__title::after {
  background-image: url('../img/decoration02.svg');
  width: 6.5641025641em;
  height: 2.8205128205em;
  top: 1.8461538462em;
  transform: translateX(9.0512820513em);
}
.sec-TakeOut__title .text {
  position: relative;
  z-index: 2;
}
.sec-TakeOut-area {
  max-width: 79.875rem;
  padding: 1.875rem 1.25rem;
  border: 1px solid #171c61;
  margin: 4em auto 0;
}
.sec-TakeOut-area__content {
  font-size: 1em;
  line-height: 1.75;
  max-width: 53em;
  margin: 2.1875em auto 0;
}
.sec-TakeOut-area__content p {
  margin: 0;
}
.sec-TakeOut__note {
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  font-size: 1.6875em;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 1em 0 0;
}

/************************************************
    スタッフ募集
*************************************************/
.sec-Recruitment {
  font-size: 0.75em;
  background-size: 7.5rem auto;
  padding: 9.6875rem 1.25rem 4.6875rem;
  margin-top: -5rem;
}
@supports ((background-image: -webkit-image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x)) or (background-image: image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x))) {
  .sec-Recruitment {
    background-image: -webkit-image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x);
    background-image: image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x)) or (background-image: image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x))) {
  .sec-Recruitment {
    background-image: url('../img/pattern01.png');
  }
}
_:-ms-lang(x)::-ms-backdrop, .sec-Recruitment {
  background-image: url('../img/pattern01.png');
}
.sec-Recruitment-list {
  font-size: 1em;
  line-height: 1.5;
  max-width: 670px;
  border-top: 1px solid #a5a1a0;
  margin: 2.625em auto 0;
}
@supports (display: flow-root) {
  .sec-Recruitment-list {
    display: flow-root;
  }
}
@supports not (display: flow-root) {
  .sec-Recruitment-list::after {
    content: "";
    display: block;
    clear: both;
  }
}
_:-ms-lang(x)::-ms-backdrop, .sec-Recruitment-list::after {
  content: "";
  display: block;
  clear: both;
}

.sec-Recruitment-list .term {
  font-weight: 500;
  padding: 0.5625em 1em;
  float: left;
  clear: left;
}
.sec-Recruitment-list .description {
  padding: 0.6875em 1em 0.6875em 8em;
  margin: 0;
}
.sec-Recruitment-list .description:not(:last-of-type) {
  border-bottom: 1px solid #a5a1a0;
}
.sec-Recruitment-list .description p {
  margin: 0;
}
.sec-Recruitment .YouTube {
  margin-top: 4.375em;
}

/************************************************
    お問い合わせ
*************************************************/
.sec-Mail {
  font-size: 0.75em;
  text-align: center;
  background-position: center bottom;
  background-size: auto calc(100% - 5rem);
  padding: 9.6875rem 1.25rem 4.6875rem;
  margin-top: -5rem;
}
@supports ((background-image: -webkit-image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x)) or (background-image: image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x))) {
  .sec-Mail {
    background-image: -webkit-image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x);
    background-image: image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x);
  }
}
@supports not ((background-image: -webkit-image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x)) or (background-image: image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x))) {
  .sec-Mail {
    background-image: url('../img/sec-Mail.jpg');
  }
}
_:-ms-lang(x)::-ms-backdrop, .sec-Mail {
  background-image: url('../img/sec-Mail.jpg');
}
.sec-Mail__intro {
  font-size: 1em;
  line-height: 1.75;
  text-align: left;
  max-width: 40.625rem;
  margin: 2em auto 0;
}
.sec-Mail__intro p {
  margin: 0;
}
.sec-Mail .btn--mail {
  margin-top: 1.1578947368em;
}
@media (min-width: 48em) {
  body {
    min-width: 67.5rem;
    padding-top: 0;
  }
  .navigation {
    font-size: 1em;
  }
  .navigation-list {
    -js-display: flex;
    display: flex;
  }
  .navigation__item {
    padding: 1em;
  }
  .navigation__item a {
    padding: 0;
  }
  .slider-swiper {
    padding-bottom: 45px;
  }
  .btn--menu {
    font-size: 2.5rem;
  }
  .btn--mail {
    font-size: 2.375rem;
    padding-right: 5.0627631579em;
    padding-left: 5.2027631579em;
  }
  .pageTop {
    font-size: 1.125em;
    margin-top: -3.4444444444em;
  }
  @-moz-document url-prefix() {
    .pageTop {
      margin-top: -3.4722222222em;
    }
  }
  .sec__title {
    font-size: 2.5rem;
  }
  .header {
    -ms-grid-columns: 1fr minmax(-webkit-min-content, 1080px) 1fr;
    -ms-grid-columns: 1fr minmax(min-content, 1080px) 1fr;
    grid-template-columns: 1fr minmax(-webkit-min-content, 1080px) 1fr;
    grid-template-columns: 1fr minmax(min-content, 1080px) 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    background-size: 7.5rem auto;
    padding: 1.125em 1.25rem;
    position: static;
  }
  @supports ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))) {
    .header {
      background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x);
      background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x);
    }
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))) {
    .header {
      background-image: url('../img/pattern00.png');
    }
    @media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 48em) and (min-resolution: 2dppx) {
      .header {
        background-image: url('../img/pattern00@2x.png');
      }
    }
    @media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 3), screen and (min-width: 48em) and (min-resolution: 3dppx) {
      .header {
        background-image: url('../img/pattern00@3x.png');
      }
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .header {
    background-image: url('../img/pattern00.png');
  }
  .header::before {
    content: none;
  }
  .header .site-title {
    -ms-grid-column: 2;
    grid-column: 2;
    margin-right: 0.9375rem;
    margin-left: 0.9375rem;
  }
  .header .site-title .description {
    font-size: 0.6875em;
  }
  .header .site-title img {
    max-width: 17.125rem;
  }
  .header .toggle {
    display: none;
  }
  .header .modal {
    -ms-grid-column-span: 1;
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: end;
    align-self: end;
    background-color: transparent;
    padding: 0;
    margin-right: -1rem;
    visibility: visible;
    opacity: 1;
  }
  .header .navigation a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .footer {
    font-size: 1em;
  }
  .f__contact {
    text-align: center;
  }
  .sec-Greeting {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 0;
  }
  .sec-Greeting__intro {
    text-align: center;
  }
  .sec-ShopInfo {
    font-size: 1em;
    padding-top: 5.3125em;
    margin-top: 0;
  }
  .sec-ShopInfo-list {
    margin-top: 1.875em;
  }
  .sec-ShopInfo-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (minmax(-webkit-min-content, 33.75rem))[2] 1fr;
    -ms-grid-columns: 1fr (minmax(min-content, 33.75rem))[2] 1fr;
    grid-template-columns: 1fr repeat(2, minmax(-webkit-min-content, 33.75rem)) 1fr;
    grid-template-columns: 1fr repeat(2, minmax(min-content, 33.75rem)) 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .sec-ShopInfo-item + .sec-ShopInfo-item {
    margin-top: 3.75em;
  }
  .sec-ShopInfo-item__title {
    font-size: 2.9375em;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .sec-ShopInfo-item:nth-of-type(odd) .sec-ShopInfo-item__title {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .sec-ShopInfo-item:nth-of-type(even) .sec-ShopInfo-item__title {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .sec-ShopInfo-item .figure {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1 / -1;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr (minmax(-webkit-min-content, 33.75rem))[2] 1fr;
    -ms-grid-columns: 1fr (minmax(min-content, 33.75rem))[2] 1fr;
    grid-template-columns: 1fr repeat(2, minmax(-webkit-min-content, 33.75rem)) 1fr;
    grid-template-columns: 1fr repeat(2, minmax(min-content, 33.75rem)) 1fr;
  }
  .sec-ShopInfo-item .caption {
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .sec-ShopInfo-item:nth-of-type(odd) .caption {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .sec-ShopInfo-item:nth-of-type(even) .caption {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .sec-ShopInfo-item .photo {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-align: start;
    align-self: start;
    margin-top: -7.25em;
  }
  .sec-ShopInfo-item:nth-of-type(odd) .photo {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-column-align: end;
    justify-self: end;
  }
  .sec-ShopInfo-item:nth-of-type(even) .photo {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-column-align: start;
    justify-self: start;
  }
  .sec-COVID-19 {
    font-size: 1em;
    padding-top: 9.375rem;
    padding-bottom: 9.375rem;
  }
  .sec-COVID-19__title {
    font-size: 2.8125em;
  }
  .sec-PR {
    font-size: 1em;
    padding-top: 4.375rem;
    padding-bottom: 1.5625rem;
    margin-top: 0;
  }
  .sec-PR-list {
    -js-display: flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -0.9375em;
  }
  .sec-PR-item {
    width: calc(100% / 3);
    padding: 2.8125em;
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-PR-item {
    width: 33.3333333333%;
  }
  .sec-PR-item .photo {
    max-width: 250px;
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-PR-item .photo {
    max-width: 100%;
  }
  .sec-Menu {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 0;
  }
  .sec-Menu-menu-item {
    width: 25%;
  }
  .sec-TakeOut {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 0;
  }
  .sec-Menu + .sec-TakeOut {
    padding-top: 2.1875rem;
    margin-top: -4.0625rem;
  }
  .sec-TakeOut__title {
    font-size: 2.4375em;
  }
  .sec-TakeOut-area {
    margin-top: 6.25em;
  }
  .sec-TakeOut__note {
    font-size: 2.5em;
  }
  .sec-Recruitment {
    font-size: 1em;
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
    margin-top: 0;
  }
  .sec-Recruitment-list .description {
    padding-left: 14em;
  }
  .sec-Mail {
    font-size: 1em;
    background-position: center;
    background-size: auto 100%;
    padding-top: 7.65625rem;
    padding-bottom: 7.65625rem;
    margin-top: 0;
  }
  .sec-Mail__intro {
    text-align: center;
  }
  .sec-Mail__intro .phrase {
    display: inline-block;
  }
}
@media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 2), screen and (min-width: 48em) and (min-resolution: 2dppx) {
  _:-ms-lang(x)::-ms-backdrop, .header {
    background-image: url('../img/pattern00@2x.png');
  }
}
@media screen and (min-width: 48em) and (-webkit-min-device-pixel-ratio: 3), screen and (min-width: 48em) and (min-resolution: 3dppx) {
  _:-ms-lang(x)::-ms-backdrop, .header {
    background-image: url('../img/pattern00@3x.png');
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 2dppx) {
  @supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))){
    .header::before {
      background-image: url('../img/pattern00@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .header::before {
    background-image: url('../img/pattern00@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))){
    .header .modal {
      background-image: url('../img/pattern00@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .header .modal {
    background-image: url('../img/pattern00@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))){
    .footer {
      background-image: url('../img/pattern00@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .footer {
    background-image: url('../img/pattern00@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x)) or (background-image: image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x))){
    .sec-PR::before {
      background-image: url('../img/pattern02@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-PR::before {
    background-image: url('../img/pattern02@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x)) or (background-image: image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x))){
    .sec-PR .sec__title::before {
      background-image: url('../img/fan01@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-PR .sec__title::before {
    background-image: url('../img/fan01@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x)) or (background-image: image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x))){
    .sec-PR .sec__title::after {
      background-image: url('../img/fan02@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-PR .sec__title::after {
    background-image: url('../img/fan02@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x)) or (background-image: image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x))){
    .sec-TakeOut__title {
      background-image: url('../img/pattern03@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-TakeOut__title {
    background-image: url('../img/pattern03@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x)) or (background-image: image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x))){
    .sec-Recruitment {
      background-image: url('../img/pattern01@2x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-Recruitment {
    background-image: url('../img/pattern01@2x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x)) or (background-image: image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x))){
    .sec-Mail {
      background-image: url('../img/sec-Mail@2x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-Mail {
    background-image: url('../img/sec-Mail@2x.jpg');
  }
  }
@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min-resolution: 3dppx) {
  @supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))){
    .header::before {
      background-image: url('../img/pattern00@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .header::before {
    background-image: url('../img/pattern00@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))){
    .header .modal {
      background-image: url('../img/pattern00@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .header .modal {
    background-image: url('../img/pattern00@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x)) or (background-image: image-set(url('../img/pattern00.png') 1x, url('../img/pattern00@2x.png') 2x, url('../img/pattern00@3x.png') 3x))){
    .footer {
      background-image: url('../img/pattern00@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .footer {
    background-image: url('../img/pattern00@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x)) or (background-image: image-set(url('../img/pattern02.png') 1x, url('../img/pattern02@2x.png') 2x, url('../img/pattern02@3x.png') 3x))){
    .sec-PR::before {
      background-image: url('../img/pattern02@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-PR::before {
    background-image: url('../img/pattern02@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x)) or (background-image: image-set(url('../img/fan01.png') 1x, url('../img/fan01@2x.png') 2x, url('../img/fan01@3x.png') 3x))){
    .sec-PR .sec__title::before {
      background-image: url('../img/fan01@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-PR .sec__title::before {
    background-image: url('../img/fan01@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x)) or (background-image: image-set(url('../img/fan02.png') 1x, url('../img/fan02@2x.png') 2x, url('../img/fan02@3x.png') 3x))){
    .sec-PR .sec__title::after {
      background-image: url('../img/fan02@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-PR .sec__title::after {
    background-image: url('../img/fan02@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x)) or (background-image: image-set(url('../img/pattern03.png') 1x, url('../img/pattern03@2x.png') 2x, url('../img/pattern03@3x.png') 3x))){
    .sec-TakeOut__title {
      background-image: url('../img/pattern03@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-TakeOut__title {
    background-image: url('../img/pattern03@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x)) or (background-image: image-set(url('../img/pattern01.png') 1x, url('../img/pattern01@2x.png') 2x, url('../img/pattern01@3x.png') 3x))){
    .sec-Recruitment {
      background-image: url('../img/pattern01@3x.png');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-Recruitment {
    background-image: url('../img/pattern01@3x.png');
  }
  @supports not ((background-image: -webkit-image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x)) or (background-image: image-set(url('../img/sec-Mail.jpg') 1x, url('../img/sec-Mail@2x.jpg') 2x, url('../img/sec-Mail@3x.jpg') 3x))){
    .sec-Mail {
      background-image: url('../img/sec-Mail@3x.jpg');
    }
  }
  _:-ms-lang(x)::-ms-backdrop, .sec-Mail {
    background-image: url('../img/sec-Mail@3x.jpg');
  }
  }
/*# sourceMappingURL=../maps/style.css.map */