@charset "UTF-8";
/*
 * updated --- 2024/10/04
*/
/* ==========================================================================
//   Foundation
// ======================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/**
 * 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 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/* ==========================================================================
	Base
============================================================================= */
/* CSS変数設定
============================================================================= */
:root {
  --mq-mobile: 320;
  --mq-sp: 767;
  --mq-tab: 1024;
  --mq-header: 1300;
  --mq-pc: 1367;
  --spacing: 0.06em;
  --header-height: 80px;
  --section-padding-vertical: 80px;
  --section-padding-horizontal: 60px;
}
@media screen and (max-width: 1367px) {
  :root {
    --section-padding-vertical: 60px;
    --section-padding-horizontal: 30px;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --header-height: 56px;
    --section-padding-horizontal: 15px;
    --section-padding-vertical: 50px;
  }
}

/* Base設定
============================================================================= */
html {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.1713030747vw;
  }
}

html,
body {
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #fff;
  color: #6a6a6a;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: var(--header-height);
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

* {
  letter-spacing: var(--spacing);
  box-sizing: border-box;
}

a {
  color: #3c3c3c;
  transition: opacity 0.3s ease, color 0.3s ease, border 0.3s ease, background-color 0.3s ease, text-decoration-color 0.3s ease;
}

.is-pc a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* ==============================
// container
// コンテンツ幅
================================= */
.l-container {
  padding: 0 6.4102564103%;
}
@media (min-width: 768px) {
  .l-container {
    width: clamp(37.3333333333rem, calc(597.3333333333rem - (0.7777777778rem*768))/16 + calc(0.7777777778vw * 100)/1, 70rem);
  }
}
@media (min-width: 1441px) {
  .l-container {
    width: clamp(70rem, calc(1120rem - (0.7777777778rem*1440))/16 + calc(0.7777777778vw * 100)/1, 124.4444444444rem);
  }
}
@media (min-width: 768px) {
  .l-container {
    padding-left: clamp(5.3333333333rem, calc(85.3333333333rem - (0.1111111111rem*768))/16 + calc(0.1111111111vw * 100)/1, 10rem);
  }
}
@media (min-width: 1441px) {
  .l-container {
    padding-left: clamp(10rem, calc(160rem - (0.1111111111rem*1440))/16 + calc(0.1111111111vw * 100)/1, 17.7777777778rem);
  }
}
@media screen and (min-width: 768px) {
  .l-container {
    padding-right: 0;
  }
}
@media screen and (min-width: 1367px) {
  .l-container {
    padding-right: 0;
  }
}

/* ==========================================================================
  footer
============================================================================= */
.l-footer {
  padding-top: 3.125rem;
  padding-bottom: 7.5rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-footer {
    width: 61.25rem;
    padding-top: 4rem;
    padding-bottom: 5.375rem;
  }
}

.l-footer__inner address {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__inner address {
    font-size: 0.875rem;
    margin-bottom: 12px;
  }
}
.l-footer__inner .p-home-detail__banner {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-footer__inner .p-home-detail__banner {
    width: 31.875rem;
  }
}

.l-footer__head {
  font-size: 0.9375rem;
  line-height: 1.8666666667;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 1.875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-footer__head {
    font-size: 1.3125rem;
    line-height: 1.3333333333;
    margin-bottom: 34px;
  }
}

.l-footer__logo {
  width: 7.625rem;
  height: 5.0625rem;
  margin: 0 auto 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer__logo {
    width: 8.9375rem;
    height: 5.9375rem;
    margin: 0 auto 1.25rem;
  }
}

.l-footer__logo-link {
  display: block;
}
.l-footer__logo-link img {
  width: 100%;
}

.l-footer__tel {
  font-size: 0.75rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .l-footer__tel {
    font-size: 0.875rem;
  }
}

.l-footer__social {
  margin-top: 1.875rem;
}

.l-footer__social-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.875rem;
}

.l-footer__social-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  column-gap: 10px;
}

.l-footer__social-item {
  width: 3.75rem;
  height: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-footer__social-item {
    width: 60px;
    height: 60px;
  }
}

.l-footer__external {
  margin-top: 1.875rem;
}

.l-footer__external-title {
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5714285714;
}

.l-footer__external-figure {
  width: 16.25rem;
  height: 5.25rem;
  margin: 0.6875rem auto 1.875rem;
}
@media screen and (min-width: 768px) {
  .l-footer__external-figure {
    width: 23.75rem;
    height: 8.75rem;
    margin: 0.6875rem auto 1.875rem;
  }
}

.l-footer__copy {
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 0.6875rem;
}

/* ==========================================================================
   hamburgerのモジュール
============================================================================= */
.l-hamburger {
  position: relative;
  width: 1.5625rem;
  height: 1.25rem;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .l-hamburger {
    display: none;
  }
}
.l-hamburger.is-active .l-hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(0.6rem) rotate(-45deg);
  transform: translateY(0.6rem) rotate(-45deg);
}
.l-hamburger.is-active .l-hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.l-hamburger.is-active .l-hamburger__line:nth-of-type(3) {
  -webkit-transform: translateY(-0.55rem) rotate(45deg);
  transform: translateY(-0.55rem) rotate(45deg);
}

.l-hamburger__line {
  position: absolute;
  transition: all 0.4s;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #6a6a6a;
}
.l-hamburger__line:nth-of-type(1) {
  top: 0;
}
.l-hamburger__line:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.l-hamburger__line:nth-of-type(3) {
  bottom: 0;
}

/* ==========================================================================
   header
============================================================================= */
.l-header {
  top: 0;
  position: fixed;
  z-index: 10;
  width: 100%;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .l-header {
    background-color: #fff;
    width: 24.125rem;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
  }
}
.l-header .l-container {
  position: relative;
  z-index: 10;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-header .l-container {
    padding: 1.25rem 1.6875rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.l-header-nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-nav {
    display: block;
  }
}

.l-header__logo-wrap {
  margin: 0;
  display: block;
}

.l-header__logo {
  width: 13.125rem;
  height: 2.5rem;
  display: block;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: 15.375rem;
    height: 2.9375rem;
  }
}
.l-header__logo img {
  display: block;
  width: 100%;
  height: 100%;
}

.l-header-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .l-header-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 1.5625rem;
  }
}

@media screen and (min-width: 768px) {
  .l-header-nav {
    width: 100%;
  }
}

.l-header-nav__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.l-header-nav__item {
  width: 100%;
}
.l-header-nav__item:first-child .l-header-nav__link {
  border-top: 1px solid #707070;
}

.l-header-nav__link {
  padding: 0.9375rem 0.75rem;
  text-decoration: none;
  border-bottom: 1px solid #707070;
  display: block;
  color: #6a6a6a;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .l-header-nav__link {
    font-size: 0.8vw;
    padding: 0.3125rem 0.4375rem;
  }
}
@media screen and (min-width: 1566px) {
  .l-header-nav__link {
    font-size: 0.625rem;
    padding: 0.4375rem 0.75rem;
  }
}

.l-header-banner {
  display: none;
  background-color: #f0f0f0;
  border-radius: 0.625rem;
  margin-top: 3.75rem;
  padding: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-header-banner {
    display: block;
    margin: 30px auto 0;
  }
}

.l-header-banner__figure {
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.625rem;
}

.l-header-banner__text {
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  line-height: 1.2;
  color: #1a1311;
}

.l-header-banner__button-inner {
  margin-top: 0.75rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0.375rem;
}

.l-header-banner__purchase {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0.4375rem;
  background-image: url(../images/common/header_banner_button_purchase.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 12.9375rem;
  height: 3.5625rem;
  border-radius: 3.125rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-header-banner__purchase-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .l-header-banner__purchase-text {
    font-size: 1.1vw;
  }
}

.l-header-banner__document {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0.4375rem;
  background-image: url(../images/common/header_banner_button_document.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 7.0625rem;
  height: 3.5625rem;
  border-radius: 3.125rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.l-header-banner__document-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.9375rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
  .l-header-banner__document-text {
    font-size: 0.8vw;
  }
}

/* ==========================================================================
   スマホのハンバーガーボタン押下メニューのモジュール
============================================================================= */
html.is-spMenuActive {
  overflow: hidden;
}
html.is-spMenuActive .l-drawer {
  opacity: 1;
  visibility: visible;
}

.l-drawer {
  overflow-y: scroll;
  height: 100svh;
  background-color: #fff;
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding-top: 5.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .l-drawer {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}
.l-drawer.is-active {
  opacity: 1;
  visibility: visible;
}
.l-drawer .l-header-banner {
  display: block;
}

.l-drawer__nav-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.l-drawer__nav-item {
  width: 100%;
}
.l-drawer__nav-item:last-child {
  border-bottom: 1px solid #707070;
}

.l-drawer__nav-link {
  display: block;
  text-decoration: none;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 0.875rem;
  padding-left: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #6a6a6a;
  border-top: 1px solid #707070;
}

.l-drawer__bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
}

/* ==========================================================================
	テキストのモジュール
============================================================================= */
/* ==========================================================================
	アニメーション
============================================================================= */
.inview {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transform: translateY(1rem);
}
.inview.is-anim {
  opacity: 1;
  transform: translate(0%, 0%);
}

/* ==========================================================================
	home-mv
============================================================================= */
.p-home-mv__logo {
  width: 13.125rem;
  height: 2.5rem;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-home-mv__logo {
    display: block;
    position: absolute;
    top: 0.8125rem;
    left: 1.25rem;
    z-index: 1;
  }
}

.p-home-mv {
  margin-top: 3.75rem;
  height: calc(100svh - 3.75rem);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-mv {
    margin-top: 0;
  }
}
@media screen and (min-width: 1441px) {
  .p-home-mv {
    min-height: 1000px;
    margin-top: 0;
  }
}
.p-home-mv:before {
  content: "";
  background-image: url(../images/home/mv_grad_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 14.5625rem;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-home-mv:before {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-home-mv__box {
    position: absolute;
    top: 10.0625rem;
    left: 7.5rem;
    transform: translate(0%, 0%);
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 5.5rem;
  }
}

.p-home-mv__desc {
  z-index: 1;
  position: absolute;
  top: 2rem;
  left: 1.5rem;
  transform: translate(0%, 0%);
  font-size: 1.125rem;
  line-height: 2.2222222222;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-shadow: 0px 3px 14px rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  .p-home-mv__desc {
    font-size: 1.625rem;
    line-height: 2;
    top: 0;
    left: 0;
    position: relative;
  }
}

.p-home-mv__slider {
  height: 100%;
}
.p-home-mv__slider .splide__track {
  height: 100%;
}
.p-home-mv__slider .splide__list {
  height: 100%;
}
.p-home-mv__slider .splide__slide {
  height: 100%;
}
.p-home-mv__slider .splide__slide figure {
  height: 100%;
}
.p-home-mv__slider .splide__slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-mv__product-name {
  width: 57.0625rem;
  height: 10.5rem;
  position: absolute;
  bottom: 5.625rem;
  left: 50%;
  transform: translate(-50%, 0%);
  object-fit: cover;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-home-mv__product-name {
    margin-left: -4.375rem;
    width: 36.5625rem;
    transform: translate(0%, 0%);
    position: relative;
    bottom: 0;
    left: 0;
  }
}

/* ==========================================================================
	home-detail
============================================================================= */
.p-home-detail {
  background-image: url(../images/home/detail_bg_sp.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-detail {
    position: relative;
    background-image: url(../images/home/detail_bg_pc.jpg);
  }
}
.p-home-detail:after {
  content: "";
  background-image: url(../images/home/mv_bg_white_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 23.4375rem;
  height: 9.4375rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail:after {
    display: none;
  }
}
.p-home-detail:before {
  content: "";
  background-image: url(../images/home/mv_grad_pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-home-detail:before {
    width: 61.375rem;
    height: 24.5625rem;
    display: block;
    top: -11.875rem;
  }
}
.p-home-detail .l-container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-home-detail .l-container {
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home-detail .p-home-detail__head {
    transform: translate(0%, 2.5rem);
    position: static;
  }
}
@media screen and (min-width: 768px) {
  .p-home-detail .p-home-detail__head.is-anim {
    transform: translate(0%, 0%);
  }
}

@media screen and (min-width: 768px) {
  .p-home-detail__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
}

.p-home-detail__head {
  width: 17.5625rem;
  height: 12.9375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-home-detail__head {
    position: absolute;
    top: -9.375rem;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 46.5rem;
    height: 14.75rem;
    z-index: 1;
  }
}
@media screen and (min-width: 1566px) {
  .p-home-detail__head {
    margin-top: 1.25rem;
  }
}
.p-home-detail__head img {
  margin-top: -5.625rem;
}
.p-home-detail__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  margin-top: -4.375rem;
  column-gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__list {
    column-gap: 0.875rem;
    margin-top: -3.125rem;
  }
}

.p-home-detail__item {
  width: 9.375rem;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-home-detail__item {
    width: 19rem;
  }
}

.p-home-detail__item-figure {
  border-radius: 0.625rem 0.625rem 0 0;
}
.p-home-detail__item-figure img {
  border-radius: 0.625rem 0.625rem 0 0;
  aspect-ratio: 150/133;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-home-detail__item-figure img {
    aspect-ratio: 304/277;
  }
}

.p-home-detail__item-content {
  background-color: #fff;
  border-radius: 0 0 0.625rem 0.625rem;
  padding: 0.9375rem 1.125rem 1.625rem;
}

.p-home-detail__item-content-head {
  font-size: 0.9375rem;
  line-height: -0.03em;
  font-weight: 900;
  line-height: 1.4;
  color: #2d3b36;
  text-align: center;
  margin-bottom: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__item-content-head {
    font-size: 1.1875rem;
    margin-bottom: 0.625rem;
  }
}

.p-home-detail__item-content-title {
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.3125;
  text-align: center;
  margin-bottom: 0.625rem;
  white-space: nowrap;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .p-home-detail__item-content-title {
    font-size: 1.5625rem;
    margin-bottom: 0.5rem;
    line-height: 1.36;
  }
}

.p-home-detail__annotation {
  font-size: 0.5625rem;
  line-height: 1.3333333333;
  letter-spacing: 0;
  font-weight: 600;
  color: #1a1311;
  width: 19.5rem;
  margin: 0.8125rem auto;
}
@media screen and (min-width: 768px) {
  .p-home-detail__annotation {
    font-size: 0.5625rem;
    width: 38.875rem;
    margin: 1.25rem auto 0;
  }
}

.p-home-detail__price {
  width: 19.5rem;
  height: 6.875rem;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__price {
    width: 38.875rem;
    height: 11.25rem;
    margin-top: 1.875rem;
  }
}

.p-home-detail__item-content-text {
  font-size: 0.5625rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-align: center;
  color: #1a1311;
}
@media screen and (min-width: 768px) {
  .p-home-detail__item-content-text {
    font-size: 0.9375rem;
    line-height: 1.4666666667;
  }
}

.p-home-detail__cta {
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__cta {
    margin-top: 3.125rem;
  }
}

.p-home-detail__cta-text {
  text-align: center;
  font-size: 1.0625rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #1a1311;
  margin-bottom: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__cta-text {
    font-size: 1.6875rem;
    margin-bottom: 1.125rem;
  }
}

.p-home-detail__cta-button-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  row-gap: 0.875rem;
}

.p-home-detail__cta-button-purchase {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0.3125rem;
  background-image: url(../images/common/purchase_button_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 16.875rem;
  height: 3.5625rem;
  border-radius: 3.125rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-home-detail__cta-button-purchase {
    column-gap: 0.5rem;
    width: 27.125rem;
    height: 5.6875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-detail__cta-button-purchase img {
    width: 2.625rem;
    height: 2.5rem;
  }
}

.p-home-detail__cta-button-purchase-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  line-height: 1.4444444444;
}
@media screen and (min-width: 768px) {
  .p-home-detail__cta-button-purchase-text {
    font-size: 1.75rem;
  }
}

.p-home-detail__cta-button-document {
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0.3125rem;
  background-image: url(../images/common/document_button_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 11.125rem;
  height: 2.4375rem;
  border-radius: 3.125rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-home-detail__cta-button-document {
    width: 17.875rem;
    height: 3.9375rem;
    column-gap: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-detail__cta-button-document img {
    width: 1.9375rem;
    height: 2rem;
  }
}

.p-home-detail__cta-button-document-text {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
@media screen and (min-width: 768px) {
  .p-home-detail__cta-button-document-text {
    font-size: 1.375rem;
  }
}

.p-home-detail__feature {
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__feature {
    margin-top: 7.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-detail__feature-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-home-detail__feature-head img {
    width: 36.5rem;
    height: 15rem;
  }
}

.p-home-detail__feature-head-text {
  margin-top: 0.625rem;
  color: #233839;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-home-detail__feature-head-text {
    margin-top: 1.125rem;
    font-size: 0.75rem;
    width: 36.5rem;
  }
}

.p-home-detail__feature-water {
  margin-top: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__feature-water {
    margin-top: 3.75rem;
  }
}

.p-home-detail__feature-water-title {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 2.25;
  text-align: center;
  color: #2d3b36;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__feature-water-title {
    line-height: 1.5;
    margin-bottom: 2.5rem;
    font-size: 2.1875rem;
  }
}

.p-home-detail__feature-water-title-blue {
  text-decoration: underline;
  color: #02b1bf;
}

.p-home-detail__feature-water-list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__feature-water-list {
    column-gap: 1.375rem;
  }
}

.p-home-detail__feature-water-item {
  width: 6.3125rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__feature-water-item {
    width: 11.875rem;
  }
}

.p-home-detail__feature-water-img {
  border-radius: 50%;
  margin-bottom: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__feature-water-img {
    margin-bottom: 0.8125rem;
  }
}
.p-home-detail__feature-water-img img {
  border-radius: 50%;
  aspect-ratio: 100/100;
  object-fit: cover;
}

.p-home-detail__feature-water-img-text {
  font-size: 1.1875rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.4210526316;
}
@media screen and (min-width: 768px) {
  .p-home-detail__feature-water-img-text {
    font-size: 1.75rem;
  }
}

.p-home-detail__effect {
  margin-top: 2.4375rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__effect {
    padding-bottom: 2.6875rem;
  }
}

.p-home-detail__effect-list {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 0.1875rem;
  row-gap: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__effect-list {
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
    width: 100%;
    margin: 0;
  }
}

.p-home-detail__effect-item {
  width: 11.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__effect-item {
    width: 15.0625rem;
  }
}

.p-home-detail__effect-item-img img {
  aspect-ratio: 184/125;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-home-detail__effect-item-img img {
    aspect-ratio: 242/269;
  }
}

.p-home-detail__effect-item-text {
  margin-top: 0.625rem;
  font-weight: 700;
  text-align: center;
  font-size: 1.0625rem;
  color: #2d3b36;
  line-height: 1.3529411765;
}
@media screen and (min-width: 768px) {
  .p-home-detail__effect-item-text {
    margin-top: 0.6875rem;
    font-size: 1.375rem;
  }
}

.p-home-detail__banner-sec {
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-home-detail__banner-sec {
    padding-bottom: 6.25rem;
  }
}

.p-home-detail__banner {
  width: 19.375rem;
  margin: 2.5rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-home-detail__banner {
    margin: 3.75rem auto 0;
    width: 38.5rem;
  }
}

/* ==========================================================================
	home-improvement
============================================================================= */
.p-home-improvement {
  padding-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-improvement {
    padding-top: 3.90625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-improvement .l-container {
    width: 100%;
    padding-left: 0;
  }
}
.p-home-improvement .p-home-detail__block {
  background-color: #f0f0f0;
  border-radius: 0.3125rem;
  padding: 2.25rem 1.4375rem 1.875rem;
  margin-left: -0.875rem;
  margin-right: -0.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-improvement .p-home-detail__block {
    display: none;
  }
}
.p-home-improvement .p-home-detail__block .p-home-detail__head {
  width: 17.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-home-improvement .p-home-detail__block .p-home-detail__head {
    position: relative;
  }
}
.p-home-improvement .p-home-detail__block .p-home-detail__head img {
  margin-top: 0;
}
.p-home-improvement .p-home-detail__block .p-home-detail__list {
  column-gap: 0.75rem;
  margin-top: 0.9375rem;
}
.p-home-improvement .p-home-detail__block .p-home-detail__list .p-home-detail__item {
  width: 8.25rem;
  flex-shrink: 0;
}
.p-home-improvement .p-home-detail__block .p-home-detail__list .p-home-detail__item .p-home-detail__item-content-title {
  font-size: 0.875rem;
}
.p-home-improvement .p-home-detail__block .p-home-detail__list .p-home-detail__item .p-home-detail__item-content-text {
  font-size: 0.5rem;
}
.p-home-improvement .p-home-detail__banner {
  margin-bottom: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-home-improvement .p-home-detail__banner {
    display: none;
  }
}

.p-home-improvement__head {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-improvement__head {
    padding-bottom: 3.75rem;
  }
}

.p-home-improvement__figure {
  width: 16.875rem;
  margin: 0 auto 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-improvement__figure {
    width: 42.5rem;
    margin: 0 auto;
  }
}

.p-home-improvement__video-sec {
  padding: 5rem 0 5.5rem;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-improvement__video-sec {
    padding: 5rem 0 5rem;
    width: 100%;
    margin: 0;
  }
}
.p-home-improvement__video-sec:before {
  z-index: 1;
  content: "";
  background-color: #2d3b36;
  opacity: 0.67;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-home-improvement__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-home-improvement__video-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.p-home-improvement__video-text {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5555555556;
  color: #fff;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-improvement__video-text {
    margin-bottom: 2.375rem;
    font-size: 1.375rem;
    line-height: 1.8181818182;
  }
}

.p-home-improvement__video-lead {
  width: 18.25rem;
  height: 4.5rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-improvement__video-lead {
    width: 21.8125rem;
    height: 5.1875rem;
    margin-bottom: 3.375rem;
  }
}

.p-home-improvement__video-figure {
  width: 20.4375rem;
  height: 11.5rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-home-improvement__video-figure {
    width: 30.625rem;
    height: 17.1875rem;
  }
}
.p-home-improvement__video-figure iframe {
  aspect-ratio: 327/184;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-home-improvement__video-figure iframe {
    aspect-ratio: 490/275;
  }
}

/* ==========================================================================
	home-case
============================================================================= */
.p-home-case {
  padding-top: 5rem;
  overflow: hidden;
}

.p-home-case__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.p-home-case__title-small {
  font-size: 1rem;
  line-height: 2.25;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-home-case__title-large {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-home-case__title-large {
    font-size: 2.25rem;
  }
}

.p-home-case__slider {
  padding-left: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-case__slider {
    padding-left: 0;
    width: 46.4375rem;
    margin: 0 auto;
  }
}
.p-home-case__slider .splide__track {
  overflow: unset;
}
.p-home-case__slider .splide__list {
  padding-top: 2.5rem !important;
}
@media screen and (min-width: 768px) {
  .p-home-case__slider .splide__list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    display: flex !important;
    padding-top: 4.375rem !important;
    column-gap: 1.9375rem;
  }
}
.p-home-case__slider .splide__slide {
  position: relative;
  border-radius: 0.625rem;
  box-shadow: 0 3px 36px rgba(0, 0, 0, 0.09);
  padding: 1.9375rem 0.625rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-case__slider .splide__slide {
    width: 22.25rem;
  }
}
.p-home-case__slider .splide__slide figure {
  margin-bottom: 0.8125rem;
}
.p-home-case__slider .splide__slide figure img {
  aspect-ratio: 270/201;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-home-case__slider .splide__slide figure img {
    aspect-ratio: 336/201;
  }
}

.p-home-case__slider-label {
  position: absolute;
  top: -0.8125rem;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) {
  .p-home-case__slider-label {
    top: -0.875rem;
  }
}

.p-home-case__head {
  margin-bottom: 0.8125rem;
}

.p-home-case__head-title {
  text-align: center;
  font-size: 1rem;
  line-height: 1.375;
  letter-spacing: 0.06em;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-home-case__head-title {
    font-size: 1.125rem;
  }
}

.p-home-case__head-text {
  text-align: center;
  line-height: 1.6923076923;
  letter-spacing: 0.06em;
  font-size: 0.8125rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-home-case__head-text {
    font-size: 0.875rem;
  }
}

.p-home-case__slider-title {
  font-size: 1.125rem;
  line-height: 1.4444444444;
  letter-spacing: 0.02em;
  color: #02b1bf;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-case__slider-title {
    font-size: 1.375rem;
    padding: 0 0.5rem;
  }
}

.p-home-case__slider-text {
  font-size: 0.75rem;
  line-height: 1.5833333333;
  letter-spacing: 0.04em;
  margin-bottom: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-home-case__slider-text {
    padding: 0 0.5rem;
    font-size: 1.0625rem;
  }
}

.p-home-case__slider-text-small {
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-home-case__slider-text-small {
    font-size: 0.75rem;
  }
}

.p-home-case__shop {
  padding-top: 3.6875rem;
  padding-bottom: 5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-case__shop {
    padding-top: 2.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-home-case__shop-wrap {
  background-color: #f0f0f0;
  border-radius: 0.625rem;
  padding: 1.25rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-case__shop-wrap {
    width: 46.5rem;
    margin: 0 auto;
    padding: 3.125rem 2.5rem 1.875rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 2.125rem;
  }
}

.p-home-case__shop-title {
  text-align: center;
  color: #6a6a6a;
  font-weight: 700;
  letter-spacing: 0.06em;
  font-size: 1rem;
  line-height: 1.375;
  margin-bottom: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-home-case__shop-title {
    font-size: 1.125rem;
    white-space: nowrap;
  }
}

.p-home-case__shop-box figure {
  width: 16.875rem;
  height: 3.5625rem;
}

.p-home-case__shop-text {
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 2.2;
  text-align: center;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 768px) {
  .p-home-case__shop-text {
    font-size: 0.75rem;
  }
}

/* ==========================================================================
	home-page
============================================================================= */
html.scroll-top {
  scroll-padding-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  html.scroll-top {
    scroll-padding-top: 0;
  }
}

body {
  overflow: unset;
}

@media screen and (min-width: 768px) {
  .p-home-container {
    width: 61.25rem;
  }
}

.p-sticky {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 100%;
  height: 9.375rem;
  background-image: url(../images/common/sticky_banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.7s ease;
}
@media screen and (min-width: 768px) {
  .p-sticky {
    display: none;
  }
}
.p-sticky.is-view {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.p-sticky__text {
  width: 20.125rem;
  height: 2.8125rem;
  margin: 0 auto 0.375rem;
}

.p-sticky__button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 0.375rem;
}

.p-sticky__button-link:first-child {
  width: 12.9375rem;
  height: 3.5625rem;
}
.p-sticky__button-link:nth-child(2) {
  width: 7.0625rem;
  height: 3.5625rem;
}

/* ==========================================================================
	home-amazing
============================================================================= */
.p-home-amazing {
  overflow: hidden;
}
.p-home-amazing .p-loop__text .p-loop__img {
  width: 93.75rem;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing .p-loop__text .p-loop__img {
    width: 139.375rem;
    height: 22.25rem;
  }
}

.p-home-amazing__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__title {
    margin-bottom: 2.1875rem;
  }
}

.p-home-amazing_title-small {
  font-size: 1rem;
  line-height: 2.25;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.p-home-amazing_title-large {
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-home-amazing_title-large {
    font-size: 2.25rem;
  }
}

.p-home-amazing__detail {
  padding-top: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__detail {
    padding-top: 0.625rem;
  }
}
.p-home-amazing__detail .p-home-amazing__accordion:first-child .p-home-amazing__accordion-content {
  display: block;
}
.p-home-amazing__detail .p-home-amazing__accordion:first-child .p-home-amazing__accordion-head {
  position: relative;
  overflow: hidden;
}
.p-home-amazing__detail .p-home-amazing__accordion:first-child .p-home-amazing__accordion-head:before {
  content: "";
  background-image: url(../images/home/amazing_bg01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  transition: transform 1.8s ease;
}
.p-home-amazing__detail .p-home-amazing__accordion:first-child .p-home-amazing__accordion-head.is-anim:before {
  transform: translate(-50%, -50%) scale(1);
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(2n) .p-home-amazing__accordion-head-box {
  padding-left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__detail .p-home-amazing__accordion:nth-child(2n) .p-home-amazing__accordion-head-box {
    padding-left: 6.25rem;
  }
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(2n) .p-home-amazing__accordion-content-title {
  white-space: nowrap;
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(2n) .p-home-amazing__accordion-content-title span.blue {
  display: inline-block;
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(2n) .p-home-amazing__accordion-head {
  position: relative;
  overflow: hidden;
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(2n) .p-home-amazing__accordion-head:before {
  content: "";
  background-image: url(../images/home/amazing_bg02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  transition: transform 1.8s ease;
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(2n) .p-home-amazing__accordion-head.is-anim:before {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 768px) {
  .p-home-amazing__detail .p-home-amazing__accordion:nth-child(2n) .p-home-amazing__accordion-content-figure {
    width: 38.5rem;
  }
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(3n) .p-home-amazing__accordion-head-box {
  padding-left: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__detail .p-home-amazing__accordion:nth-child(3n) .p-home-amazing__accordion-head-box {
    padding-left: 6.25rem;
  }
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(3n) .p-home-amazing__accordion-head {
  position: relative;
  overflow: hidden;
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(3n) .p-home-amazing__accordion-head:before {
  content: "";
  background-image: url(../images/home/amazing_bg03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  transition: transform 1.8s ease;
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(3n) .p-home-amazing__accordion-head.is-anim:before {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 768px) {
  .p-home-amazing__detail .p-home-amazing__accordion:nth-child(3n) .p-home-amazing__accordion-content {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(4n) .p-home-amazing__accordion-head-box {
  padding-left: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__detail .p-home-amazing__accordion:nth-child(4n) .p-home-amazing__accordion-head-box {
    padding-left: 5.625rem;
  }
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(4n) .p-home-amazing__accordion-head {
  position: relative;
  overflow: hidden;
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(4n) .p-home-amazing__accordion-head:before {
  content: "";
  background-image: url(../images/home/amazing_bg04.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  transition: transform 1.8s ease;
}
.p-home-amazing__detail .p-home-amazing__accordion:nth-child(4n) .p-home-amazing__accordion-head.is-anim:before {
  transform: translate(-50%, -50%) scale(1);
}

.p-home-amazing__accordion-head {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-head {
    padding-top: 6.875rem;
    padding-bottom: 6.875rem;
  }
}
.p-home-amazing__accordion-head.-open .p-home-amazing__accordion-toggle:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.p-home-amazing__accordion-toggle {
  background-color: #6a6a6a;
  width: 2.875rem;
  height: 2.875rem;
  display: block;
  position: absolute;
  bottom: 1.25rem;
  right: 0;
}
.p-home-amazing__accordion-toggle:before {
  content: "";
  background-image: url(../images/home/toggle_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-home-amazing__accordion-toggle-icon {
  background-color: #6a6a6a;
  width: 2.875rem;
  height: 2.875rem;
  display: block;
  position: absolute;
  bottom: 1.25rem;
  right: 0;
}
.p-home-amazing__accordion-toggle-icon:before {
  content: "";
  background-image: url(../images/home/toggle_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-home-amazing__accordion-toggle-icon.-open:before {
  transform: translate(-50%, -50%) rotateZ(45deg);
}

.p-home-amazing__accordion-head-box {
  padding-left: 2.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.4375rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-head-box {
    column-gap: 1.8125rem;
    padding-left: 7.5rem;
  }
}
.p-home-amazing__accordion-head-box .p-home-amazing__accordion-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-head-box .p-home-amazing__accordion-toggle {
    display: none;
  }
}

.p-home-amazing__accordion-head-no {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-size: 3.6875rem;
  line-height: 0.7966101695;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-head-no {
    font-size: 5.5625rem;
  }
}

.p-home-amazing__accordion-head-text {
  color: #fff;
  font-size: 1.1875rem;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-head-text {
    font-size: 1.8125rem;
  }
}

.p-home-amazing__accordion-content {
  display: none;
  background-color: #f0f0f0;
  padding-top: 3.75rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-content {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-content .p-home-amazing__accordion-toggle-icon {
    display: none;
  }
}

.p-home-amazing__accordion-content-title {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 0.01em;
  line-height: 1.4090909091;
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-content-title {
    font-size: 1.75rem;
    margin-bottom: 3.75rem;
  }
}
.p-home-amazing__accordion-content-title span.blue {
  color: #02b1bf;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-content-figure {
    width: 46.5rem;
    margin: 0 auto;
  }
}

.p-home-amazing__accordion-content-img {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-content-img {
    margin-bottom: 3.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-content-img-block {
    width: 21.375rem;
  }
}

.p-home-amazing__accordion-matter-text {
  margin-top: 1.5rem;
  font-size: 0.6875rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-matter-text {
    margin-top: 3.75rem;
    font-size: 0.75rem;
  }
}

.p-home-amazing__accordion-support-title {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-support-title {
    margin-bottom: 3.75rem;
    font-size: 1.75rem;
  }
}

.p-home-amazing__accordion-support-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-support-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1.0625rem;
    row-gap: 1.0625rem;
  }
}

.p-home-amazing__accordion-support-item {
  column-gap: 1rem;
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0.875rem 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-support-item {
    column-gap: 1.5625rem;
    border-radius: 0.3125rem;
    width: 22.625rem;
    padding: 0.9375rem 1.375rem;
  }
}
.p-home-amazing__accordion-support-item img {
  width: 2.5rem;
  height: 3.25rem;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-support-item img {
    width: 3.125rem;
    height: 3.5625rem;
  }
}

.p-home-amazing__accordion-support-text {
  font-size: 1rem;
  line-height: 1.3888888889;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-home-amazing__accordion-support-text {
    font-size: 1.125rem;
  }
}

/* ==========================================================================
	home-banner
============================================================================= */
.p-home-banner {
  position: relative;
  padding-left: 1.625rem;
  padding-right: 1.625rem;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-banner {
    padding-top: 3.75rem;
  }
}
.p-home-banner .p-home-detail__block {
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  padding-bottom: 1.875rem;
  padding-top: 2.25rem;
  border-radius: 0.625rem;
  position: relative;
  background-color: #f0f0f0;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block {
    padding-top: 4.375rem;
    padding-bottom: 4.5625rem;
    width: 42.75rem;
    margin: 0 auto;
  }
}
.p-home-banner .p-home-detail__block .p-home-detail__head {
  position: relative;
  transform: translate(0%, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block .p-home-detail__head {
    width: auto;
    height: auto;
    margin-bottom: 0.1875rem;
    top: 0;
  }
}
.p-home-banner .p-home-detail__block .p-home-detail__head figure img {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block .p-home-detail__head {
    transform: translate(-50%, 2.5rem);
  }
}
.p-home-banner .p-home-detail__block .p-home-detail__head.is-anim {
  transform: translate(0%, 0%);
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block .p-home-detail__head.is-anim {
    transform: translate(-50%, 0%);
  }
}
.p-home-banner .p-home-detail__block .p-home-detail__list {
  margin-top: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block .p-home-detail__list {
    margin-top: 2.5rem;
  }
}
.p-home-banner .p-home-detail__block .p-home-detail__item {
  border-radius: 0.625rem;
  width: 9.375rem;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block .p-home-detail__item {
    width: 19rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block .p-home-detail__item .p-home-detail__item-figure img {
    aspect-ratio: 254/187;
  }
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block .p-home-detail__item .p-home-detail__item-content {
    padding-top: 0.9375rem;
    padding-bottom: 1.625rem;
  }
}
.p-home-banner .p-home-detail__block .p-home-detail__item .p-home-detail__item-content-title {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block .p-home-detail__item .p-home-detail__item-content-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
  }
}
.p-home-banner .p-home-detail__block .p-home-detail__item .p-home-detail__item-content-text {
  font-size: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__block .p-home-detail__item .p-home-detail__item-content-text {
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-banner .p-home-detail__annotation {
    width: 39.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-banner.primary {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-banner.primary .p-home-detail__head {
    position: static;
    transform: translate(0%, 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-home-banner.primary .p-home-detail__head.is-anim {
    transform: translate(0%, 0%);
  }
}
@media screen and (min-width: 768px) {
  .p-home-banner.secondary {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-banner.secondary .p-home-detail__head {
    position: static;
    transform: translate(0%, 2.5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-home-banner.secondary .p-home-detail__head.is-anim {
    transform: translate(0%, 0%);
  }
}

/* ==========================================================================
	home-rank
============================================================================= */
.p-home-rank {
  background-image: url(../images/home/rank_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 4.875rem;
  padding-bottom: 18.1875rem;
}
@media screen and (min-width: 768px) {
  .p-home-rank {
    background-image: url(../images/home/rank_bg_pc.png);
    padding-top: 7.5rem;
    padding-bottom: 27.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-rank .l-container {
    width: 100%;
    padding-left: 0;
  }
}

.p-home-rank__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-home-rank__title {
    margin-bottom: 1.5rem;
  }
}

.p-home-rank__title-text {
  font-size: 1.625rem;
  line-height: 1.4230769231;
  letter-spacing: 0.066em;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-home-rank__title-text {
    font-size: 2rem;
  }
}
.p-home-rank__title-text span.blue {
  color: #02b1bf;
  text-decoration: underline;
}

.p-home-rank__text {
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.5714285714;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .p-home-rank__text {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-home-rank__figure {
    width: 29.75rem;
    height: 31.3125rem;
    margin: 0 auto;
  }
}

/* ==========================================================================
	home-water
============================================================================= */
.p-home-water__head {
  padding-top: 5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-water__head {
    padding-top: 4.375rem;
    padding-bottom: 3.5rem;
  }
}

.p-home-water__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-home-water__title {
    margin-bottom: 2.5rem;
  }
}

.p-home-water__title-small {
  font-size: 1rem;
  text-align: center;
  line-height: 2.25;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-home-water__title-small {
    font-size: 1rem;
  }
}

.p-home-water__title-large {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-home-water__title-large {
    font-size: 2.25rem;
  }
}

.p-home-water__list {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-water__list {
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

.p-home-water__item {
  width: 6.375rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-home-water__item {
    width: 15.125rem;
  }
}
.p-home-water__item:first-child {
  background-image: url(../images/home/water_nav_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-home-water__item:first-child {
    background-image: url(../images/home/water_nav_bg01_pc.png);
  }
}
.p-home-water__item:nth-child(2) {
  background-image: url(../images/home/water_nav_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-home-water__item:nth-child(2) {
    background-image: url(../images/home/water_nav_bg02_pc.png);
  }
}
.p-home-water__item:nth-child(3) {
  background-image: url(../images/home/water_nav_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-home-water__item:nth-child(3) {
    background-image: url(../images/home/water_nav_bg03_pc.png);
  }
}

.p-home-water__link {
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1875;
  height: 8.875rem;
  display: block;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-home-water__link {
    height: 7.5rem;
    font-size: 1.25rem;
    line-height: 1.35;
  }
}

.p-home-water__sec:first-child .p-home-water__sec-lead {
  position: relative;
  overflow: hidden;
}
.p-home-water__sec:first-child .p-home-water__sec-lead:before {
  content: "";
  background-image: url(../images/home/water_bg01_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  transition: transform 1.8s ease;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec:first-child .p-home-water__sec-lead:before {
    background-image: url(../images/home/water_bg01_pc.png);
  }
}
.p-home-water__sec:first-child .p-home-water__sec-lead.is-anim:before {
  transform: translate(-50%, -50%) scale(1);
}
.p-home-water__sec:first-child .p-home-water__sec-desc img {
  width: 20.375rem;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec:first-child .p-home-water__figure {
    width: 25.75rem;
  }
}
.p-home-water__sec:nth-child(2) .p-home-water__sec-lead {
  position: relative;
  overflow: hidden;
}
.p-home-water__sec:nth-child(2) .p-home-water__sec-lead:before {
  content: "";
  background-image: url(../images/home/water_bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  transition: transform 1.8s ease;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec:nth-child(2) .p-home-water__sec-lead:before {
    background-image: url(../images/home/water_bg02_pc.png);
  }
}
.p-home-water__sec:nth-child(2) .p-home-water__sec-lead.is-anim:before {
  transform: translate(-50%, -50%) scale(1);
}
.p-home-water__sec:nth-child(2) .p-home-water__sec-lead .p-home-water__figure {
  width: 5rem;
  margin: 1.25rem auto 0;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec:nth-child(2) .p-home-water__sec-lead .p-home-water__figure {
    width: 6.4375rem;
    margin: 0 auto;
  }
}
.p-home-water__sec:nth-child(3) .p-home-water__sec-lead {
  position: relative;
  overflow: hidden;
}
.p-home-water__sec:nth-child(3) .p-home-water__sec-lead:before {
  content: "";
  background-image: url(../images/home/water_bg03_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  width: 100%;
  height: 100%;
  transition: transform 1.8s ease;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec:nth-child(3) .p-home-water__sec-lead:before {
    background-image: url(../images/home/water_bg03_pc.png);
  }
}
.p-home-water__sec:nth-child(3) .p-home-water__sec-lead.is-anim:before {
  transform: translate(-50%, -50%) scale(1);
}
@media screen and (min-width: 768px) {
  .p-home-water__sec:nth-child(3) .p-home-water__figure {
    margin-top: 0;
    width: 20.5rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-home-water__sec:nth-child(3) .p-home-water__sec-desc img {
  display: block;
  width: 20.375rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec:nth-child(3) .p-home-water__sec-desc img {
    width: 38.5rem;
  }
}
.p-home-water__sec:nth-child(3) .p-home-water__sec-desc img.u-hidePC {
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec:nth-child(3) .p-home-water__sec-desc img.u-hidePC {
    display: none;
  }
}
.p-home-water__sec:nth-child(3) .p-home-water__sec-desc img.u-hideSP {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec:nth-child(3) .p-home-water__sec-desc img.u-hideSP {
    display: block;
  }
}

.p-home-water__sec-lead {
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec-lead {
    padding-top: 5.3125rem;
    padding-bottom: 5rem;
    padding-left: 7.5rem;
    padding-right: 7.5rem;
  }
}

.p-home-water__sec-lead-content {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec-lead-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .p-home-water__sec-lead-text-block {
    width: 17.5rem;
  }
}

.p-home-water__sec-lead-title {
  font-size: 1.5625rem;
  letter-spacing: 0.07em;
  line-height: 1.04;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.875rem;
}

.p-home-water__sec-lead-text {
  color: #fff;
  font-size: 0.8125rem;
  letter-spacing: 0.07em;
  line-height: 1.9230769231;
  font-weight: 700;
  margin-bottom: 0.3125rem;
}

.p-home-water__sec-lead-text-small {
  color: #fff;
  font-size: 0.625rem;
  letter-spacing: 0.07em;
  line-height: 2.5;
  font-weight: 400;
}

.p-home-water__figure {
  margin-top: 1.25rem;
}

.p-home-water__sec-desc {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec-desc {
    padding-top: 3.25rem;
    padding-bottom: 5rem;
  }
}

.p-home-water__sec-desc-title {
  font-size: 1.0625rem;
  letter-spacing: 0.04em;
  line-height: 1.5294117647;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-water__sec-desc-title {
    font-size: 1.375rem;
    margin-bottom: 2.0625rem;
  }
}

.p-home-water__accordion {
  border-bottom: 2px solid #6a6a6a;
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-home-water__accordion {
    margin-left: 11.5rem;
    margin-right: 11.5rem;
  }
}

.p-home-water__accordion-title {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-top: 2px solid #6a6a6a;
  text-align: center;
  position: relative;
}

.p-home-water__accordion-title-text {
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-home-water__accordion-title-text {
    font-size: 1.125rem;
  }
}

.p-home-water__accordion-toggle {
  display: block;
  background-image: url(../images/home/water_accordion_toggle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  top: 50%;
  right: 0.625rem;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 768px) {
  .p-home-water__accordion-toggle {
    transform: translate(-50%, -50%);
    right: calc(50% - 9rem);
  }
}
.p-home-water__accordion-toggle.-open {
  transform: translate(0%, -50%) rotateZ(45deg);
}

.p-home-water__accordion-content {
  display: none;
  position: relative;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-water__accordion-content {
    padding-bottom: 4rem;
  }
}
.p-home-water__accordion-content .p-home-water__accordion-toggle {
  top: auto;
  bottom: 0.875rem;
  right: 0.875rem;
  transform: translate(0%, 0%);
}
@media screen and (min-width: 768px) {
  .p-home-water__accordion-content .p-home-water__accordion-toggle {
    bottom: 1.25rem;
    right: 1.25rem;
  }
}
.p-home-water__accordion-content .p-home-water__accordion-toggle.-open {
  transform: translate(0%, 0%) rotateZ(45deg);
}

.p-home-water__accordion-item {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-water__accordion-item {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    column-gap: 0.625rem;
  }
}

.p-home-water__accordion-item-no {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-home-water__accordion-item-no {
    font-size: 1rem;
  }
}

.p-home-water__accordion-item-text {
  font-size: 0.875rem;
  line-height: 1.8571428571;
  letter-spacing: 0.04em;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-home-water__accordion-item-text {
    font-size: 1rem;
  }
}
.p-home-water__accordion-item-text-s {
  font-size: 0.625rem;
  line-height: 2.6;
  letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-home-water__accordion-item-text-s {
    font-size: 0.75rem;
  }
}

/* ==========================================================================
	home-maintenance
============================================================================= */
.p-home-maintenance {
  margin-bottom: 1.75rem;
}

.p-home-maintenance__body {
  background-image: url(../images/home/maintenance_bg_sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5.8125rem 1.5625rem 4.625rem;
  margin-top: -5.625rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__body {
    padding: 10.25rem 11.375rem 5rem;
    background-image: url(../images/home/maintenance_bg_pc.png);
    margin-top: -9.375rem;
  }
}

.p-home-maintenance__lead {
  overflow: hidden;
}
.p-home-maintenance__lead.is-anim img {
  transform: scale(1);
}
.p-home-maintenance__lead figure {
  overflow: hidden;
}
.p-home-maintenance__lead img {
  transition: transform 1.7s ease;
  transform: scale(1.1);
}

.p-home-maintenance__how {
  margin-bottom: 4.1875rem;
}

.p-home-maintenance__how-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.8125rem;
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__how-title {
    margin-bottom: 3.75rem;
  }
}

.p-home-maintenance__how-small {
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 2.25;
  color: #2d3b36;
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__how-small {
    font-size: 1rem;
  }
}

.p-home-maintenance__how-large {
  font-size: 1.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #2d3b36;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__how-large {
    font-size: 2.25rem;
  }
}

.p-home-maintenance__how-link-list {
  display: flex;
  flex-direction: row;
  align-items: space-around;
  justify-content: flex-start;
  margin-top: 0.625rem;
  column-gap: 0.625rem;
}

.p-home-maintenance__how-link-item {
  width: 6.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__how-link-item {
    width: 12.25rem;
  }
}

.p-home-maintenance__sec {
  background-color: #fff;
  padding: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__sec {
    padding: 1.875rem 4rem 1.875rem;
  }
}
.p-home-maintenance__sec:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__sec:not(:last-child) {
    margin-bottom: 3.75rem;
  }
}
.p-home-maintenance__sec:last-child .p-home-maintenance__sec-figure {
  width: 4.625rem;
  height: 4.625rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__sec:last-child .p-home-maintenance__sec-figure {
    width: 8rem;
    height: 8rem;
  }
}

.p-home-maintenance__sec-title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3888888889;
  letter-spacing: 0em;
  white-space: nowrap;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__sec-title {
    margin-bottom: 1.25rem;
    font-size: 1.625rem;
  }
}

.p-home-maintenance__sec-figure {
  text-align: center;
}
.p-home-maintenance__sec-figure img {
  margin: 0 auto;
}

.p-home-maintenance__sec-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-top: 1.1875rem;
}
.p-home-maintenance__sec-text span.blue {
  color: #02b1bf;
  text-decoration: underline;
}
.p-home-maintenance__sec-text:nth-of-type(2) {
  margin-top: 0.625rem;
}

.p-home-maintenance__sec-button {
  margin-top: 1.25rem;
  display: block;
  border-radius: 200px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .p-home-maintenance__sec-button {
    width: 16.875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ==========================================================================
	home-voice
============================================================================= */
.p-home-voice {
  overflow: hidden;
  background-color: #f0f0f0;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-home-voice {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-home-voice__title {
  font-size: 1.375rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.04em;
  line-height: 1.4090909091;
}
@media screen and (min-width: 768px) {
  .p-home-voice__title {
    font-size: 2rem;
  }
}

.p-home-voice__slider {
  padding-left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-home-voice__slider {
    padding-left: 0;
  }
}
.p-home-voice__slider .splide__track {
  overflow: unset;
  padding-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-home-voice__slider .splide__track {
    padding-top: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-voice__slider .splide__list {
    width: 46.5rem;
    margin: 0 auto !important;
    column-gap: 1.125rem;
    display: flex !important;
  }
}
.p-home-voice__slider .splide__slide {
  background-color: #fff;
  box-shadow: 0 0px 8px rgba(0, 0, 0, 0.16);
  border-radius: 0.4375rem;
  padding: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-home-voice__slider .splide__slide {
    width: 14.75rem;
  }
}

.p-home-voice__slider-head {
  margin-bottom: 0.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-voice__slider-head {
    margin-bottom: 1.125rem;
    column-gap: 0.375rem;
  }
}
.p-home-voice__slider-head img {
  width: 3rem;
  height: 3rem;
}

.p-home-voice__slider-head-title {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5833333333;
}
@media screen and (min-width: 768px) {
  .p-home-voice__slider-head-title {
    font-size: 1.0625rem;
  }
}

.p-home-voice__slider-text {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1.7857142857;
}
@media screen and (min-width: 768px) {
  .p-home-voice__slider-text {
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
  }
}

.p-home-voice__desc {
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  line-height: 1.5833333333;
  text-align: center;
  margin-top: 1.25rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-home-voice__desc {
    margin-top: 2.5rem;
    font-size: 0.875rem;
  }
}

/* ==========================================================================
	home-survey
============================================================================= */
.p-home-survey {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-top: 1px solid #fff;
  background-color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  .p-home-survey .l-container {
    width: 100%;
    padding-left: 0;
  }
}

.p-home-survey__title {
  font-size: 1.375rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-home-survey__title {
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 0.96875;
  }
}

@media screen and (min-width: 768px) {
  .p-home-survey__figure {
    width: 22.3125rem;
    margin: 0 auto;
  }
}

.p-home-survey__text {
  font-size: 0.75rem;
  text-align: center;
  line-height: 1.5833333333;
  letter-spacing: 0.03em;
  margin-top: 1.875rem;
  color: #000;
}
@media screen and (min-width: 768px) {
  .p-home-survey__text {
    margin-top: 2rem;
    font-size: 1rem;
  }
}

/* ==========================================================================
	home-flow
============================================================================= */
.p-home-flow {
  background-color: #02b1bf;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.p-home-flow__inner {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-flow__inner {
    margin-left: 7.5rem;
    margin-right: 7.5rem;
  }
}

.p-home-flow__title {
  font-size: 1.4375rem;
  margin-bottom: 1.25rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-home-flow__title {
    font-size: 2rem;
    margin-bottom: 2.75rem;
  }
}

.p-home-flow__list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 0.625rem;
  row-gap: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-home-flow__list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    width: 46.375rem;
    column-gap: 0.125rem;
    row-gap: 0;
  }
}

.p-home-flow__item {
  width: 8.125rem;
}
@media screen and (min-width: 768px) {
  .p-home-flow__item {
    width: 11.5rem;
  }
}

.p-home-flow__content-step {
  margin-top: 0.1875rem;
  column-gap: 0.1875rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .p-home-flow__content-step {
    margin-top: 0.9375rem;
  }
}

.p-home-flow__content-step-text {
  font-size: 0.6875rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-home-flow__content-step-text {
    font-size: 0.8125rem;
  }
}

.p-home-flow__content-step-no {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5625;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-home-flow__content-step-no {
    font-size: 1.1875rem;
  }
}

.p-home-flow__content-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5714285714;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-home-flow__content-title {
    font-size: 1.0625rem;
  }
}

/* ==========================================================================
	home-faq
============================================================================= */
.p-home-faq {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-home-faq {
    padding-top: 5.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-faq .l-container {
    width: 100%;
    padding-left: 0;
  }
}

.p-home-faq__title {
  text-align: center;
  font-size: 1.4375rem;
  letter-spacing: 0.04em;
  line-height: 1.0869565217;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-home-faq__title {
    font-size: 2rem;
  }
}

.p-home-faq__inner {
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-home-faq__inner {
    margin-left: 8.5rem;
    margin-right: 8.5rem;
    margin-top: 3.75rem;
  }
}

.p-home-faq__accordion {
  border-bottom: 1px solid #707070;
}
.p-home-faq__accordion:first-child {
  border-top: 1px solid #707070;
}
.p-home-faq__accordion:first-child .p-home-faq__accordion-content {
  display: block;
}

.p-home-faq__accordion-head {
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-faq__accordion-head {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}
.p-home-faq__accordion-head.-open .p-home-faq__accordion-head-togle {
  transform: translate(0%, -50%) rotateZ(45deg);
}

.p-home-faq__accordion-head-title {
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.2666666667;
  width: 17.375rem;
}
@media screen and (min-width: 768px) {
  .p-home-faq__accordion-head-title {
    font-size: 1.25rem;
    width: 42.5rem;
  }
}

.p-home-faq__accordion-head-togle {
  background-image: url(../images/home/faq_toggle.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.125rem;
  height: 1.125rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.0625rem;
  transform: translate(0%, -50%);
}

.p-home-faq__accordion-content {
  display: none;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-home-faq__accordion-content {
    padding-bottom: 1.875rem;
  }
}

.p-home-faq__accordion-text {
  font-size: 0.875rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-home-faq__accordion-text {
    font-size: 1.0625rem;
  }
}

/* ==========================================================================
	home-bottom
============================================================================= */
@media screen and (min-width: 768px) {
  .p-home-bottom {
    display: flex;
  }
}
.p-home-bottom .p-home-banner {
  padding: 0.625rem 1.625rem 0.625rem;
  background-color: #02b1bf;
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-banner {
    width: 26rem;
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
    padding-top: 1.875rem;
    padding-bottom: 2.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-banner .p-home-detail__block {
    padding: 0 1.125rem 1.875rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-banner .p-home-detail__annotation {
    width: 18.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-banner .p-home-detail__price {
    width: 100%;
    height: auto;
  }
}
.p-home-bottom .p-home-detail__head {
  transform: translate(-50%, 2.5rem);
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__head {
    width: 19.3125rem !important;
    height: 16.3125rem !important;
    margin-left: -1.25rem;
    margin-top: -1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__head figure {
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__head figure img {
    margin-left: 0.875rem;
  }
}
.p-home-bottom .p-home-detail__head.is-anim {
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__list {
    margin-top: -0.9375rem !important;
    column-gap: 0.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__list .p-home-detail__item {
    box-shadow: unset;
    width: 8.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__list .p-home-detail__item-figure {
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.09);
    border-radius: 0.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__list .p-home-detail__item-figure img {
    border-radius: 0.625rem;
    aspect-ratio: 131/82 !important;
    object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__list .p-home-detail__item-content-head {
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__list .p-home-detail__item-content {
    padding: 0.125rem 0 0 !important;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__list .p-home-detail__item-content-title {
    margin-bottom: 0 !important;
    font-size: 0.875rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__list .p-home-detail__item-content-text {
    display: none;
    font-size: 0.5625rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__cta {
    margin-top: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__cta-text {
    font-size: 1.0625rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__cta-button-purchase {
    width: 16.875rem;
    height: 3.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__cta-button-purchase img {
    width: 1.625rem;
    height: 1.5625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__cta-button-purchase .p-home-detail__cta-button-purchase-text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__cta-button-document {
    width: 11.125rem;
    height: 2.4375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__cta-button-document img {
    width: 1.1875rem;
    height: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-home-bottom .p-home-detail__cta-button-document .p-home-detail__cta-button-document-text {
    font-size: 0.875rem;
  }
}

.p-home-bottom__img {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-home-bottom__img {
    width: 35.375rem;
  }
}
.p-home-bottom__img figure {
  overflow: hidden;
}
.p-home-bottom__img picture {
  height: 100%;
  display: block;
}
.p-home-bottom__img picture img {
  transition: transform 1.7s ease;
  transform: scale(1.1);
}
@media screen and (min-width: 768px) {
  .p-home-bottom__img picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
  }
}
.p-home-bottom__img.is-anim img {
  transform: scale(1);
}

/* ==========================================================================
	loop
============================================================================= */
.p-loop__wrap {
  z-index: 1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.p-loop {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
}

.p-loop__text {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: 0;
}
.p-loop__text:first-child {
  backface-visibility: hidden;
  animation: loopText 80s -40s linear infinite;
  will-change: transform;
}
.p-loop__text:last-child {
  animation: loopText2 80s linear infinite;
}
@keyframes loopText {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes loopText2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
/* ==========================================================================
	loading
============================================================================= */
html.loading,
body.loading {
  height: 100%;
  overflow: hidden;
}

/* ローディング背景 */
#loading-screen {
  pointer-events: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), visibility 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* 色指定 */
.loading-text-blue {
  color: #02b1bf;
} /* 青 */
.loading-text-pink {
  color: #ff3693;
} /* ピンク */
.loading-text-black {
  color: #2d3b36;
} /* 黒 */
.loading-text {
  transform: rotateZ(-10deg);
}

/* 1文字ごとのアニメーション初期状態 */
.loading-text span span {
  opacity: 0;
  display: inline-block;
  transform: translateY(1rem);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .loading-text span span {
    font-size: 3.375rem;
  }
}

.loading-text span span.show {
  opacity: 1;
  transform: translateY(0);
}

/* メインビジュアル */
.p-home-mv__desc {
  opacity: 0;
  transition: opacity 1s ease;
}

.p-home-mv__product-name {
  opacity: 0;
  transition: opacity 1s ease;
}

.p-home-mv__desc.is-view {
  opacity: 1;
}

.p-home-mv__product-name.is-view {
  opacity: 1;
}

/* ==========================================================================
   サイト内の各所に使うちょっとした共通設定
============================================================================= */
@media screen and (min-width: 769px) {
  .u-hidePC {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u-hideSP {
    display: none;
  }
}
.u-c-water {
  color: #02b1bf;
}

.u-bgc-water {
  background-color: #02b1bf;
}

.u-c-green {
  color: #65db25;
}

.u-c-orange {
  color: #ffb100;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

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

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

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  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;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

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

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

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

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  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;
}

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

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

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

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.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: 1em;
}

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

.splide__arrow--next {
  right: 1em;
}

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

.splide__pagination {
  bottom: 0.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: #fff;
  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: rgba(0, 0, 0, 0);
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}
/*# sourceMappingURL=map/style.css.map */
