@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}
* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}
/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}
details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}
summary {
  display: list-item; /* Add the correct display in all browsers */
}
small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}
[hidden] {
  display: none; /* Add the correct display in IE */
}
abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}
a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}
pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}
b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}
/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}
iframe {
  border-style: none;
}
/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}
[type='search'] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}
textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}
button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}
optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}
button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}
button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}
/* Apply cursor pointer to button elements */
button,
[type='button'],
[type='reset'],
[type='submit'],
[role='button'] {
  cursor: pointer;
}
/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type='button'], /* Prevent a WebKit bug where (2) destroys native `audio` and `video`controls in Android 4 */
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}
/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}
a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}
/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}
select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}
::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}
/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}
/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}
/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}
/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy='true'] {
  cursor: progress;
}
/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}
/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled='true'] {
  cursor: default;
}
/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@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;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.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-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.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;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.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;
}
/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  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, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 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, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.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-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-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.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-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.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-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after,
.swiper-button-next: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,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms 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;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.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(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.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: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.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-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.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: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* 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%;
  -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-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 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: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > 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;
  -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:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .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);
  }
}
/* a11y */
.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,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.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,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.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-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-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  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-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;
}
@-webkit-keyframes wagon {
  100% {
    background-position: -2046px 0;
  }
}
@keyframes wagon {
  100% {
    background-position: -2046px 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.text-hide {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
}
/* Variables
//
// Variables should follow the `$component-state-property-size` formula for
// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.

//
// Color system
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}
body {
  width: 100%;
  overflow-y: scroll;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #5f5250;
  background: #fff;
}
@media (min-width: 901px) {
  body {
    font-size: 1.7rem;
    line-height: 4.2rem;
    letter-spacing: 0.04em;
  }
}
@media (max-width: 900px) {
  body {
    font-size: 1.3rem;
    line-height: 2.8rem;
    letter-spacing: 0.04em;
  }
}
body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}
img {
  vertical-align: bottom;
}
li {
  list-style: none;
}
a {
  color: #94b428;
  -webkit-tap-highlight-color: rgba(148, 180, 40, 0.2);
  text-decoration: none;
}
::-moz-selection {
  color: #fff;
  background: #94b428;
}
::selection {
  color: #fff;
  background: #94b428;
}
.btn--type1 {
  display: block;
  font-weight: bold;
  color: #5f5250;
  text-align: center;
  background: #fff;
  border: solid 2px #dae587;
  -webkit-transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
}
.btn--type1:hover {
  color: #fff;
  background: #5f5250;
  border-color: #5f5250;
}
.btn--type2 {
  font-size: 1.75rem;
  line-height: 4.4rem;
  display: block;
  width: 290px;
  margin: auto;
  font-weight: bold;
  color: #5f5250;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
}
.btn--type2:hover {
  color: #fff;
  background: #5f5250;
  border-color: #5f5250;
}
.btn--type2 + .btn--type2 {
  margin-top: 16px;
}
.btn--type3 {
  font-size: 1.4rem;
  line-height: 4rem;
  display: block;
  font-weight: bold;
  color: #5f5250;
  text-align: center;
  border: solid 1px #5f5250;
  border-radius: 20px;
}
.btn--type3:hover {
  color: #fff;
  background: #5f5250;
  border-color: #5f5250;
}
.btn--instagram {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url("../images/btn-instagram.png") left top no-repeat;
  background-size: 100% auto;
  border: 0;
}
@media (min-width: 901px) {
  .btn--instagram {
    width: 290px;
    height: 71px;
    margin: 20px auto 32px;
  }
}
@media (max-width: 900px) {
  .btn--instagram {
    width: 210px;
    height: 51px;
    margin: 20px auto 30px;
  }
}
.btn--instagram:hover {
  background-position: left bottom;
}
.btn--menu {
  position: relative;
  display: block;
  cursor: pointer;
  background: #5f5250;
}
@media (min-width: 901px) {
  .btn--menu {
    width: 134px;
    height: 42px;
    padding: 13px 0 0 53px;
    border-radius: 21px;
  }
}
@media (max-width: 900px) {
  .btn--menu {
    width: 96px;
    height: 30px;
    padding: 8px 0 0 37px;
    border-radius: 15px;
  }
}
.btn--menu .menu-text__default,
.btn--menu .menu-text__close {
  position: absolute;
  font-weight: bold;
  color: #fff;
}
@media (min-width: 901px) {
  .btn--menu .menu-text__default,
.btn--menu .menu-text__close {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
@media (max-width: 900px) {
  .btn--menu .menu-text__default,
.btn--menu .menu-text__close {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.btn--menu .menu-bars {
  position: absolute;
}
@media (min-width: 901px) {
  .btn--menu .menu-bars {
    top: 12px;
    left: 20px;
  }
}
@media (max-width: 900px) {
  .btn--menu .menu-bars {
    top: 9px;
    left: 14px;
  }
}
.btn--menu .menu-bar {
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 901px) {
  .btn--menu .menu-bar {
    width: 19px;
    height: 3px;
  }
}
@media (max-width: 900px) {
  .btn--menu .menu-bar {
    width: 13px;
    height: 2px;
  }
}
.btn--menu .menu-bar:nth-child(1) {
  top: 0;
  left: 0;
}
.btn--menu .menu-bar:nth-child(2) {
  left: 0;
}
@media (min-width: 901px) {
  .btn--menu .menu-bar:nth-child(2) {
    top: 7px;
  }
}
@media (max-width: 900px) {
  .btn--menu .menu-bar:nth-child(2) {
    top: 5px;
  }
}
.btn--menu .menu-bar:nth-child(3) {
  left: 0;
}
@media (min-width: 901px) {
  .btn--menu .menu-bar:nth-child(3) {
    top: 14px;
  }
}
@media (max-width: 900px) {
  .btn--menu .menu-bar:nth-child(3) {
    top: 10px;
  }
}
.btn--menu .menu-text__close {
  display: none;
}
.is-open .menu-text__close {
  display: block;
}
.is-open .menu-text__default {
  display: none;
}
.is-open .menu-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
@media (min-width: 901px) {
  .is-open .menu-bar:nth-child(1) {
    top: 2px;
    left: 7px;
  }
}
@media (max-width: 900px) {
  .is-open .menu-bar:nth-child(1) {
    top: 2px;
    left: 3px;
  }
}
.is-open .menu-bar:nth-child(2) {
  opacity: 0;
}
.is-open .menu-bar:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
@media (min-width: 901px) {
  .is-open .menu-bar:nth-child(3) {
    top: 2px;
    left: 0;
  }
}
@media (max-width: 900px) {
  .is-open .menu-bar:nth-child(3) {
    top: 2px;
    left: -2px;
  }
}
.section-contact {
  position: relative;
  background: #c9f176;
}
@media (min-width: 901px) {
  .section-contact {
    padding: 68px 0 302px;
    margin-bottom: 101px;
  }
}
@media (max-width: 900px) {
  .section-contact {
    padding: 59px 0 215px;
    margin-bottom: 52px;
  }
}
.contact__text {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 901px) {
  .contact__text {
    font-size: 1.96rem;
    line-height: 2.8rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 900px) {
  .contact__text {
    font-size: 1.4rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 901px) {
  .contact__btn {
    font-size: 1.96rem;
    line-height: 7rem;
    width: 300px;
    margin: 78px auto 0;
    border-radius: 38px;
  }
}
@media (max-width: 900px) {
  .contact__btn {
    font-size: 1.5rem;
    line-height: 4.9rem;
    width: 210px;
    margin: 50px auto 0;
    border-radius: 38px;
  }
}
.contact__image {
  position: absolute;
  left: calc(50% + 14px);
  margin: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 901px) {
  .contact__image {
    bottom: -55px;
    width: 341px;
  }
}
@media (max-width: 900px) {
  .contact__image {
    bottom: -38px;
    width: 241px;
  }
}
.footer {
  text-align: center;
}
@media (min-width: 901px) {
  .footer {
    margin-bottom: 64px;
  }
}
@media (max-width: 900px) {
  .footer {
    margin-bottom: 47px;
  }
}
.footer__logo {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
  background: url("../images/logo-shoyeido-02.svg") center top no-repeat;
  background-size: contain;
}
.edge .footer__logo {
  background-size: 100% auto;
}
@media (min-width: 901px) {
  .footer__logo {
    width: 223px;
    height: 36px;
    margin: 0 auto 92px;
  }
}
@media (max-width: 900px) {
  .footer__logo {
    width: 160px;
    height: 25px;
    margin: 0 auto 54px;
  }
}
@media (min-width: 901px) {
  .footer__copyright {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}
@media (max-width: 900px) {
  .footer__copyright {
    font-size: 1rem;
    line-height: 1rem;
  }
}
.header {
  position: fixed;
  right: 0;
  left: 0;
  display: none;
  margin: auto;
  background: #fff;
}
@media (min-width: 901px) {
  .header {
    top: 154px;
  }
}
@media (max-width: 900px) {
  .header {
    top: 77px;
    height: 55px;
  }
}
.header.is-show {
  display: block;
}
.header.is-fixed {
  display: block;
  -webkit-animation: fadeIn 400ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation: fadeIn 400ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.header__bg {
  position: sticky;
  top: 0;
  width: 100%;
}
@media (min-width: 901px) {
  .header__bg {
    height: 154px;
    background: url("../images/main-bg.jpg") center bottom repeat-x;
    background-size: 1400px auto;
  }
}
@media (max-width: 900px) {
  .header__bg {
    height: 77px;
    background: url("../images/main-bg_sp.png") center bottom no-repeat;
    background-size: 100% auto;
  }
}
.page--archive .header__bg {
  position: fixed;
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 901px) {
  .header__inner {
    max-width: 1188px;
    height: 108px;
    padding: 0 24px;
    margin: auto;
    background: #fff;
  }
}
.header__logo {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
  background: url("../images/logo-type2.svg") center top no-repeat;
  background-size: contain;
}
.edge .header__logo {
  background-size: 100% auto;
}
@media (min-width: 901px) {
  .header__logo {
    width: 142px;
    height: 66px;
    margin: 17px 0 0 6px;
  }
}
@media (max-width: 900px) {
  .header__logo {
    width: 71px;
    height: 36px;
    margin: 9px 0 0 26px;
  }
}
@media (min-width: 901px) {
  .header__menu {
    margin-top: 30px;
  }
}
@media (max-width: 900px) {
  .header__menu {
    margin: 12px 17px 12px auto;
  }
}
.nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding-top: 54px;
  background: #f9d3c3;
}
@media (min-width: 901px) {
  .nav {
    top: 262px;
  }
}
@media (max-width: 900px) {
  .nav {
    top: 131px;
  }
}
.nav.is-show {
  display: block;
  -webkit-animation: fadeIn 800ms cubic-bezier(0.25, 1, 0.5, 1);
  animation: fadeIn 800ms cubic-bezier(0.25, 1, 0.5, 1);
}
.nav .btn--instagram {
  width: 210px;
  height: 51px;
  margin: 51px auto 32px;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(95, 82, 80, 0.6);
}
.modal.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 800ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation: fadeIn 800ms cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
.modal__image {
  margin-bottom: 48px;
}
.modal__content {
  position: relative;
  width: 345px;
  margin: auto;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
}
.modal__logo {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
  background: url("../images/logo-shoyeido-02.svg") center top no-repeat;
  background-size: contain;
  width: 220px;
  height: 32px;
  margin: 0 auto 43px;
}
.edge .modal__logo {
  background-size: 100% auto;
}
.modal__body {
  width: 245px;
  padding-bottom: 50px;
  margin: auto;
}
.modal__title {
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
}
.modal__text {
  font-size: 1.3rem;
  line-height: 2.4rem;
  margin-bottom: 26px;
}
.modal__btn {
  width: 234px;
  margin: auto;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 40px;
  cursor: pointer;
}
.modal-close__bar {
  position: absolute;
  display: block;
  width: 19px;
  height: 3px;
  background: #fff;
  border-radius: 2px;
}
.modal-close__bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
@media (min-width: 901px) {
  .modal-close__bar:nth-child(1) {
    top: 2px;
    left: 7px;
  }
}
@media (max-width: 900px) {
  .modal-close__bar:nth-child(1) {
    top: 2px;
    left: 2px;
  }
}
.modal-close__bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
@media (min-width: 901px) {
  .modal-close__bar:nth-child(2) {
    top: 2px;
    left: 0;
  }
}
@media (max-width: 900px) {
  .modal-close__bar:nth-child(2) {
    top: 2px;
    left: -2px;
  }
}
.heading--type1 {
  font-weight: bold;
  text-align: center;
}
@media (min-width: 901px) {
  .heading--type1 {
    font-size: 3.15rem;
    line-height: 4rem;
    letter-spacing: 0.1em;
    margin-bottom: 46px;
  }
}
@media (max-width: 900px) {
  .heading--type1 {
    font-size: 2.25rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 901px) {
  .text--type1 {
    font-size: 1.75rem;
    line-height: 3.2rem;
  }
}
@media (max-width: 900px) {
  .text--type1 {
    font-size: 1.3rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 900px) {
  .page--archive {
    padding-top: 131px;
  }
}
@media (min-width: 901px) {
  .page--archive {
    padding-top: 262px;
  }
}
.archive {
  margin-bottom: 89px;
}
.archive__list {
  max-width: 540px;
  padding: 0 12px;
  margin: auto;
}
.archive__list li + li {
  padding-top: 60px;
  margin-top: 60px;
  border-top: solid 1px #5f5250;
}
.archive__title {
  font-size: 1.75rem;
  line-height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 60px 0;
  margin-bottom: 25px;
  font-weight: bold;
  text-align: center;
  background: #dae587;
}
.archive__btn {
  font-size: 1.2rem;
  line-height: 3.8rem;
  width: 216px;
  margin: 59px auto 0;
  border-radius: 20px;
}
.section-about {
  text-align: center;
}
@media (min-width: 901px) {
  .section-about {
    padding-top: 47px;
    padding-bottom: 79px;
  }
}
@media (max-width: 900px) {
  .section-about {
    padding-top: 33px;
    padding-bottom: 35px;
  }
}
.about__title {
  font-weight: normal;
  color: #94b428;
}
@media (min-width: 901px) {
  .about__title {
    font-size: 2.2rem;
    line-height: 5.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}
@media (max-width: 900px) {
  .about__title {
    font-size: 2rem;
    line-height: 4.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 38px;
  }
}
.about__lead {
  font-weight: bold;
}
@media (min-width: 901px) {
  .about__lead {
    font-size: 1.7rem;
    line-height: 5.6rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 900px) {
  .about__lead {
    font-size: 1.2rem;
    line-height: 4rem;
    letter-spacing: 0.1em;
  }
}
@media (min-width: 901px) {
  .about__text {
    margin-bottom: 34px;
  }
}
@media (max-width: 900px) {
  .about__text {
    margin-bottom: 58px;
  }
}
.about__movie {
  max-width: 1224px;
  margin: auto;
}
.about__movie .embed {
  position: relative;
  padding-top: 56.25%;
  margin: auto;
}
.about__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-feature {
  margin-bottom: 75px;
}
@media (min-width: 901px) {
  .feature__header {
    width: 606px;
    margin: 0 auto 53px;
  }
}
@media (max-width: 900px) {
  .feature__header {
    width: 100%;
    max-width: 375px;
    margin: 54px auto 26px;
  }
}
@media (min-width: 901px) {
  .feature-music {
    margin-bottom: 68px;
  }
}
@media (max-width: 900px) {
  .feature-music {
    margin-bottom: 73px;
  }
}
.feature-music__heading {
  margin-bottom: 27px;
  text-align: center;
}
.feature-music__heading span {
  position: relative;
  font-weight: bold;
}
.feature-music__heading span::before,
.feature-music__heading span::after {
  position: absolute;
  display: block;
  width: 2px;
  content: "";
  background: #5f5250;
}
@media (min-width: 901px) {
  .feature-music__heading span::before,
.feature-music__heading span::after {
    top: 1px;
    height: 26px;
  }
}
@media (max-width: 900px) {
  .feature-music__heading span::before,
.feature-music__heading span::after {
    top: 0;
    height: 18px;
  }
}
.feature-music__heading span::before {
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
}
@media (min-width: 901px) {
  .feature-music__heading span::before {
    left: -25px;
  }
}
@media (max-width: 900px) {
  .feature-music__heading span::before {
    left: -18px;
  }
}
.feature-music__heading span::after {
  -webkit-transform: rotate(33deg);
  transform: rotate(33deg);
}
@media (min-width: 901px) {
  .feature-music__heading span::after {
    right: -20px;
  }
}
@media (max-width: 900px) {
  .feature-music__heading span::after {
    right: -12px;
  }
}
.feature-music__btn {
  position: relative;
  display: block;
  margin: auto;
  margin-bottom: 24px;
  font-weight: bold;
  color: #5f5250;
  cursor: pointer;
  background: #f9d3c3;
  border-radius: 28px;
}
@media (min-width: 901px) {
  .feature-music__btn {
    font-size: 1.75rem;
    line-height: 5.6rem;
    letter-spacing: 0.1em;
    width: 351px;
    height: auto;
    padding-left: 37px;
  }
}
@media (max-width: 900px) {
  .feature-music__btn {
    font-size: 1.25rem;
    line-height: 4rem;
    letter-spacing: 0.1em;
    width: 250px;
    height: auto;
    padding-left: 20px;
  }
}
.feature-music__btn audio {
  display: none;
}
.feature-music__btn:hover {
  color: #fff;
  background: #5f5250;
}
.feature-music__play {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
  background: url("../images/icon-play.svg") center top no-repeat;
  background-size: contain;
  position: absolute;
}
.edge .feature-music__play {
  background-size: 100% auto;
}
@media (min-width: 901px) {
  .feature-music__play {
    top: 14px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 900px) {
  .feature-music__play {
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.feature-music__play.is-hidden {
  display: none;
}
.feature-music__stop {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
  background: url("../images/icon-stop.svg") center top no-repeat;
  background-size: contain;
  position: absolute;
}
.edge .feature-music__stop {
  background-size: 100% auto;
}
@media (min-width: 901px) {
  .feature-music__stop {
    top: 14px;
    right: 15px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 900px) {
  .feature-music__stop {
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
  }
}
.future-music__text {
  text-align: center;
}
@media (min-width: 901px) {
  .feature__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1224px;
    margin: 0 auto 75px;
  }
}
@media (max-width: 900px) {
  .feature__list {
    margin: 0 5px 70px;
  }
}
@media (min-width: 901px) {
  .feature__list li {
    width: 31.862745098%;
  }
}
@media (max-width: 900px) {
  .feature__list li + li {
    margin-top: 38px;
  }
}
.feature__image {
  position: relative;
  overflow: hidden;
}
@media (min-width: 901px) {
  .feature__image {
    margin-bottom: 31px;
  }
}
@media (max-width: 900px) {
  .feature__image {
    margin-bottom: 25px;
  }
}
.feature__frame--tl,
.feature__frame--tr,
.feature__frame--bl,
.feature__frame--br {
  position: absolute;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}
.feature__frame--tl {
  top: -14px;
  left: -14px;
}
.feature__frame--tr {
  top: -14px;
  right: -14px;
}
.feature__frame--bl {
  bottom: -14px;
  left: -14px;
}
.feature__frame--br {
  right: -14px;
  bottom: -14px;
}
@media (min-width: 901px) {
  .feature__text {
    font-size: 1.75rem;
    line-height: 3.2rem;
    margin: 0 10px;
  }
}
@media (max-width: 900px) {
  .feature__text {
    font-size: 1.3rem;
    line-height: 2.25rem;
    margin: 0 24px;
  }
}
@media (min-width: 901px) {
  .feature__btn {
    font-size: 1.75rem;
    line-height: 5.3rem;
    width: 310px;
    margin: 16px auto 0;
    border-radius: 28px;
  }
}
@media (max-width: 900px) {
  .feature__btn {
    font-size: 1.2rem;
    line-height: 4rem;
    width: 220px;
    margin: 21px auto 0;
    border-radius: 20px;
  }
}
.pv--full {
  position: relative;
  padding-top: 56.25%;
}
.pv--full iframe {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 901px) {
  .products-header {
    height: 513px;
    margin-bottom: 43px;
    background: url("../images/bg-kemuri.png") 42.1% bottom no-repeat;
    background-size: 1209px auto;
  }
}
@media (max-width: 900px) {
  .products-header {
    position: relative;
    height: 429px;
    margin-bottom: 11px;
    background: url("../images/bg-kemuri_sp.png") center bottom no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 900px) {
  .products-header::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 111px;
    content: "";
    background: #fff;
  }
}
.products-header__inner {
  margin: auto;
}
@media (min-width: 901px) {
  .products-header__inner {
    width: 330px;
    padding-top: 76px;
  }
}
@media (max-width: 900px) {
  .products-header__inner {
    width: 230px;
    padding-top: 111px;
    margin: 0 auto;
  }
}
@media (max-width: 900px) {
  .products__title {
    margin-bottom: 55px;
  }
}
@media (min-width: 901px) {
  .products__contents {
    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;
    max-width: 1063px;
    padding: 0 24px;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .products__contents {
    margin: 0 15px;
  }
}
@media (min-width: 901px) {
  .products__contents li {
    width: 47.5862068966%;
  }
}
@media (min-width: 901px) {
  .products__contents li:nth-child(n+3) {
    margin-top: 122px;
  }
}
@media (max-width: 900px) {
  .products__contents li + li {
    margin-top: 56px;
  }
}
@media (min-width: 901px) {
  .products__image {
    margin-bottom: 37px;
  }
}
@media (max-width: 900px) {
  .products__image {
    margin-bottom: 26px;
  }
}
@media (min-width: 901px) {
  .products__text {
    margin-left: 23px;
  }
}
@media (max-width: 900px) {
  .products__text {
    margin-left: 17px;
  }
}
.products__heading {
  font-weight: bold;
}
@media (min-width: 901px) {
  .products__heading {
    font-size: 2.1rem;
    line-height: 2.4rem;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
  }
}
@media (max-width: 900px) {
  .products__heading {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.01em;
    margin-bottom: 10px;
  }
}
@media (min-width: 901px) {
  .products__description {
    font-size: 1.82rem;
    line-height: 3.15rem;
    letter-spacing: 0.1em;
  }
}
@media (max-width: 900px) {
  .products__description {
    font-size: 1.3rem;
    line-height: 2.25rem;
  }
}
.section-shoyeido {
  text-align: center;
}
@media (min-width: 901px) {
  .section-shoyeido {
    padding: 113px 0 110px;
  }
}
@media (max-width: 900px) {
  .section-shoyeido {
    padding: 55px 0 66px;
  }
}
.shoyeido__title {
  font-weight: bold;
}
@media (min-width: 901px) {
  .shoyeido__title {
    font-size: 2.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    margin-bottom: 74px;
  }
}
@media (max-width: 900px) {
  .shoyeido__title {
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: 0.1em;
    margin-bottom: 36px;
  }
}
.shoyeido__bnr {
  position: relative;
  z-index: 2;
  display: block;
  font-weight: bold;
  color: #5f5250;
  cursor: pointer;
  border: solid 1px #5f5250;
}
@media (min-width: 901px) {
  .shoyeido__bnr {
    font-size: 2.2rem;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    width: 532px;
    height: 244px;
    padding: 106px 0 0 288px;
    margin: auto;
    background: url("../images/bnr-shoyeido.jpg") left center no-repeat;
    background-size: 288px auto;
  }
}
@media (max-width: 900px) {
  .shoyeido__bnr {
    font-size: 1.4rem;
    line-height: 3.2rem;
    letter-spacing: 0.1em;
    max-width: 335px;
    height: 152px;
    padding: 58px 0 0 183px;
    margin: auto;
    background: url("../images/bnr-shoyeido.jpg") left center no-repeat;
    background-size: 182px auto;
  }
}
.shoyeido__bnr:hover {
  outline: solid 3px #5f5250;
}
.section-trip {
  text-align: center;
}
@media (min-width: 901px) {
  .section-trip {
    margin-top: 10px;
    margin-bottom: 110px;
  }
}
@media (max-width: 900px) {
  .section-trip {
    margin-top: 14px;
    margin-bottom: 54px;
  }
}
@media (min-width: 901px) {
  .trip__text {
    font-size: 1.75rem;
    line-height: 4rem;
    margin-top: 33px;
  }
}
@media (max-width: 900px) {
  .trip__text {
    font-size: 1.2rem;
    line-height: 2.8rem;
    margin-top: 24px;
  }
}
@media (min-width: 901px) {
  .slider .swiper {
    padding-bottom: 24px;
  }
}
@media (max-width: 900px) {
  .slider .swiper {
    padding-bottom: 17px;
  }
}
.slider .swiper-pagination {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slider .swiper-pagination-bullet {
  width: 33px;
  height: 4px;
  background: #e6d3d2;
  border-radius: 0;
  opacity: 1;
}
.slider .swiper-pagination-bullet-active {
  background: #94b428;
}
@media (min-width: 901px) {
  .slider .swiper-slide {
    width: 525px;
  }
}
@media (max-width: 900px) {
  .slider .swiper-slide {
    width: 100%;
  }
}
@media (min-width: 901px) {
  .hero {
    height: 900px;
    margin-bottom: 136px;
    margin-bottom: -154px;
    background: url("../images/main-bg.jpg") center bottom repeat-x;
    background-size: 1400px 900px;
  }
}
@media (max-width: 900px) {
  .hero {
    position: relative;
    padding-top: 152%;
    margin-bottom: -77px;
    background: url("../images/main-bg_sp.png") center bottom no-repeat;
    background-size: 100% auto;
  }
}
.hero__inner {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 901px) {
  .hero__inner {
    position: relative;
    max-width: 900px;
    height: 760px;
    padding-top: 142px;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .hero__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 16.86666%;
  }
}
.hero__img {
  position: absolute;
}
@media (min-width: 901px) {
  .hero__img {
    top: -145px;
    left: -140px;
    width: 1009px;
  }
}
@media (max-width: 900px) {
  .hero__img {
    height: 805px;
    background: url("../images/main_sp.jpg") center top no-repeat;
    background-size: 100% auto;
  }
}
.hero__logo {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
  background: url("../images/logo-shoyeido.svg") center top no-repeat;
  background-size: contain;
  position: relative;
}
.edge .hero__logo {
  background-size: 100% auto;
}
@media (min-width: 901px) {
  .hero__logo {
    width: 161px;
    height: 25px;
    margin-bottom: 67px;
  }
}
@media (max-width: 900px) {
  .hero__logo {
    width: 112px;
    height: 17px;
    margin-bottom: 27px;
  }
}
.hero__title {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  border: 0;
  background: url("../images/logo-wagon.svg") center top no-repeat;
  background-size: contain;
  position: relative;
}
.edge .hero__title {
  background-size: 100% auto;
}
@media (min-width: 901px) {
  .hero__title {
    width: 290px;
    height: 188px;
  }
}
@media (max-width: 900px) {
  .hero__title {
    width: 202px;
    height: 136px;
  }
}
.hero__wagon {
  position: sticky;
  left: 50%;
  -webkit-transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@media (min-width: 901px) {
  .hero__wagon {
    top: 136px;
    width: 180px;
    height: 129px;
    margin-top: -40px;
  }
}
@media (max-width: 900px) {
  .hero__wagon {
    top: 53px;
    width: 131px;
    height: 89px;
    margin-top: -26px;
  }
}
@media (min-width: 901px) {
  .hero__wagon.is-small, .is-fixed .hero__wagon {
    width: 169px;
    height: 115px;
  }
}
@media (max-width: 900px) {
  .hero__wagon.is-small, .is-fixed .hero__wagon {
    width: 106px;
    height: 69px;
  }
}
.page--archive .hero__wagon {
  position: fixed;
}
@media (min-width: 901px) {
  .page--archive .hero__wagon {
    top: 178px;
  }
}
@media (max-width: 900px) {
  .page--archive .hero__wagon {
    top: 79px;
  }
}
.section-products {
  background: #dae587;
}
@media (min-width: 901px) {
  .section-products {
    padding-bottom: 101px;
  }
}
@media (max-width: 900px) {
  .section-products {
    padding-bottom: 36px;
  }
}
.section-schedule {
  background: #f9d3c3;
}
@media (min-width: 901px) {
  .section-schedule {
    padding-bottom: 109px;
  }
}
@media (max-width: 900px) {
  .section-schedule {
    padding-bottom: 66px;
  }
}
@media (min-width: 901px) {
  .schedule-header {
    height: 513px;
    margin-bottom: 28px;
    background: url("../images/bg-kemuri.png") 42.1% bottom no-repeat;
    background-size: 1206px auto;
  }
}
@media (max-width: 900px) {
  .schedule-header {
    position: relative;
    height: 434px;
    padding-top: 116px;
    margin-bottom: 8px;
    background: url("../images/bg-kemuri_sp.png") center bottom no-repeat;
    background-size: 100% auto;
  }
}
@media (max-width: 900px) {
  .schedule-header::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 116px;
    content: "";
    background: #fff;
  }
}
.schedule-header__inner {
  margin: auto;
}
@media (min-width: 901px) {
  .schedule-header__inner {
    width: 330px;
    padding-top: 78px;
  }
}
@media (max-width: 900px) {
  .schedule-header__inner {
    width: 230px;
  }
}
@media (max-width: 900px) {
  .schedule__title {
    margin-bottom: 36px;
  }
}
@media (min-width: 901px) {
  .schedule__contents {
    max-width: 683px;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .schedule__contents {
    margin: 0 14px;
  }
}
.schedule-article--type1 {
  background: #fff;
  border-radius: 6px;
}
@media (min-width: 901px) {
  .schedule-article--type1 {
    padding: 29px 16px 30px;
  }
}
@media (max-width: 900px) {
  .schedule-article--type1 {
    padding: 19px 12px 18px;
  }
}
.schedule-article--type1 + .schedule-article--type1 {
  margin-top: 18px;
}
@media (min-width: 901px) {
  .schedule-article--type2 {
    padding: 29px 0 30px;
  }
}
@media (max-width: 900px) {
  .schedule-article--type2 {
    padding: 19px 0 18px;
  }
}
.schedule-article--type2 + .schedule-article--type2 {
  margin-top: 18px;
}
@media (min-width: 901px) {
  .schedule-article__title {
    font-size: 1.96rem;
    line-height: 2.4rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 900px) {
  .schedule-article__title {
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 15px;
  }
}
.schedule-article__table {
  width: calc(100% - 10px);
  margin: 0 5px;
  table-layout: fixed;
  border-collapse: collapse;
}
.schedule-article__table th,
.schedule-article__table td {
  vertical-align: middle;
  border: solid 1px #5f5250;
}
@media (min-width: 901px) {
  .schedule-article__table th,
.schedule-article__table td {
    font-size: 1.75rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 900px) {
  .schedule-article__table th,
.schedule-article__table td {
    font-size: 1.25rem;
    line-height: 2rem;
  }
}
.schedule-article__table th {
  text-align: center;
}
@media (min-width: 901px) {
  .schedule-article__table th {
    width: 95px;
    padding: 14px 0 13px;
  }
}
@media (max-width: 900px) {
  .schedule-article__table th {
    width: 67px;
    padding: 10px 0 9px;
  }
}
@media (min-width: 901px) {
  .schedule-article__table td {
    padding: 14px 28px 13px;
  }
}
@media (max-width: 900px) {
  .schedule-article__table td {
    padding: 10px 20px 9px;
  }
}
.schedule-article__table a {
  word-break: break-all;
}
.schedule-article__map {
  position: relative;
}
@media (min-width: 901px) {
  .schedule-article__map {
    padding-top: 61.3496932515%;
  }
}
@media (max-width: 900px) {
  .schedule-article__map {
    padding-top: 160%;
  }
}
.schedule-article__map iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 901px) {
  .scheadule-caption {
    font-size: 1.82rem;
    line-height: 3.15rem;
    width: 409px;
    margin: auto;
  }
}
@media (max-width: 900px) {
  .scheadule-caption {
    font-size: 1.3rem;
    line-height: 2.25rem;
    margin: 0 28px;
  }
}
@media (min-width: 901px) {
  .schedule__archive {
    font-size: 1.96rem;
    line-height: 7rem;
    width: 380px;
    margin: 45px auto 75px;
    border-radius: 38px;
  }
}
@media (max-width: 900px) {
  .schedule__archive {
    font-size: 1.4rem;
    line-height: 5rem;
    width: 273px;
    margin: 46px auto;
    border-radius: 25px;
  }
}
@media (min-width: 901px) {
  .anchor {
    padding-top: 262px;
    margin-top: -262px;
  }
}
@media (max-width: 900px) {
  .anchor {
    padding-top: 131px;
    margin-top: -131px;
  }
}
@media (min-width: 901px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .hidden-sm {
    display: none !important;
  }
}
.img-responsive {
  width: 100%;
  max-width: 100%;
}
.header,
.nav {
  z-index: 100;
}
.hero__wagon,
.header__bg {
  z-index: 200;
}
.hero__img {
  z-index: 300;
}
.hero__logo,
.hero__title {
  z-index: 400;
}
.modal {
  z-index: 500;
}