/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Marcellus&family=Noto+Sans+JP:wght@400;700&display=swap);
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./src/sass/style.scss (1) ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8"; /*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

:root {
  --color-base: #34332f;
  --color-primary: #0d4808;
  --color-secondary: #b29009;
  --color-white: #fff;
  --bg-base: #fff;
  --bg-primary: #f5f4ed;
  --bg-secondary: #34332f;
  --body-font: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-family-sans-serif: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  --font-family-serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-family-original: "Marcellus", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --line-height-base: 1.6;
  --line-height-large: 2.8;
  --line-height-small: 1.4;
}

/* 16px */
/* 14px-15px */
/* 24px-32px */
/* 12px-14px */
/* 16px-20px */
/* 18px-24px */
/* 24px-28px */
/* 24px-40px */
/* 30px-64px */
@keyframes zoom {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes show {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
* {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  line-height: var(--line-height-base);
}

html.is-fixed body {
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
}

body {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 700;
  font-feature-settings: "palt";
  line-height: var(--line-height-base);
  letter-spacing: 2px;
  background-color: var(--color-white);
  transition: 0.5s background-color;
  overflow-x: hidden;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 99;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease;
}

main.--bg {
  background-color: var(--bg-primary);
}

p {
  font-size: 16px;
  color: var(--color-base);
}

h1 {
  font-size: clamp(30px, 8px + 5.6vw, 64px);
}

h2 {
  font-size: clamp(24px, 10px + 2vw, 40px);
}

h3 {
  font-size: clamp(18px, 6px + 1.6vw, 28px);
}

h4 {
  font-size: clamp(18px, 6px + 1.8vw, 24px);
}

h5 {
  font-size: clamp(1rem, 0.875rem + 0.4vw, 1.25rem);
}

h6 {
  font-size: clamp(12px, 4px + 0.4vw, 14px);
}

a {
  color: #34332f;
  transition: opacity 0.5s;
  word-break: break-all;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  opacity: 0.8;
}
a:focus-visible {
  outline: none;
}

dt, dd {
  font-size: 16px;
}

input:not([class]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input:not([class]):focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

textarea:not([class]) {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:not([class]):focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

button {
  -webkit-appearance: button;
  background-color: transparent;
  border-color: rgb(216, 216, 216) rgb(209, 209, 209) rgb(186, 186, 186);
  border-style: solid;
  border-width: 1px;
  padding: 1px 7px 2px;
  text-rendering: auto;
  color: initial;
  display: inline-block;
  text-align: start;
  margin: 0em;
  font: 400 11px system-ui;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

html.is-fixed body {
  height: 100%;
  overflow: hidden;
}

.js-effect {
  --duration: .6s;
  --timing-function: ease;
  transition: opacity var(--duration) var(--timing-function), transform var(--duration) var(--timing-function);
}
.js-effect[data-animated=false] {
  opacity: 0;
  transform: scale(0.9, 0.9);
}
.js-effect[data-animated=true] {
  opacity: 1;
  transform: scale(1, 1);
}

.l-section.--bg {
  padding: 80px 0;
  background-color: var(--bg-primary);
}
@media (min-width: 768px) {
  .l-section.--bg {
    padding: 140px 0;
  }
}

.l-section__inner {
  max-width: 1230px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .l-section__inner {
    padding: 0 40px;
  }
}

.l-top--contents {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .l-top--contents {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .l-top--contents {
    margin-top: 160px;
  }
}

.l-bottom--contents {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .l-bottom--contents {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .l-bottom--contents {
    margin-bottom: 160px;
  }
}

.l-top--xxxlarge {
  margin-top: 140px;
}
@media (min-width: 768px) {
  .l-top--xxxlarge {
    margin-top: 180px;
  }
}
@media (min-width: 992px) {
  .l-top--xxxlarge {
    margin-top: 220px;
  }
}

.l-bottom--xxxlarge {
  margin-bottom: 140px;
}
@media (min-width: 768px) {
  .l-bottom--xxxlarge {
    margin-bottom: 180px;
  }
}
@media (min-width: 992px) {
  .l-bottom--xxxlarge {
    margin-bottom: 220px;
  }
}

.l-top--xxlarge {
  margin-top: 100px;
}
@media (min-width: 768px) {
  .l-top--xxlarge {
    margin-top: 120px;
  }
}
@media (min-width: 992px) {
  .l-top--xxlarge {
    margin-top: 140px;
  }
}

.l-bottom--xxlarge {
  margin-bottom: 100px;
}
@media (min-width: 768px) {
  .l-bottom--xxlarge {
    margin-bottom: 120px;
  }
}
@media (min-width: 992px) {
  .l-bottom--xxlarge {
    margin-bottom: 140px;
  }
}

.l-top--xlarge {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .l-top--xlarge {
    margin-top: 100px;
  }
}

.l-bottom--xlarge {
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .l-bottom--xlarge {
    margin-bottom: 100px;
  }
}

.l-top--large {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .l-top--large {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .l-top--large {
    margin-top: 60px;
  }
}

.l-bottom--large {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .l-bottom--large {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .l-bottom--large {
    margin-bottom: 60px;
  }
}

.l-top--medium {
  margin-top: 40px;
}

.l-bottom--medium {
  margin-bottom: 40px;
}

.l-top--small {
  margin-top: 10px;
}

.p-mv {
  position: relative;
  width: 100vw;
  height: calc(var(--vh, 1vh) * 100);
  margin-bottom: 60px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .p-mv {
    margin-bottom: 100px;
  }
}

.p-mv__movie {
  position: relative;
  width: 100%;
  height: 100%;
}
.p-mv__movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__movie::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/bg_effect.png) repeat;
  opacity: 0.4;
}
.p-mv__movie::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--bg-secondary);
  opacity: 0.2;
}

.p-mv__contents {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}

.p-mv__logo {
  max-width: 142px;
  width: 40%;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .p-mv__logo {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.p-mv__logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

.p-mv__title {
  display: inline-block;
  font-family: var(--font-family-original);
  font-size: clamp(18px, 6px + 1.8vw, 24px);
  color: var(--color-white);
}
.p-mv__title .br-sm {
  display: block;
}
@media (min-width: 768px) {
  .p-mv__title .br-sm {
    display: none;
  }
}

.p-head {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .p-head {
    margin-bottom: 80px;
  }
}

.p-head__bg {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-head__bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.p-head__contents {
  position: relative;
  z-index: 3;
  padding: 200px 15px 20px;
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .p-head__contents {
    padding: 300px 40px 40px;
  }
}
.p-head__contents h1 {
  font-family: var(--font-family-original);
  font-size: clamp(30px, 8px + 5.6vw, 64px);
  color: var(--color-white);
  text-transform: uppercase;
  line-height: 1.2;
  overflow: hidden;
}
.p-head__contents p {
  font-family: var(--font-family-serif);
  font-size: clamp(18px, 6px + 1.6vw, 28px);
  color: var(--color-white);
  overflow: hidden;
}
.p-head__contents h1 span,
.p-head__contents p span {
  display: inline-block;
  transform: translateY(100%);
}
.p-head__contents h1.js-active span,
.p-head__contents p.js-active span {
  animation-name: show;
  animation-timing-function: ease-out;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}

@media (min-width: 992px) {
  .p-about__contents {
    display: flex;
    flex-direction: row-reverse;
    -moz-column-gap: 60px;
         column-gap: 60px;
  }
}

.p-about__image.swiper {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .p-about__image.swiper {
    width: 60%;
    min-width: 500px;
    margin: 0 auto 60px;
  }
}
@media (min-width: 992px) {
  .p-about__image.swiper {
    min-width: auto;
    width: calc(40% + 50px);
    margin-top: 20px;
    margin-right: -50px;
    margin-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .p-about__image.swiper {
    width: calc(50% + 100px);
    margin-right: -100px;
  }
}

@media (min-width: 992px) {
  .p-about__desc {
    width: calc(60% - 60px);
  }
}
@media (min-width: 1230px) {
  .p-about__desc {
    width: calc(50% - 60px);
  }
}

.p-about__desc__text {
  line-height: var(--line-height-base);
}
@media (min-width: 768px) {
  .p-about__desc__text {
    line-height: var(--line-height-large);
  }
}

.p-about__view {
  position: relative;
}

.p-about__view__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.p-about__view__inner {
  max-width: 1230px;
  width: 100%;
  padding: 40vw 15px 20vw;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .p-about__view__inner {
    padding: 40vw 40px 20vw;
  }
}
@media (min-width: 768px) {
  .p-about__view__inner {
    text-align: right;
    padding: 20vw 40px 10vw;
  }
}

.p-about__view__text {
  display: inline-block;
  position: relative;
  color: var(--color-white);
  line-height: var(--line-height-base);
  z-index: 2;
}
@media (min-width: 768px) {
  .p-about__view__text {
    text-align: left;
    line-height: var(--line-height-large);
  }
}

.p-foods__wrap {
  position: relative;
  margin-bottom: 60px;
}

.p-foods__bg {
  position: absolute;
  top: -80px;
  bottom: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-foods__bg {
    top: -140px;
  }
}

.p-foods__bg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-foods__contents {
  position: relative;
  max-width: 1230px;
  width: 100%;
  padding: 0 15px 80px;
  margin: 0 auto;
  z-index: 3;
}
@media (min-width: 576px) {
  .p-foods__contents {
    padding: 0 40px 140px;
  }
}

.p-foods__text {
  line-height: var(--line-height-base);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-foods__text {
    line-height: var(--line-height-large);
    margin-bottom: 60px;
  }
}

.p-foods__image.swiper {
  margin-top: 80px;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .p-foods__image.swiper {
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media (min-width: 768px) {
  .p-foods__image.swiper {
    margin-top: 100px;
  }
}
@media (min-width: 1230px) {
  .p-foods__image.swiper {
    margin-right: calc(575px - 50vw);
    margin-left: calc(575px - 50vw);
  }
}

.p-foods__slider.swiper-wrapper {
  transition-timing-function: linear;
}

.p-foods__movie {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .p-foods__movie {
    width: 260px;
    height: 260px;
    margin-top: -60px;
  }
}

.p-foods__movie a {
  position: relative;
  overflow: hidden;
}

.p-foods__movie__text {
  animation: rotate 5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .p-foods__movie__text {
    animation: rotate 8s linear infinite;
  }
}

.p-foods__movie__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-stay {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .p-stay {
    padding: 140px 0;
  }
}

.p-stay__type.swiper {
  margin-bottom: 40px;
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 576px) {
  .p-stay__type.swiper {
    margin-bottom: 60px;
    margin-right: -40px;
    margin-left: -40px;
  }
}
@media (min-width: 1230px) {
  .p-stay__type.swiper {
    margin-right: calc(575px - 50vw);
    margin-left: calc(575px - 50vw);
  }
}

.p-stay__type .swiper-button-prev {
  left: 8%;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .p-stay__type .swiper-button-prev {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1230px) {
  .p-stay__type .swiper-button-prev {
    width: 70px;
    height: 70px;
  }
}
.p-stay__type .swiper-button-prev::after {
  content: url(../../assets/images/prev.svg);
  width: 100%;
}

.p-stay__type .swiper-button-next {
  right: 8%;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .p-stay__type .swiper-button-next {
    width: 54px;
    height: 54px;
  }
}
@media (min-width: 1230px) {
  .p-stay__type .swiper-button-next {
    width: 70px;
    height: 70px;
  }
}
.p-stay__type .swiper-button-next::after {
  content: url(../../assets/images/next.svg);
  width: 100%;
}

.p-stay__slider__item a {
  position: relative;
}

.p-stay__slider__item a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.p-stay__type__desc {
  position: absolute;
  left: 15px;
  bottom: 15px;
}
@media (min-width: 768px) {
  .p-stay__type__desc {
    left: 40px;
    bottom: 40px;
  }
}
.p-stay__type__desc h4 {
  font-family: var(--font-family-serif);
  font-size: clamp(24px, 10px + 2vw, 40px);
  color: var(--color-white);
}
.p-stay__type__desc p {
  font-family: var(--font-family-serif);
  color: var(--color-white);
}

.p-stay__text {
  line-height: var(--line-height-base);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-stay__text {
    margin-bottom: 60px;
    line-height: var(--line-height-large);
  }
}

.p-stay--section {
  padding-top: 80px;
}
@media (min-width: 768px) {
  .p-stay--section {
    padding-top: 120px;
  }
}

.p-stay__link {
  max-width: 1000px;
  margin: 40px auto 0;
}

.p-stay__link__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 20px;
}

.p-stay__link__item {
  width: 100%;
  text-align: center;
  border: 2px solid var(--color-primary);
}
@media (min-width: 992px) {
  .p-stay__link__item {
    width: calc(33.3333% - 26.6666px);
  }
}

.p-stay__link__item a {
  display: block;
  padding: 20px 0;
  line-height: 1.4;
}

@media (min-width: 992px) {
  .p-stay__details {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .p-stay__details {
    padding: 0 60px;
  }
}

.p-stay__details > p {
  line-height: var(--line-height-base);
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-stay__details > p {
    margin-bottom: 0;
    width: calc(100% - 400px);
    line-height: var(--line-height-large);
  }
}

.p-stay__details__spec {
  background-color: var(--color-primary);
  color: var(--color-white);
  padding: 20px;
  width: 100%;
}
@media (min-width: 992px) {
  .p-stay__details__spec {
    width: 360px;
    padding: 20px;
  }
}
.p-stay__details__spec h4 {
  font-family: var(--font-family-serif);
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--color-white);
}
.p-stay__details__spec p {
  font-weight: 400;
  color: var(--color-white);
}
.p-stay__details__spec p strong {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.p-stay__images--carryon.swiper,
.p-stay__images--rental.swiper,
.p-stay__images--cottage.swiper {
  margin-bottom: 20px;
}

.p-stay__images--carryon .swiper-pagination,
.p-stay__images--rental .swiper-pagination,
.p-stay__images--cottage .swiper-pagination {
  position: relative;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .p-stay__images--carryon .swiper-pagination,
.p-stay__images--rental .swiper-pagination,
.p-stay__images--cottage .swiper-pagination {
    margin-top: 30px;
  }
}

.p-stay__images--carryon .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.p-stay__images--rental .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.p-stay__images--cottage .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  opacity: 1;
}

.p-stay__images--carryon .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p-stay__images--rental .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.p-stay__images--cottage .swiper-pagination.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.p-time {
  position: relative;
}

.p-time__bg.swiper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.p-time__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

.p-time__slider,
.p-time__slider__item {
  height: 100%;
}

.p-time__slider__item.swiper-slide-active img,
.p-time__slider__item.swiper-slide-duplicate-active img,
.p-time__slider__item.swiper-slide-prev img {
  animation: zoom 18s linear 0s 1 normal both;
}

.p-time__contents {
  position: relative;
  padding: 80px 15px;
  z-index: 3;
}
@media (min-width: 576px) {
  .p-time__contents {
    padding: 80px 40px;
  }
}
@media (min-width: 768px) {
  .p-time__contents {
    padding: 140px 40px;
  }
}

.p-time__text {
  color: var(--color-white);
  line-height: var(--line-height-base);
  margin-bottom: 40px;
}
@media (min-width: 576px) {
  .p-time__text {
    line-height: var(--line-height-large);
    margin-bottom: 60px;
  }
}

.p-time__flow {
  position: relative;
}

.p-time__flow::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 90px;
  left: 22px;
  bottom: 60vw;
  background-color: var(--color-white);
  z-index: 4;
}
@media (min-width: 576px) {
  .p-time__flow::before {
    bottom: 32vw;
  }
}
@media (min-width: 768px) {
  .p-time__flow::before {
    bottom: 33vw;
  }
}
@media (min-width: 992px) {
  .p-time__flow::before {
    left: 44px;
    bottom: 22vw;
  }
}
@media (min-width: 992px) {
  .p-time__flow::before {
    bottom: 310px;
  }
}

.p-time__flow__item {
  position: relative;
  height: 70vw;
  padding: 15px 40px;
}
@media (min-width: 576px) {
  .p-time__flow__item {
    height: 40vw;
  }
}
@media (min-width: 992px) {
  .p-time__flow__item {
    height: 30vw;
    padding: 40px 80px;
  }
}
@media (min-width: 1230px) {
  .p-time__flow__item {
    height: 400px;
  }
}

.p-time__flow__item + .p-time__flow__item {
  margin-top: 40px;
}
@media (min-width: 768px) {
  .p-time__flow__item + .p-time__flow__item {
    margin-top: 60px;
  }
}

.p-time__flow__item::before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(193, 193, 193, 0) 0%, rgba(96, 96, 96, 0.8352941176) 100%);
  z-index: 2;
}

.p-time__flow__item__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.p-time__flow__item__meta {
  position: relative;
  z-index: 3;
}

.p-time__flow__item__time {
  position: relative;
  color: var(--color-white);
  font-family: var(--font-family-serif);
  font-size: clamp(30px, 8px + 5.6vw, 64px);
}

.p-time__flow__item__time::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: -22px;
  background-color: var(--color-white);
  border-radius: 50%;
}
@media (min-width: 992px) {
  .p-time__flow__item__time::before {
    left: -40px;
  }
}

.p-time__flow__item__title {
  color: var(--color-white);
  font-family: var(--font-family-serif);
  font-size: clamp(18px, 6px + 1.8vw, 24px);
}

.p-time__flow__item__desc {
  color: var(--color-white);
  position: absolute;
  left: 40px;
  right: 15px;
  bottom: 20px;
  z-index: 3;
}
@media (min-width: 992px) {
  .p-time__flow__item__desc {
    left: 80px;
    right: 80px;
    bottom: 40px;
  }
}

.p-news__note.swiper {
  margin-right: -15px;
  padding-right: 15px;
  padding-top: 60px;
  margin-top: -60px;
}
@media (min-width: 576px) {
  .p-news__note.swiper {
    margin-right: -40px;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .p-news__note.swiper {
    padding-top: 120px;
    margin-top: -120px;
  }
}
@media (min-width: 1230px) {
  .p-news__note.swiper {
    margin-right: calc(575px - 50vw);
  }
}

.p-news__note__image {
  border: 4px solid var(--color-white);
}

.p-news__note__time {
  font-size: 16px;
  color: var(--color-primary);
  margin-top: 8px;
}

.p-news__note__title {
  font-size: 16px;
  margin-top: 5px;
}

.p-news__note__nav {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  position: absolute;
  top: 0;
  right: 20px;
}
@media (min-width: 768px) {
  .p-news__note__nav {
    -moz-column-gap: 40px;
         column-gap: 40px;
    right: 100px;
  }
}

.p-news__note__nav .swiper-button-next,
.p-news__note__nav .swiper-button-prev {
  position: relative;
  margin-top: 0;
}

.p-news__note__nav .swiper-button-next {
  right: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .p-news__note__nav .swiper-button-next {
    width: 70px;
    height: 70px;
  }
}
.p-news__note__nav .swiper-button-next::after {
  content: url(../../assets/images/next_black.svg);
  width: 100%;
  height: 100%;
}

.p-news__note__nav .swiper-button-prev {
  right: 0;
  left: 0;
  width: 48px;
  height: 48px;
}
@media (min-width: 768px) {
  .p-news__note__nav .swiper-button-prev {
    width: 70px;
    height: 70px;
  }
}
.p-news__note__nav .swiper-button-prev::after {
  content: url(../../assets/images/prev_black.svg);
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .p-price__contents {
    display: flex;
    flex-direction: row-reverse;
  }
}

@media (min-width: 768px) {
  .p-price__image {
    width: 35%;
  }
}

.p-price__info {
  padding: 80px 15px;
  background-color: var(--bg-secondary);
}
@media (min-width: 768px) {
  .p-price__info {
    padding: 140px 40px;
    width: 65%;
  }
}
@media (min-width: 1400px) {
  .p-price__info {
    padding: 140px calc((100vw - 1230px) / 2) 140px 100px;
  }
}

.p-price__info__text {
  color: var(--color-white);
  line-height: var(--line-height-base);
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-price__info__text {
    margin-bottom: 60px;
    line-height: var(--line-height-large);
  }
}

.p-price--simulation {
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .p-price--simulation {
    padding-bottom: 100px;
  }
}

.p-price__about {
  border: 2px solid var(--color-primary);
  margin-top: 80px;
}
@media (min-width: 992px) {
  .p-price__about {
    margin-top: 100px;
  }
}

.p-price__about__title {
  font-family: var(--font-family-serif);
  font-size: clamp(18px, 6px + 1.6vw, 28px);
  color: var(--color-white);
  background-color: var(--color-primary);
  padding: 20px;
}
@media (min-width: 768px) {
  .p-price__about__title {
    padding: 20px 60px;
  }
}

.p-price__about__contents {
  background-color: var(--color-white);
  padding: 20px;
}
@media (min-width: 768px) {
  .p-price__about__contents {
    padding: 60px;
  }
}

.p-price__about__contents__details {
  margin-bottom: 30px;
  border: 1px solid var(--color-primary);
  padding: 30px 10px;
}
@media (min-width: 768px) {
  .p-price__about__contents__details {
    margin-bottom: 40px;
    padding: 60px;
  }
}

.p-price__about__contents__details__list {
  max-width: 500px;
  margin: 0 auto;
}

.p-price__about__contents__details__item {
  font-family: var(--font-family-serif);
  font-size: clamp(18px, 6px + 1.8vw, 24px);
  color: var(--color-primary);
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-price__about__contents__details__item {
    margin-bottom: 20px;
  }
}

.p-price__about__contents__details__item.--plus {
  padding-left: 14px;
}

.p-price__about__contents__details__item:last-of-type {
  margin-bottom: 0;
}

.p-price__about__contents__details__item span {
  font-family: var(--font-family-serif);
  font-size: clamp(1rem, 0.875rem + 0.4vw, 1.25rem);
  color: var(--color-primary);
  padding: 10px 14px;
  border: 1px solid var(--color-primary);
  margin-right: 15px;
}

.p-price__about__contents__section + .p-price__about__contents__section {
  margin-top: 80px;
}
@media (min-width: 992px) {
  .p-price__about__contents__section + .p-price__about__contents__section {
    margin-top: 100px;
  }
}

.p-price__about__contents__title {
  position: relative;
  font-family: var(--font-family-serif);
  font-size: clamp(18px, 6px + 1.8vw, 24px);
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  padding-left: 40px;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .p-price__about__contents__title {
    padding-left: 50px;
    margin-bottom: 20px;
  }
}

.p-price__about__contents__title::before {
  position: absolute;
  font-size: clamp(12px, 4px + 0.4vw, 14px);
  color: var(--color-primary);
  padding: 4px 9px 4px 10px;
  top: 0;
  left: 0;
  border: 1px solid var(--color-primary);
}
@media (min-width: 768px) {
  .p-price__about__contents__title::before {
    top: 4px;
  }
}

.p-price__about__contents__title.-one::before {
  content: "1";
}

.p-price__about__contents__title.-two::before {
  content: "2";
}

.p-price__about__contents__title.-three::before {
  content: "3";
}

.p-price__about__contents__title span {
  font-family: var(--font-family-serif);
  font-size: clamp(1rem, 0.875rem + 0.4vw, 1.25rem);
  color: var(--color-primary);
  padding: 10px 14px;
  border: 1px solid var(--color-primary);
  margin-right: 15px;
}

.p-price__about__contents__table {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .p-price__about__contents__table {
    display: flex;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}

.p-price__about__contents__table__item {
  border: 1px solid var(--color-primary);
}

.p-price__about__contents__table__item:not(:last-of-type) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .p-price__about__contents__table__item:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.p-price__about__contents__table.--two .p-price__about__contents__table__item {
  width: 100%;
}
@media (min-width: 992px) {
  .p-price__about__contents__table.--two .p-price__about__contents__table__item {
    width: calc(50% - 15px);
  }
}

.p-price__about__contents__table.--three .p-price__about__contents__table__item {
  width: 100%;
}
@media (min-width: 992px) {
  .p-price__about__contents__table.--three .p-price__about__contents__table__item {
    width: calc(33.3333% - 26.6666px);
  }
}

.p-price__about__contents__table__item__title {
  background-color: var(--color-primary);
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .p-price__about__contents__table__item__title {
    padding: 20px;
  }
}

.p-price__about__contents__table__item__title h3 {
  font-family: var(--font-family-serif);
  font-size: clamp(18px, 6px + 1.8vw, 24px);
  color: var(--color-white);
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-price__about__contents__table__item__title h3 {
    margin-bottom: 30px;
  }
}

.p-price__about__contents__table__item__title p {
  font-weight: 400;
  font-size: clamp(12px, 4px + 0.4vw, 14px);
  color: var(--color-white);
  text-align: center;
}

.p-price__about__contents__table__item__desc {
  padding: 30px;
  text-align: center;
}
@media (min-width: 992px) {
  .p-price__about__contents__table__item__desc {
    padding: 40px;
  }
}

.p-price__about__contents__table__item__desc p:not(:last-of-type) {
  margin-bottom: 10px;
}

.p-price__about__contents__table__item__desc p span {
  font-size: 20px;
  padding-left: 15px;
}

.p-price__about__contents__inquiry {
  margin-top: 30px;
}

.p-price__about__contents__inquiry h4 {
  position: relative;
  font-size: 16px;
  color: var(--color-primary);
  padding-left: 20px;
  margin-bottom: 20px;
}

.p-price__about__contents__inquiry h4::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: var(--color-primary);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 6px;
}

.p-price__about__contents__inquiry span {
  padding: 4px;
}

.p-price__about__contents__inquiry__select select {
  width: 160px;
  padding: 4px;
  margin: 0 10px;
  text-align: center;
  border: 1px solid var(--color-primary);
}
@media (min-width: 992px) {
  .p-price__about__contents__inquiry__select select {
    width: 240px;
  }
}

.p-price__about__contents__inquiry__select + .p-price__about__contents__inquiry__select {
  margin-top: 20px;
}

.p-price__about__contents__inquiry__select input {
  display: none;
}

.p-price__about__contents__inquiry__select label {
  display: block;
  cursor: pointer;
  padding-left: 30px;
  position: relative;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .p-price__about__contents__inquiry__select label {
    display: inline-block;
  }
}

.p-price__about__contents__inquiry__select label::before,
.p-price__about__contents__inquiry__select label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 55%;
}

.p-price__about__contents__inquiry__select label::before {
  background-color: var(--color-white);
  border: 1px solid var(--color-primary);
  height: 15px;
  width: 15px;
  left: 5px;
}

.p-price__about__contents__inquiry__select label::after {
  background-color: var(--color-primary);
  opacity: 0;
  height: 9px;
  width: 9px;
  left: 8px;
}

.p-price__about__contents__inquiry__select input:checked + label::after {
  opacity: 1;
}

.p-price__about__contents__total {
  background-color: var(--color-primary);
  padding: 20px;
  text-align: center;
}
@media (min-width: 768px) {
  .p-price__about__contents__total {
    padding: 30px;
  }
}

.p-price__about__contents__total__price {
  margin-top: 20px;
}

.p-price__about__contents__total__person h4,
.p-price__about__contents__total__price h4 {
  font-family: var(--font-family-serif);
  font-weight: 400;
  font-size: clamp(18px, 6px + 1.8vw, 24px);
  color: var(--color-white);
  margin-bottom: 5px;
  text-align: center;
}

.p-price__about__contents__total__person p,
.p-price__about__contents__total__price p {
  display: inline-block;
  font-family: var(--font-family-serif);
  font-size: clamp(24px, 10px + 2vw, 40px);
  color: var(--color-white);
  text-align: center;
}

.p-price__about__contents__total__person span,
.p-price__about__contents__total__price span {
  font-size: clamp(18px, 6px + 1.8vw, 24px);
  font-family: var(--font-family-serif);
  color: var(--color-white);
  margin-left: 20px;
}

.p-access {
  padding: 80px 0;
}
@media (min-width: 768px) {
  .p-access {
    padding: 140px 0;
  }
}

@media (min-width: 992px) {
  .p-access__info {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.p-access__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media (min-width: 992px) {
  .p-access__map {
    width: 55%;
    padding-top: 40%;
  }
}
.p-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-access__list {
  width: 100%;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .p-access__list {
    width: calc(45% - 40px);
    margin-bottom: 0;
  }
}

.p-access__item {
  display: flex;
  padding: 20px 5px;
  border-bottom: 1px solid var(--color-primary);
}
.p-access__item strong {
  display: block;
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .p-access__item {
    padding: 20px 10px;
  }
}
.p-access__item:last-of-type {
  border-bottom: none;
}

.p-access__item__icon {
  width: 20%;
  text-align: center;
}
.p-access__item__icon img {
  vertical-align: middle;
}

.p-access__item__desc {
  width: 80%;
  font-weight: 400;
}

.p-recommened__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media (min-width: 576px) {
  .p-recommened__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
@media (min-width: 992px) {
  .p-recommened__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
}

.p-recommened__item {
  width: 100%;
}
@media (min-width: 576px) {
  .p-recommened__item {
    width: calc(50% - 20px);
  }
}
@media (min-width: 992px) {
  .p-recommened__item {
    width: calc(33.3333% - 26.6666px);
  }
}

.p-recommened__item a {
  display: block;
  height: 100%;
  background-color: var(--color-white);
  padding: 15px;
  transition: 0.5s transform, 0.5s opacity;
}
@media (min-width: 576px) {
  .p-recommened__item a {
    padding: 20px;
  }
}

.p-recommened__item a:hover,
.p-recommened__item a:focus {
  transform: translate(5px, 5px);
}

.p-recommened__item__title {
  margin-top: 10px;
  font-size: clamp(18px, 6px + 1.6vw, 28px);
  font-family: var(--font-family-original);
  color: var(--color-primary);
}

.p-recommened__item__desc {
  margin-top: 4px;
  font-weight: 500;
}

.p-recommend__info {
  margin-top: 10px;
}

.p-recommend__info__icon {
  width: 20px;
  text-align: center;
  margin-right: 10px;
}

.p-recommend__info__desc {
  font-size: clamp(12px, 4px + 0.4vw, 14px);
  font-weight: 400;
}

.p-recommend__access,
.p-recommend__time {
  display: flex;
  align-items: center;
}

.p-recommend__time {
  margin-top: 5px;
}

.p-cancel {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-cancel {
    margin-bottom: 80px;
  }
}

.p-cancel__contents {
  padding: 20px 15px;
  border: 1px solid var(--color-primary);
}
@media (min-width: 768px) {
  .p-cancel__contents {
    padding: 60px;
  }
}

.p-cancel__price {
  margin-bottom: 32px;
}

.p-cancel__title {
  font-family: var(--font-family-serif);
  font-size: clamp(18px, 6px + 1.6vw, 28px);
  color: var(--color-primary);
  margin-bottom: 16px;
}

.p-cancel__contents ol,
.p-cancel__contents ul {
  padding-left: 20px;
  margin-top: 5px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p-cancel__contents ol,
.p-cancel__contents ul {
    margin-bottom: 10px;
  }
}

.p-cancel__contents ol li,
.p-cancel__contents ul li,
.p-cancel__contents p {
  font-weight: 400;
}

.c-img, .c-img--full {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.c-img--full {
  width: 100%;
  height: 100%;
}

.c-img--fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
}

.c-title {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-title {
    margin-bottom: 60px;
  }
}

.c-title__main {
  font-family: var(--font-family-original);
  font-size: clamp(30px, 8px + 5.6vw, 64px);
  line-height: 1.2;
  color: var(--color-primary);
  overflow: hidden;
}

.c-title__sub {
  font-size: clamp(18px, 6px + 1.8vw, 24px);
  font-family: var(--font-family-serif);
  font-weight: 900;
  color: var(--color-primary);
  overflow: hidden;
}

.c-title__main span,
.c-title__sub span {
  display: inline-block;
  transform: translateY(100%);
}

.c-title__main.js-active span,
.c-title__sub.js-active span {
  animation-name: show;
  animation-timing-function: ease-out;
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}

.c-title.--secondary .c-title__main,
.c-title.--secondary .c-title__sub {
  color: var(--color-white);
}

.c-title--heading {
  font-size: clamp(24px, 10px + 2vw, 40px);
  font-family: var(--font-family-original);
  color: var(--color-primary);
  margin: 40px 0;
}
@media (min-width: 768px) {
  .c-title--heading {
    margin: 80px 0;
  }
}

.c-title--heading.--secondary {
  color: var(--color-white);
}

.c-link {
  display: block;
}

.c-link--full {
  display: block;
  height: 100%;
}

.c-link__text {
  position: relative;
  padding-right: 40px;
  transition: opacity 0.5s;
}

.c-link__text::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--color-base);
  transform: translateX(0);
  transition: transform 0.5s ease-in-out, opacity 0.5s;
}

.c-link__text::after {
  position: absolute;
  right: 1px;
  top: 25%;
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid var(--color-base);
  border-left: none;
  border-bottom: none;
  transform: translateX(0) rotateZ(45deg) skew(-8deg, -8deg);
  transition: transform 0.5s ease-in-out, opacity 0.5s;
}

.c-link__text:hover::before {
  transform: translateX(4px);
}

.c-link__text:hover::after {
  transform: translateX(4px) rotateZ(45deg) skew(-8deg, -8deg);
}

.c-link__text:hover,
.c-link__text:hover::before,
.c-link__text:hover::after {
  opacity: 0.8;
}

.c-link--exterminal {
  position: relative;
  padding-right: 30px;
}

.c-link--exterminal::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 0;
  top: 3px;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-media,
.c-media--md,
.c-media--lg {
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  transform: perspective(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.c-media::before {
  display: block;
  height: 0;
  padding-top: 56.25%;
  content: "";
}

.c-media--md::before {
  display: block;
  height: 0;
  padding-top: 75%;
  content: "";
}

.c-media--lg::before {
  display: block;
  height: 0;
  padding-top: 100%;
  content: "";
}

.c-media__item {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.01) perspective(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.3s;
}

.c-btn, .c-btn--full, .c-btn--secondary, .c-btn--primary {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  border: none;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px 20px;
  text-decoration: none;
}
.c-btn:hover, .c-btn--full:hover, .c-btn--secondary:hover, .c-btn--primary:hover {
  text-decoration: none;
}

.c-btnWrap {
  text-align: center;
}

.c-btnLeft {
  text-align: center;
}
@media (min-width: 768px) {
  .c-btnLeft {
    text-align: left;
  }
}

.c-btn--primary {
  font-weight: 700;
  max-width: 375px;
  height: 80px;
  width: 100%;
  transition: color 0.5s, background-color 0.5s;
  color: var(--color-white);
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  line-height: 56px;
}

.c-btn--primary:hover {
  color: var(--color-secondary);
  background-color: var(--color-white);
  opacity: 1;
}

.c-btn--secondary {
  font-weight: 700;
  max-width: 375px;
  height: 80px;
  width: 100%;
  transition: color 0.5s, background-color 0.5s;
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  background-color: transparent;
  line-height: 56px;
}

.c-btn--secondary:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
  opacity: 1;
}

.c-btn--full {
  font-weight: 700;
  width: 100%;
  height: 80px;
  width: 100%;
  transition: color 0.5s, background-color 0.5s;
  color: var(--color-white);
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  line-height: 56px;
}
@media (min-width: 768px) {
  .c-btn--full {
    height: 120px;
    line-height: 96px;
  }
}

.c-btn--full:hover {
  color: var(--color-secondary);
  background-color: var(--color-white);
  opacity: 1;
}

.c-btn--full {
  font-weight: 700;
  width: 100%;
  height: 80px;
  width: 100%;
  transition: color 0.5s, background-color 0.5s;
  color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  background-color: transparent;
  line-height: 56px;
}
@media (min-width: 768px) {
  .c-btn--full {
    height: 120px;
    line-height: 96px;
  }
}

.c-btn--full:hover {
  color: var(--color-white);
  background-color: var(--color-secondary);
  opacity: 1;
}

.c-btn--menu {
  display: block;
  border: none;
  padding: 0;
  position: relative;
  width: 48px;
  height: 48px;
  background-color: var(--bg-secondary);
  cursor: pointer;
  z-index: 11;
  border-radius: 50%;
}
@media (min-width: 992px) {
  .c-btn--menu {
    display: none;
  }
}

.c-btn--menu span {
  position: absolute;
  left: 25%;
  width: 50%;
  height: 2px;
  border-radius: 100vmax;
  background-color: var(--color-white);
  transition: 0.5s transform, 0.5s opacity, background-color 0.5s;
  transition-delay: 0s;
}

.c-btn--menu.is-close span:nth-of-type(1) {
  top: 15px;
  transform: translateY(0) rotate(0);
}

.c-btn--menu.is-close span:nth-of-type(2) {
  top: 23px;
  opacity: 1;
}

.c-btn--menu.is-close span:nth-of-type(3) {
  bottom: 15px;
  transform: translateY(0) rotate(0);
}

.c-btn--menu.is-open span:nth-of-type(1) {
  top: 15px;
  transform: translateY(8px) rotate(-30deg);
}

.c-btn--menu.is-open span:nth-of-type(2) {
  top: 23px;
  opacity: 0;
}

.c-btn--menu.is-open span:nth-of-type(3) {
  bottom: 15px;
  transform: translateY(-8px) rotate(30deg);
}

.c-header {
  width: 100%;
  position: fixed;
  top: 20px;
  left: 0;
  z-index: 10;
}
@media (min-width: 992px) {
  .c-header {
    display: block;
    top: 0;
    background-color: var(--bg-base);
    border-bottom: 1px solid var(--color-primary);
  }
}

.c-header__contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
}
@media (min-width: 768px) {
  .c-header__contents {
    padding: 20px 40px;
  }
}

.c-header__logo {
  width: 90px;
  z-index: 11;
}
.c-header__logo svg {
  fill: var(--color-white);
  width: 100%;
  height: auto;
  transition: fill 0.5s;
}
@media (min-width: 992px) {
  .c-header__logo svg {
    fill: var(--color-base);
  }
}

@media not all and (min-width: 992px) {
  .c-header.is-hide .c-header__logo {
    opacity: 0;
    pointer-events: none;
  }
}

.c-header.is-hide.is-open .c-header__logo {
  opacity: 1;
}

.c-header.is-open .c-header__logo svg {
  fill: var(--color-white);
}

.c-header__nav {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: -20px;
  left: 0;
  background-color: var(--bg-secondary);
  padding: 20vh 20px;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  text-align: center;
  overflow: auto;
}
@media (min-width: 992px) {
  .c-header__nav {
    display: flex;
    align-items: center;
    height: auto;
    width: auto;
    position: relative;
    top: 0;
    -moz-column-gap: 20px;
         column-gap: 20px;
    background-color: transparent;
    opacity: 1;
    pointer-events: all;
    padding: 0;
    text-align: left;
    overflow: initial;
  }
}
@media (min-width: 1230px) {
  .c-header__nav {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.c-header.is-open .c-header__nav {
  pointer-events: all;
  opacity: 1;
}

.c-header__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 40px;
  margin-bottom: 50px;
  text-align: center;
}
@media (min-width: 992px) {
  .c-header__list {
    align-items: normal;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1230px) {
  .c-header__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.c-header__item {
  width: 100%;
}
@media (min-width: 992px) {
  .c-header__item {
    width: auto;
  }
}
.c-header__item a {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  padding: 5px 0;
  border: none;
  background: linear-gradient(var(--color-primary) 0 0) var(--p, 0) 100%/var(--d, 0) 1.5px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
}
.c-header__item a:hover, .c-header__item a:focus {
  --d: 100%;
  --p: 100%;
}
@media (min-width: 992px) {
  .c-header__item a {
    color: var(--color-base);
    font-size: 14px;
  }
}
@media (min-width: 1230px) {
  .c-header__item a {
    font-size: 16px;
  }
}

.c-header__btn a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  color: var(--color-white);
  padding: 30px 40px;
  position: relative;
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  transition: 0.5s;
}
.c-header__btn a:hover, .c-header__btn a:focus {
  opacity: 1;
  color: var(--color-secondary);
  background-color: var(--color-white);
}
@media (min-width: 992px) {
  .c-header__btn a {
    display: inline;
    width: auto;
    padding: 10px 30px;
    font-size: 14px;
  }
}
@media (min-width: 1230px) {
  .c-header__btn a {
    font-size: 16px;
  }
}

.c-footer {
  background-color: var(--color-base);
}

.c-footer__contents {
  width: 100%;
  padding: 120px 15px 0;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-footer__contents {
    padding: 80px 40px 0;
    margin-bottom: 10px;
    display: grid;
    row-gap: 50px;
    grid-template-areas: "first third" "seconde third";
  }
}
@media (min-width: 992px) {
  .c-footer__contents {
    grid-template-areas: "first seconde" "third third";
  }
}

.c-footer__logo {
  max-width: 240px;
  width: 60%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-footer__logo {
    grid-area: first;
    margin-bottom: 0;
  }
}
.c-footer__logo svg {
  width: 100%;
  height: auto;
  fill: var(--color-white);
}

.c-footer__sns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (min-width: 768px) {
  .c-footer__sns {
    justify-content: start;
    grid-area: seconde;
    align-self: end;
  }
}
@media (min-width: 992px) {
  .c-footer__sns {
    align-self: center;
    justify-self: end;
  }
}
.c-footer__sns p {
  font-family: var(--font-family-original);
  text-transform: uppercase;
  color: var(--color-white);
}

.c-footer__sns__list {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.c-footer__sns__item a {
  padding: 16px;
  border: 1px solid var(--color-white);
  border-radius: 50%;
  transition: 0.5s all;
}
.c-footer__sns__item a svg {
  fill: var(--color-white);
}
.c-footer__sns__item a:hover, .c-footer__sns__item a:focus {
  background-color: var(--color-white);
}
.c-footer__sns__item a:hover svg, .c-footer__sns__item a:focus svg {
  fill: var(--color-base);
}

.c-footer__nav {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .c-footer__nav {
    grid-area: third;
    margin-bottom: 0;
    text-align: right;
  }
}
@media (min-width: 768px){
  .c-footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-footer__sns {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .c-footer__nav {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 2;
  }
}
@media (min-width: 992px){
  .c-footer__logo {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-footer__sns {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-footer__nav {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}
@media (min-width: 992px) {
  .c-footer__nav {
    text-align: left;
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
    justify-content: space-between;
  }
}

.c-footer__list {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .c-footer__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .c-footer__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

.c-footer__item {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .c-footer__item {
    margin-bottom: 0;
  }
}

.c-footer__item a {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  padding: 5px 0;
  border: none;
  background: linear-gradient(var(--color-white) 0 0) var(--p, 0) 100%/var(--d, 0) 1.5px no-repeat;
  transition: 0.3s, background-position 0s 0.3s;
}
.c-footer__item a:hover, .c-footer__item a:focus {
  --d: 100%;
  --p: 100%;
}

.c-footer__btn a {
  display: inline-block;
  width: 100%;
  color: var(--color-white);
  padding: 30px 40px;
  position: relative;
  background-color: var(--color-secondary);
  border: 2px solid var(--color-secondary);
  transition: 0.5s;
  text-align: center;
}
@media (min-width: 576px) {
  .c-footer__btn a {
    padding: 10px 40px;
    width: auto;
  }
}
.c-footer__btn a:hover, .c-footer__btn a:focus {
  opacity: 1;
  color: var(--color-secondary);
  background-color: var(--color-white);
}

.c-footer__copyright {
  padding: 20px 0;
}
.c-footer__copyright p {
  color: var(--color-white);
  font-size: 12px;
  font-family: var(--font-family-sans-serif);
  text-align: center;
  letter-spacing: 0;
}

.u-text {
  font-size: 16px;
}

.u-text + .u-text {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .u-text + .u-text {
    margin-top: 32px;
  }
}

.u-text--white {
  color: var(--color-white);
}

.u-text--vertical {
  writing-mode: vertical-rl;
}

.u-text--vertical--variable {
  writing-mode: sideways-lr;
}
@media (min-width: 768px) {
  .u-text--vertical--variable {
    writing-mode: vertical-rl;
  }
}

.u-text--sansserif {
  font-family: var(--font-family-sans-serif);
}

.u-text--serif {
  font-family: var(--font-family-serif);
}

.u-text--original {
  font-family: var(--font-family-original);
}

.u-text--center {
  text-align: center;
}

.u-text--bold {
  font-weight: 700;
}

.u-text--uppercase {
  text-transform: uppercase;
}

.u-br--sm {
  display: none;
}
@media not all and (min-width: 576px) {
  .u-br--sm {
    display: block;
  }
}

.u-br--md {
  display: none;
}
@media not all and (min-width: 768px) {
  .u-br--md {
    display: block;
  }
}

.u-br--lg {
  display: none;
}
@media not all and (min-width: 992px) {
  .u-br--lg {
    display: block;
  }
}
/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/swiper/swiper-bundle.min.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 8.4.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: October 12, 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;
  z-index: 1;
}

.swiper-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-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

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

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

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  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: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  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: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

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

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

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  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;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 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: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .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;
}

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

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.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: 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;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  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 {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

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

.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-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

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

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

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

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

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

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

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

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

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  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;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  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-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  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;
  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-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map*/