@charset "UTF-8";
/* animation
----------------------------------------- */
.inview {
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transform: translateY(2rem);
}
.inview.is-anim {
  opacity: 1;
  transform: translateY(0);
}

/* button
----------------------------------------- */
.p-common__button-area {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 0.6875rem 0 0.9375rem 0;
  background-color: #ffffff;
  margin: 3.125rem auto 0;
  border: 0.125rem solid #393738;
  border-radius: 2.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2.0833333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-common__button-area {
    width: 25rem;
    max-width: inherit;
    font-size: max(1rem, 16px);
    font-weight: 500;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.p-common__button-area::before {
  content: "";
  position: absolute;
  top: 1.875rem;
  right: 1.5rem;
  width: 1rem;
  height: 0.75rem;
  background-image: url(../images/home/arrow_right_black.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 781px) {
  .p-common__button-area::before {
    top: 1.625rem;
    right: 1.1875rem;
  }
}
.p-common__button-area:hover {
  background-color: rgba(0, 0, 0, 0.231372549);
}

/* swiper
----------------------------------------- */
.e-swiper {
  margin-bottom: 0 !important;
}
.e-swiper .swiper-pagination {
  position: absolute;
  bottom: calc(9.6% + 3rem) !important;
  left: 50% !important;
  z-index: 2;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding-right: 5rem;
  padding-left: 5rem;
  text-align: left;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 781px) {
  .e-swiper .swiper-pagination {
    bottom: 4.5rem !important;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.e-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8.2px;
  height: 8.2px;
  margin: 0 7px !important;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  font-weight: 400;
  opacity: 1;
}
.e-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.e-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  min-height: 720px;
  font-family: "object-fit: cover;";
  -o-object-position: bottom;
     object-position: bottom;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 781px) {
  .e-swiper .swiper-slide img {
    min-height: unset;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
}

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

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

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

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

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

/**
 * 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 {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table; /* 1 */
  box-sizing: border-box; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

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

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 2 */
  -webkit-appearance: textfield; /* 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
  font-size: 2.0512820513vw;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
@media screen and (min-width: 781px) {
  html {
    font-size: 0.8333333333vw;
  }
}

* {
  box-sizing: inherit;
  padding: 0;
  box-sizing: border-box;
  margin: 0;
  font-family: "ZenOldMincho", sans-serif;
  color: #393738;
  -webkit-font-smoothing: antialiased;
}
*::before,
* ::after {
  box-sizing: inherit;
  margin: 0;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
input,
textarea,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  overflow-x: hidden;
  height: 100%;
  color: #393738;
  counter-reset: number 0;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-size: 1rem;
  font-family: "ZenOldMincho", sans-serif;
  line-height: 1.15;
  overscroll-behavior: none;
  font-kerning: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

h1 {
  margin: 0;
}

img {
  width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}

img,
iframe,
video {
  max-width: 100%;
}

img {
  pointer-events: none;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ol li,
ul li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  height: 100%;
}

@media screen and (min-width: 781px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.js-focus-visible:focus:not(.focus-visible) {
  outline: 0;
}

*:focus-visible {
  outline: none;
}
@media screen and (min-width: 781px) {
  *:focus-visible {
    outline-style: auto;
    outline-color: -webkit-focus-ring-color;
  }
}

@media screen and (min-width: 781px) {
  .wrap {
    overflow: hidden;
  }
}

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.blurTrigger {
  opacity: 0;
}

html {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100vw;
  overflow-x: hidden;
}

@font-face {
  font-family: "notosans";
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Montserrat";
  src: url("../font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../font/ZenOldMincho-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../font/ZenOldMincho-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "ZenOldMincho";
  src: url("../font/ZenOldMincho-Bold.ttf") format("truetype");
  font-weight: 700;
}
/* container
----------------------------------------- */
.l-container {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 2.5rem;
}
@media screen and (min-width: 781px) {
  .l-container {
    width: 87.5rem;
    max-width: unset;
    padding: 0;
  }
}

/* footer
----------------------------------------- */
.l-footer {
  position: relative;
  padding: 4.0625rem 0 5rem;
}
@media screen and (min-width: 781px) {
  .l-footer {
    padding: 4.0625rem 0 5rem;
  }
}
.l-footer .l-footer__copyright {
  font-family: "notosans", serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .l-footer .l-footer__copyright {
    font-size: max(0.75rem, 11px);
    font-weight: 400;
    line-height: 1.9166666667;
    letter-spacing: 0.1em;
  }
}

/* hamburger
----------------------------------------- */
.l-header-nav {
  position: relative;
}

.l-hamburger__toggle {
  z-index: 6;
  display: block;
  width: 5rem;
  height: 5rem;
  max-width: 40px;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}
@media screen and (min-width: 781px) {
  .l-hamburger__toggle {
    width: 4.5625rem;
    height: 4.1875rem;
    max-width: 35px;
  }
}
.l-hamburger__toggle:hover {
  opacity: 0.8;
}
@media screen and (min-width: 781px) {
  .l-hamburger__toggle.is-active .l-hamburger__toggleWrap {
    background-color: #393738;
  }
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(1) {
  top: 2.125rem;
  left: 0.75rem;
  transform: rotate(38deg);
  background-color: #ffffff;
}
@media screen and (min-width: 781px) {
  .l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(1) {
    top: 1.875rem;
    left: 0.9375rem;
  }
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(3) {
  top: 2.125rem;
  left: 0.75rem;
  transform: rotate(-38deg);
  background-color: #ffffff;
}
@media screen and (min-width: 781px) {
  .l-hamburger__toggle.is-active .l-hamburger__toggleWrap span:nth-of-type(3) {
    top: 1.875rem;
    left: 0.9375rem;
  }
}

.l-hamburger__toggleWrap {
  position: relative;
  display: block;
  width: 5rem;
  height: 100%;
  padding: 0.75rem 0.5rem;
  border-radius: 0.3125rem;
  transition: all 0.5s ease;
  margin-left: 0.625rem;
  aspect-ratio: 1;
  max-width: 5rem;
  max-height: 5rem;
}
@media screen and (min-width: 781px) {
  .l-hamburger__toggleWrap {
    width: 3.75rem;
    height: 100%;
    padding: 1.25rem 0.9375rem;
    border-radius: 0.625rem;
    max-width: 3.75rem;
    max-height: 3.75rem;
  }
}
.l-hamburger__toggleWrap span {
  position: absolute;
  display: inline-block;
  width: calc(100% - 1.5rem);
  height: 2px;
  transform: scaleY(0.5) translateY(1px);
  background-color: #000;
  transition: all 0.5s ease;
}
@media screen and (min-width: 781px) {
  .l-hamburger__toggleWrap span {
    width: calc(100% - 1.5rem);
  }
}
.l-hamburger__toggleWrap span:nth-of-type(1) {
  top: 1.375rem;
  left: 0.75rem;
}
@media screen and (min-width: 781px) {
  .l-hamburger__toggleWrap span:nth-of-type(1) {
    top: 1.125rem;
    left: 0.9375rem;
  }
}
.l-hamburger__toggleWrap span:nth-of-type(2) {
  top: 49%;
  left: 0.75rem;
  transition: all 0.5s ease;
}
@media screen and (min-width: 781px) {
  .l-hamburger__toggleWrap span:nth-of-type(2) {
    top: 50%;
    left: 0.9375rem;
  }
}
.l-hamburger__toggleWrap span:nth-of-type(3) {
  bottom: 1.3125rem;
  left: 0.75rem;
}
@media screen and (min-width: 781px) {
  .l-hamburger__toggleWrap span:nth-of-type(3) {
    bottom: 1rem;
    left: 0.9375rem;
  }
}

/* header
----------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 6.25rem;
  padding: 0.75rem 2.5rem;
  background-color: #ffffff; /* Safari */
  display: flex; /* Safari 6.1+ */
  flex-direction: row; /* Safari 7.0+ */
  align-items: center; /* Safari 7.0+ */
  justify-content: space-between;
}
@media screen and (min-width: 781px) {
  .l-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 4.375rem;
    padding: 1.5rem 5rem;
  }
}

.l-header__logo {
  height: 30%;
}
@media screen and (min-width: 781px) {
  .l-header__logo {
    height: 100%;
  }
}

.l-header__logo-link {
  display: block;
  height: 100%;
}
.l-header__logo-link img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* menu
----------------------------------------- */
.l-menu {
  position: fixed;
  top: 0rem;
  right: 0rem;
  z-index: -1;
  display: block;
  visibility: hidden;
  overflow-y: scroll;
  width: 100%;
  background-color: #393738;
  opacity: 0;
  transition: all 0.5s ease;
  overflow: hidden;
}
@media screen and (min-width: 781px) {
  .l-menu {
    width: 21.25rem;
  }
}
.l-menu.is-active {
  z-index: 5;
  visibility: visible;
  opacity: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}
.l-menu .l-menu__buttonWrap {
  padding: 4.6875rem 1.25rem 4.6875rem;
}
.l-menu .l-menu__buttonWrap .l-menu__buttonItem {
  padding-bottom: 0.625rem;
  margin-bottom: 1.5625rem;
}
.l-menu .l-menu__buttonWrap .l-menu__buttonItem:last-of-type {
  margin-bottom: 0;
}
.l-menu .l-menu__buttonLink {
  color: #ffffff;
  font-family: "Montserrat", serif;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.1875;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .l-menu .l-menu__buttonLink {
    font-size: max(1.25rem, 14px);
    font-weight: 400;
    line-height: 1.15;
    letter-spacing: 0.1em;
  }
}
.l-menu .l-menu__buttonItem-sns {
  margin-top: 3.75rem;
}
.l-menu .l-menu__buttonItem-sns .l-menu__buttonItem-sns-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.l-menu .l-menu__buttonItem-sns .l-menu__buttonItem-sns-icon {
  width: 3.125rem;
  margin: 0 0.625rem;
}

/* section
----------------------------------------- */
.l-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.l-sub-section__title-wrapper {
  margin-top: 8.75rem;
  padding: 3.75rem 0 3.125rem 0;
  text-align: center;
  font-family: "Montserrat", serif;
  background-image: url(../images/common/section_title_bg.png);
  background-size: cover;
}
@media screen and (min-width: 781px) {
  .l-sub-section__title-wrapper {
    margin-top: 6.25rem;
    padding: 7.8125rem 0;
  }
}

.l-sub-section__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
  font-family: "Montserrat", serif;
}
@media screen and (min-width: 781px) {
  .l-sub-section__title {
    font-size: max(2.5rem, 30px);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
}

.l-sub-section-product__title-wrapper {
  margin-top: 8.75rem;
}
@media screen and (min-width: 781px) {
  .l-sub-section-product__title-wrapper {
    margin-top: 6.25rem;
  }
}

.l-section__content-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-section__content-title .l-section__content-title-sub {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 3rem;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .l-section__content-title .l-section__content-title-sub {
    font-size: max(1rem, 16px);
    font-weight: 700;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.l-section__content-title .l-section__content-title-sub::before {
  content: "";
  position: absolute;
  top: calc(50% - 0.03125rem);
  left: 0;
  width: 2.5rem;
  height: 0.0625rem;
}
.l-section__content-title .l-section__content-title-en {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", serif;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.0625;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .l-section__content-title .l-section__content-title-en {
    font-size: max(4.375rem, 48px);
    font-weight: 700;
    line-height: 1.1428571429;
    letter-spacing: 0.1em;
  }
}

.l-section-title__img {
  width: 100%;
}

/* home-kv
----------------------------------------- */
.p-home-fv {
  position: relative;
  padding: 0 0 2.8125rem 0;
  margin-top: 6.25rem;
  z-index: 1;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 781px) {
  .p-home-fv {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0;
    margin-top: 4.375rem;
    height: calc(100vh - 4.375rem);
  }
}
.p-home-fv .p-home-fv__left {
  position: relative;
  width: 90%;
  margin: 1.25rem auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__left {
    width: 9.375rem;
    height: calc(100vh - 4.375rem);
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}
.p-home-fv .p-home-fv__left .p-home-fv__left-news {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__left .p-home-fv__left-news {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.p-home-fv .p-home-fv__left .p-home-fv__left-news-title {
  font-family: "Montserrat", serif;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__left .p-home-fv__left-news-title {
    font-size: max(1.125rem, 13px);
    font-weight: 600;
    line-height: 1.2777777778;
    letter-spacing: 0.1em;
  }
}
.p-home-fv .p-home-fv__left .p-home-fv__left-news-date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", serif;
  text-align: center;
  background-image: url(../images/home/date_bg_sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  padding: 0.625rem 1.25rem 0.625rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__left .p-home-fv__left-news-date {
    background-image: url(../images/home/date_bg_pc.webp);
    margin: 1.25rem auto 0 auto;
    padding: 1rem 1rem 2rem 1rem;
    font-size: max(1rem, 12px);
    font-weight: 400;
    line-height: 1.4375;
    letter-spacing: 0.1em;
  }
}
.p-home-fv .p-home-fv__left .p-home-fv__left-news-date .p-home-fv__left-news-date-text {
  font-family: "Montserrat", serif;
  color: #ffffff;
}
.p-home-fv .p-home-fv__left .p-home-fv__left-news-date .p-home-fv__left-news-date-text-year {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-family: "Montserrat", serif;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__left .p-home-fv__left-news-date .p-home-fv__left-news-date-text-year {
    font-size: max(0.875rem, 11px);
    font-weight: 400;
    line-height: 1.6428571429;
    letter-spacing: 0.1em;
  }
}
.p-home-fv .p-home-fv__left .p-home-fv__left-news-text {
  font-family: "notosans", serif;
  margin-top: 1rem;
  margin-left: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__left .p-home-fv__left-news-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -moz-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-align: center;
    margin: 0 auto;
    font-size: max(1rem, 13px);
    font-weight: 400;
    line-height: 1.4375;
    letter-spacing: 0.1em;
  }
}
.p-home-fv .p-home-fv__left .p-home-fv__left-news-more {
  margin-top: 1.25rem;
}
.p-home-fv .p-home-fv__left .p-home-fv__left-news-more .p-home-fv__left-news-more-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-family: "Montserrat", serif;
  border-top: 1px dotted #61774D;
  border-bottom: 1px solid #61774D;
  padding: 0.625rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__left .p-home-fv__left-news-more .p-home-fv__left-news-more-link {
    font-size: max(1.125rem, 13px);
    font-weight: 600;
    line-height: 1.2777777778;
    letter-spacing: 0.1em;
  }
}
.p-home-fv .p-home-fv__left .p-home-fv__left-news-more .p-home-fv__left-news-more-link:hover {
  opacity: 0.7;
}
.p-home-fv .p-home-fv__left .p-home-fv__left-cursor {
  position: absolute;
  width: 1px;
  height: 6.25rem;
  top: -7.25rem;
  right: 2.5rem;
  background-color: #ffffff;
  z-index: 3;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__left .p-home-fv__left-cursor {
    top: inherit;
    bottom: 0;
    left: 4.6875rem;
    right: inherit;
    height: 4.875rem;
    background-color: #393738;
  }
}
.p-home-fv .p-home-fv__left .p-home-fv__left-cursor:before {
  content: "";
  position: absolute;
  left: -3px;
  bottom: 0;
  width: 7px;
  height: 22px;
  background: #ffffff;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
          animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__left .p-home-fv__left-cursor:before {
    width: 7px;
    height: 24px;
    left: -3px;
    background: #393738;
  }
}
.p-home-fv .p-home-fv__right {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__right {
    width: calc(100% - 9.375rem);
  }
}
.p-home-fv .p-home-fv__right .p-home-fv__right-img {
  height: calc(100vh - 6.25rem);
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__right .p-home-fv__right-img {
    height: calc(100vh - 4.375rem);
  }
}
.p-home-fv .p-home-fv__right .p-home-fv__right-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.p-home-fv .p-home-fv__right .p-home-fv__right-sns {
  display: none;
  position: fixed;
  top: 6.875rem;
  right: 3.75rem;
  z-index: 4;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__right .p-home-fv__right-sns {
    display: block;
  }
}
.p-home-fv .p-home-fv__right .p-home-fv__right-sns img {
  display: block;
  width: 2.1875rem;
  min-width: 30px;
  margin-top: 0.625rem;
}
.p-home-fv .p-home-fv__right .p-home-fv__right-logo {
  display: none;
  position: absolute;
  bottom: 4.375rem;
  right: 3.75rem;
}
@media screen and (min-width: 781px) {
  .p-home-fv .p-home-fv__right .p-home-fv__right-logo {
    display: block;
  }
}
.p-home-fv .p-home-fv__right .p-home-fv__right-logo img {
  display: block;
  width: 24.375rem;
  min-width: 340px;
  margin-top: 0.625rem;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 5rem;
    @media screen and (min-width: 781px) {
      bottom: 54px;
    }
  }
  100% {
    bottom: 0px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 5rem;
    @media screen and (min-width: 781px) {
      bottom: 54px;
    }
  }
  100% {
    bottom: 0px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* p-home-reservation
----------------------------------------- */
.p-home-mission {
  display: none;
  padding: 11.75rem 0 12.375rem 0;
  text-align: center;
}
@media screen and (min-width: 781px) {
  .p-home-mission {
    display: block;
  }
}
.p-home-mission .p-home-mission-title {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-mission .p-home-mission-title {
    font-size: max(2.5rem, 24px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
.p-home-mission .p-home-mission-text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
  font-family: "Montserrat", serif;
  margin-top: 1.25rem;
}
@media screen and (min-width: 781px) {
  .p-home-mission .p-home-mission-text {
    font-size: max(0.875rem, 12px);
    font-weight: 400;
    line-height: 1.6428571429;
    letter-spacing: 0.1em;
  }
}

/* p-home-reservation
----------------------------------------- */
.p-home-about {
  margin-bottom: 6.25rem;
}
.p-home-about .p-home-about__content {
  width: 94%;
  margin: 0 auto;
  padding: 8.75rem 0 9.375rem 0;
}
@media screen and (min-width: 781px) {
  .p-home-about .p-home-about__content {
    width: 80%;
    max-width: 100rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
}
.p-home-about .p-home-about__content .p-home-about__content-title {
  position: relative;
  color: #393837;
  padding-bottom: 1.875rem;
  text-align: center;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.3684210526;
  letter-spacing: 0.1em;
}
.p-home-about .p-home-about__content .p-home-about__content-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 2.5rem);
  width: 5rem;
  height: 1px;
  background-color: #393738;
}
@media screen and (min-width: 781px) {
  .p-home-about .p-home-about__content .p-home-about__content-title {
    text-align: left;
    padding-bottom: 2.5rem;
    font-size: max(2.5rem, 20px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}
.p-home-about .p-home-about__content .p-home-about__content-text {
  text-align: center;
  margin-top: 3.75rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 781px) {
  .p-home-about .p-home-about__content .p-home-about__content-text {
    text-align: left;
    margin-top: 0;
    font-size: max(1rem, 10px);
    font-weight: 400;
    line-height: 2.375;
    letter-spacing: 0.15em;
  }
}

/* p-home-reservation
----------------------------------------- */
.p-home-urban {
  position: relative;
  background-color: #F8F8F8;
  padding-bottom: 12.5rem;
}
.p-home-urban .p-home-urban__wrapper {
  position: relative;
  width: 100%;
  z-index: 3;
  text-align: center;
  padding: 12rem 0 9rem 0;
  transform: scale(0.6);
  transition: transform 0.8s ease-in-out;
}
.p-home-urban .p-home-urban__wrapper.zoom-in {
  transform: scale(1);
}
.p-home-urban .p-home-urban__image img {
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover; /* 画像を画面いっぱいに表示 */
  width: 70%;
  height: auto;
  aspect-ratio: 390/581;
}
@media screen and (min-width: 781px) {
  .p-home-urban .p-home-urban__image img {
    width: 60%;
    aspect-ratio: 16/9;
  }
}
.p-home-urban .p-home-urban__content-wrapper {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 1.25rem;
  z-index: 2;
}
.p-home-urban .p-home-urban__content-wrapper::before {
  content: "";
  position: absolute;
  top: -26.25rem;
  left: -10%;
  width: 120%;
  height: 40rem;
  background-color: #ffffff;
  z-index: 0;
}
.p-home-urban .p-home-urban__content-img-wrapper {
  position: absolute;
  top: -27rem;
  left: 0;
}
.p-home-urban .p-home-urban__image-fixed {
  position: relative;
  width: 94%;
  margin: 0 auto;
}
.p-home-urban .p-home-urban__content {
  position: relative;
  text-align: center;
  border: 1px solid #393738;
  background-color: #ffffff;
  padding: 2.5rem 5rem;
  z-index: 2;
}
.p-home-urban .p-home-urban__content .p-home-urban__content-title {
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.6666666667;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-urban .p-home-urban__content .p-home-urban__content-title {
    font-size: max(3.25rem, 26px);
    font-weight: 400;
    line-height: 1.0769230769;
    letter-spacing: 0.1em;
  }
}
.p-home-urban .p-home-urban__content .p-home-urban__content-main-text {
  margin-top: 3.125rem;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 781px) {
  .p-home-urban .p-home-urban__content .p-home-urban__content-main-text {
    margin-top: 1.25rem;
    font-size: max(2rem, 16px);
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.1em;
  }
}
.p-home-urban .p-home-urban__content .p-home-urban__content-sub-text {
  margin-top: 3.125rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.12em;
}
@media screen and (min-width: 781px) {
  .p-home-urban .p-home-urban__content .p-home-urban__content-sub-text {
    margin-top: 1.25rem;
    font-size: max(1rem, 13px);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.12em;
  }
}

/* p-home-reservation
----------------------------------------- */
.p-home-service {
  border-top: 2px solid #393738;
  border-bottom: 2px solid #393738;
  padding: 8.75rem 0;
}
@media screen and (min-width: 781px) {
  .p-home-service {
    padding: 12.5rem 0;
  }
}
.p-home-service .p-home-service-title {
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.3157894737;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service-title {
    font-size: max(2.75rem, 26px);
    font-weight: 400;
    line-height: 1.2727272727;
    letter-spacing: 0.1em;
  }
}
.p-home-service .p-home-service__list {
  width: 95%;
  max-width: 87.5rem;
  margin: 0 5% 0 0;
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service__list {
    width: 80%;
    max-width: 87.5rem;
    margin: 0 auto;
  }
}
.p-home-service .p-home-service__list-item {
  margin-top: 8.75rem;
}
.p-home-service .p-home-service__list-item:nth-of-type(even) {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service__list-item:nth-of-type(even) {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service__list-item {
    margin-top: 9.375rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.p-home-service .p-home-service__list-item .p-home-service__list-item-img {
  width: 100%;
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service__list-item .p-home-service__list-item-img {
    width: 55%;
  }
}
.p-home-service .p-home-service__list-item .p-home-service__list-item-text-wrapper {
  width: 95%;
  margin: 0 0 0 5%;
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service__list-item .p-home-service__list-item-text-wrapper {
    width: 40%;
  }
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service__list-item:nth-of-type(even) .p-home-service__list-item-text-wrapper {
    margin: 0 5% 0 0;
  }
}
.p-home-service .p-home-service__list-item .p-home-service__list-item-title {
  margin-top: 3.125rem;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.5333333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service__list-item .p-home-service__list-item-title {
    font-size: max(1.375rem, 16px);
    font-weight: 400;
    line-height: 1.6363636364;
    letter-spacing: 0.1em;
  }
}
.p-home-service .p-home-service__list-item .p-home-service__list-item-text {
  margin-top: 1.5625rem;
  font-family: "notosans", serif;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.4615384615;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service__list-item .p-home-service__list-item-text {
    font-size: max(1rem, 12px);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.p-home-service .p-home-service__bottom-text-wrapper {
  padding-top: 10.625rem;
}
.p-home-service .p-home-service__bottom-text-wrapper .p-home-service__bottom-text {
  text-align: center;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.2666666667;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 781px) {
  .p-home-service .p-home-service__bottom-text-wrapper .p-home-service__bottom-text {
    font-size: max(2.5rem, 26px);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
}

/* p-home-reservation
----------------------------------------- */
.p-home-vision {
  background-color: #F8F8F8;
  padding: 8.75rem 0;
}
@media screen and (min-width: 781px) {
  .p-home-vision {
    padding: 12.5rem 0;
  }
}
.p-home-vision .p-home-vision-title {
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.3157894737;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-vision .p-home-vision-title {
    font-size: max(2.75rem, 26px);
    font-weight: 400;
    line-height: 1.2727272727;
    letter-spacing: 0.1em;
  }
}
.p-home-vision .p-home-vision__list {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 781px) {
  .p-home-vision .p-home-vision__list {
    width: 80%;
    max-width: 87.5rem;
  }
}
.p-home-vision .p-home-vision__list-item {
  position: relative;
  background-color: #ffffff;
  padding: 1.25rem 1.25rem 6.25rem 1.25rem;
  margin-top: 9.375rem;
}
@media screen and (min-width: 781px) {
  .p-home-vision .p-home-vision__list-item {
    padding: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 781px) {
  .p-home-vision .p-home-vision__list-item .p-home-vision__list-item-img {
    width: 25%;
  }
}
@media screen and (min-width: 781px) {
  .p-home-vision .p-home-vision__list-item .p-home-vision__list-item-text-wrapper {
    width: 70%;
  }
}
.p-home-vision .p-home-vision__list-item .p-home-vision__list-item-title {
  border-top: 1px solid #393738;
  border-bottom: 1px solid #393738;
  padding: 2.25rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-vision .p-home-vision__list-item .p-home-vision__list-item-title {
    font-size: max(1.375rem, 16px);
    font-weight: 700;
    line-height: 1.6363636364;
    letter-spacing: 0.1em;
  }
}
.p-home-vision .p-home-vision__list-item .p-home-vision__list-item-text {
  text-align: center;
  font-family: "notosans", serif;
  margin-top: 2.8125rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-vision .p-home-vision__list-item .p-home-vision__list-item-text {
    font-size: max(1rem, 12px);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.1em;
  }
}
.p-home-vision .p-home-vision__list-item .p-home-vision__list-item-category {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  color: #ffffff;
  background-image: url(../images/home/vision_category_bg.webp);
  font-family: "Montserrat", serif;
  aspect-ratio: 105/44;
  padding: 0.25rem 1.875rem 0 1.875rem;
  align-content: center;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-vision .p-home-vision__list-item .p-home-vision__list-item-category {
    font-size: max(1.125rem, 12px);
    font-weight: 600;
    line-height: 1.6666666667;
    letter-spacing: 0.1em;
  }
}

/* p-home-reservation
----------------------------------------- */
.p-home-message {
  padding: 11.25rem 0;
}
.p-home-message .p-home-message__content-wrapper {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #393738;
  background-color: #F8F8F8;
  padding: 0.625rem;
}
@media screen and (min-width: 781px) {
  .p-home-message .p-home-message__content-wrapper {
    width: 80%;
    max-width: 87.5rem;
  }
}
.p-home-message .p-home-message__content {
  border: 1px solid #393738;
  background-color: #ffffff;
  padding: 5rem 2.5rem 7.25rem 2.5rem;
}
@media screen and (min-width: 781px) {
  .p-home-message .p-home-message__content {
    padding: 5rem 0 7.25rem 0;
  }
}
.p-home-message .p-home-message__title {
  text-align: center;
  font-family: "Montserrat", serif;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.3157894737;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-message .p-home-message__title {
    font-size: max(2.75rem, 26px);
    font-weight: 400;
    line-height: 1.2727272727;
    letter-spacing: 0.1em;
  }
}
.p-home-message .p-home-message__text {
  text-align: center;
  font-family: "notosans", serif;
  margin-top: 3.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5833333333;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 781px) {
  .p-home-message .p-home-message__text {
    font-size: max(1rem, 13px);
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 0.12em;
  }
}

.u-only-sp {
  display: block;
}
@media screen and (min-width: 781px) {
  .u-only-sp {
    display: none !important;
  }
}

.u-only-pc {
  display: none;
}
@media screen and (min-width: 781px) {
  .u-only-pc {
    display: block;
  }
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
  padding: 0 2px;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  margin-bottom: 3rem;
  position: relative;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list {
  display: block;
}

.splide__track--fade > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #151515;
  height: 2.2em;
  width: 2.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 16.5%;
  top: 48%;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 16.5%;
  top: 48%;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: -5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #1F1F8B;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: transparent;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*# sourceMappingURL=style.css.map */