/*!*********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./src/stylesheets/top.scss ***!
  \*********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

[type=radio] {
  appearance: radio;
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "Zen_Kaku_Gothic_New";
  font-weight: 900;
  src: url(/src/fonts/woff2/ZenKakuGothicNew-Black.woff2) format("woff2");
}
@font-face {
  font-family: "Zen_Kaku_Gothic_New";
  font-weight: 700;
  src: url(/src/fonts/woff2/ZenKakuGothicNew-Bold.woff2) format("woff2");
}
@font-face {
  font-family: "Zen_Kaku_Gothic_New";
  font-weight: 300;
  src: url(/src/fonts/woff2/ZenKakuGothicNew-Light.woff2) format("woff2");
}
@font-face {
  font-family: "Zen_Kaku_Gothic_New";
  font-weight: 500;
  src: url(/src/fonts/woff2/ZenKakuGothicNew-Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Zen_Kaku_Gothic_New";
  font-weight: 400;
  src: url(/src/fonts/woff2/ZenKakuGothicNew-Regular.woff2) format("woff2");
}
@font-face {
  font-family: ZenMaruGothic;
  font-weight: 900;
  src: url(/src/fonts/woff2/ZenMaruGothic-Black.woff2) format("woff2");
}
@font-face {
  font-family: ZenMaruGothic;
  font-weight: 700;
  src: url(/src/fonts/woff2/ZenMaruGothic-Bold.woff2) format("woff2");
}
@font-face {
  font-family: ZenMaruGothic;
  font-weight: 300;
  src: url(/src/fonts/woff2/ZenMaruGothic-Light.woff2) format("woff2");
}
@font-face {
  font-family: ZenMaruGothic;
  font-weight: 500;
  src: url(/src/fonts/woff2/ZenMaruGothic-Medium.woff2) format("woff2");
}
@font-face {
  font-family: ZenMaruGothic;
  font-weight: 400;
  src: url(/src/fonts/woff2/ZenMaruGothic-Regular.woff2) format("woff2");
}
@font-face {
  font-family: Geologica;
  font-weight: 400;
  src: url(/src/fonts/woff2/Geologica-Regular.woff2) format("woff2");
}
@font-face {
  font-family: Geologica;
  font-weight: 500;
  src: url(/src/fonts/woff2/Geologica-Medium.woff2) format("woff2");
}
@font-face {
  font-family: Geologica;
  font-weight: 600;
  src: url(/src/fonts/woff2/Geologica-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: Geologica;
  font-weight: 700;
  src: url(/src/fonts/woff2/Geologica-Bold.woff2) format("woff2");
}
html {
  font-size: 16px;
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}

body {
  min-width: 350px;
  font-family: "Zen_Kaku_Gothic_New", sans-serif;
  color: #3A3A3A;
  background-color: #FFFFFF;
  text-size-adjust: 100%;
}

img {
  max-width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  image-rendering: crisp-edges;
}

.l-header {
  z-index: 20;
  position: fixed;
  width: 100%;
  height: 110px;
}
.l-header__inner {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 20px;
}

@media only screen and (max-width: 1180px) {
  .l-header {
    height: 70px;
    background-color: #FFFFFF;
  }
  .l-header__inner {
    flex-direction: column;
  }
}
.l-fv {
  position: relative;
  height: auto;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgb(255, 255, 255) 65%, rgb(79, 146, 233) 95%);
}
.l-fv__bg-cover {
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 120vw;
  height: 100%;
  content: "";
  background-image: url(/src/images/cover.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateX(-50%);
}
@media only screen and (max-width: 350px) {
  .l-fv__bg-cover {
    width: 375px;
  }
}
.l-fv__inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.l-fv__wave {
  position: relative;
  z-index: 3;
  width: 102%;
  max-width: none;
  transform: translate(-1%, 1%);
}
@media only screen and (max-width: 1180px) {
  .l-fv {
    padding-top: 70px;
  }
}

.l-about {
  position: relative;
}
.l-about__inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding: 160px 20px 10px;
  background-image: url(/src/images/about-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
@media only screen and (max-width: 1180px) {
  .l-about__inner {
    background-position: top;
  }
}

@media only screen and (max-width: 800px) {
  .l-about__inner {
    max-width: 1240px;
    margin-right: auto;
    margin-left: auto;
    height: 100%;
    padding-top: 190px;
  }
}
@media only screen and (max-width: 800px) and (max-width: 1180px) {
  .l-about__inner {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
.l-shop-list {
  position: relative;
  z-index: 5;
  background-color: #F5F5F2;
}
.l-shop-list__inner {
  position: relative;
  height: 100%;
  padding: 30px 20px 280px;
  margin-top: -100px;
  overflow: hidden;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1180px) {
  .l-shop-list__inner {
    padding-bottom: 120px;
    margin-top: 0;
  }
}
@media only screen and (max-width: 800px) {
  .l-shop-list__inner {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-shop-list__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 102%;
  max-width: none;
  transform: translate(-1%, 20%);
}
@media only screen and (max-width: 1180px) {
  .l-shop-list__wave {
    transform: translateY(40%);
  }
}
.l-shop-list__img-right-sp {
  display: none;
}
@media only screen and (max-width: 800px) {
  .l-shop-list__img-right-sp {
    position: absolute;
    bottom: -40px;
    left: 30px;
    z-index: 5;
    display: block;
    width: 40%;
    height: auto;
    transform: translateY(0%);
    animation: floating 2.5s 1s ease-in-out infinite alternate;
    object-fit: contain;
  }
}

.l-how-to-use {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.l-how-to-use__inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding: 90px 20px 80px;
}
@media only screen and (max-width: 1180px) {
  .l-how-to-use__inner {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .l-how-to-use__inner {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-how-to-use__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 102%;
  max-width: none;
  transform: translate(-1%, 95%);
}

.l-point {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-color: #E2E9FF;
  background-image: linear-gradient(#FFFFFF 1px, transparent 0), linear-gradient(90deg, #FFFFFF 1px, transparent 0);
  background-size: 40px 40px;
}
.l-point__bg-cover {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  display: block;
  width: 720vw;
  height: 100%;
  content: "";
  background-image: url(/src/images/cover-point.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: translateX(-50%);
}
@media only screen and (max-width: 350px) {
  .l-point__bg-cover {
    width: 2800px;
  }
}
.l-point__inner {
  position: relative;
  z-index: 3;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding: 160px 20px 80px;
}
@media only screen and (max-width: 1180px) {
  .l-point__inner {
    padding-top: 105px;
  }
}
@media only screen and (max-width: 800px) {
  .l-point__inner {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}

.l-price {
  position: relative;
}
.l-price__inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding: 90px 20px 280px;
}
@media only screen and (max-width: 1180px) {
  .l-price__inner {
    padding-bottom: 110px;
  }
}
.l-price__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 102%;
  max-width: none;
  transform: translate(-1%, 1%);
}
.l-price__img-left {
  position: absolute;
  bottom: 0;
  left: 60px;
  z-index: 3;
  width: 452px;
  height: auto;
  transform: translateY(0%);
  object-fit: contain;
  animation: floating 2.5s 0s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1180px) {
  .l-price__img-left {
    left: 16px;
    width: min(50%, 280px);
  }
}
.l-price__img-right {
  position: absolute;
  right: 130px;
  bottom: -10px;
  z-index: 3;
  width: 256px;
  height: auto;
  transform: translateY(0%);
  object-fit: contain;
  animation: floating 2.5s 1s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1180px) {
  .l-price__img-right {
    right: 10px;
    bottom: -40px;
    width: min(30%, 180px);
  }
}

.l-step-of-use {
  position: relative;
  color: #FFFFFF;
  background-color: #2A4988;
}
.l-step-of-use__inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 5;
  height: 100%;
  padding: 40px 20px 250px;
}
@media only screen and (max-width: 1180px) {
  .l-step-of-use__inner {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 800px) {
  .l-step-of-use__inner {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-step-of-use__wave {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 102%;
  max-width: none;
  transform: translate(-1%, 10%);
}
.l-step-of-use__img-left {
  position: absolute;
  bottom: -30px;
  left: 120px;
  z-index: 3;
  width: 402px;
  height: auto;
  transform: translateY(0%);
  object-fit: contain;
  animation: floating 2.5s 1s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1180px) {
  .l-step-of-use__img-left {
    bottom: -50px;
    left: 14px;
    width: min(55%, 280px);
  }
}
.l-step-of-use__img-right {
  position: absolute;
  right: 180px;
  bottom: -40px;
  z-index: 3;
  width: 256px;
  height: auto;
  transform: translateY(0%);
  object-fit: contain;
  animation: floating 2.5s 0s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1180px) {
  .l-step-of-use__img-right {
    right: 10px;
    width: min(30%, 150px);
  }
}

.l-faq {
  position: relative;
  background-color: #F5F5F2;
  background-image: url(/src/images/faq-bg.png);
  background-size: 90%;
}
.l-faq__inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding: 105px 20px 0;
  overflow: hidden;
}
@media only screen and (max-width: 1180px) {
  .l-faq__inner {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 800px) {
  .l-faq__inner {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-faq__wave {
  z-index: 3;
  width: 100%;
  width: 102%;
  max-width: none;
  transform: translate(-1%, 2%);
}
.l-faq__img-right {
  position: absolute;
  right: 130px;
  bottom: 60px;
  z-index: 3;
  width: 336px;
  height: auto;
  transform: translateY(0%);
  object-fit: contain;
  animation: floating 2.5s 0s ease-in-out infinite alternate;
}
@media only screen and (max-width: 1180px) {
  .l-faq__img-right {
    right: 10px;
    bottom: -40px;
    z-index: 5;
    width: min(50%, 250px);
  }
}

.l-cv {
  position: relative;
  z-index: -1;
  overflow: hidden;
  background-color: #6FA6DB;
}
.l-cv__inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding: 40px 20px 180px;
}
@media only screen and (max-width: 1180px) {
  .l-cv__inner {
    padding-top: 35px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .l-cv__inner {
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
.l-cv__img-left-sp {
  display: none;
}
@media only screen and (max-width: 800px) {
  .l-cv__img-left-sp {
    position: absolute;
    bottom: 0;
    left: 20px;
    z-index: 5;
    display: block;
    width: 25%;
    height: auto;
    transform: translateY(0%);
    animation: floating 2.5s 1s ease-in-out infinite alternate;
    object-fit: contain;
  }
}

.l-blog__inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding: 90px 20px 75px;
}
@media only screen and (max-width: 1180px) {
  .l-blog__inner {
    padding-top: 175px;
    padding-bottom: 45px;
  }
}

@keyframes floating {
  to {
    translate: 0 -1.5rem;
  }
}
.l-footer {
  width: 100%;
  padding-bottom: 15px;
  background-color: #F5F5F2;
}
.l-footer__inner {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  width: inherit;
  height: inherit;
  padding: 0 20px;
}

@media only screen and (max-width: 800px) {
  .l-footer__inner {
    flex-direction: column;
  }
}
.c-button {
  position: relative;
  display: block;
  width: 330px;
  height: 80px;
  padding: 0 40px;
  overflow: hidden;
  background-color: #4F92E9;
  border-radius: 50px;
}
@media only screen and (max-width: 1180px) {
  .c-button {
    width: 230px;
    height: 50px;
    padding: 0 30px;
  }
}
.c-button__text {
  font-size: clamp(1rem, (100vw - 800px) * 0.0088235294 + 1rem, 1.375rem);
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 3;
  line-height: 80px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1180px) {
  .c-button__text {
    line-height: 50px;
  }
}
.c-button__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 3;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  object-fit: contain;
}
@media only screen and (max-width: 1180px) {
  .c-button__arrow {
    right: 10px;
    width: 25px;
    height: 25px;
  }
}
.c-button--line {
  background-color: #70C55E;
}
.c-button--line > .c-button__text {
  position: relative;
  display: block;
  transform: translateX(3rem);
}
@media only screen and (max-width: 1180px) {
  .c-button--line > .c-button__text {
    transform: translateX(1.7rem);
  }
}
.c-button--line > .c-button__text::before {
  position: absolute;
  top: 50%;
  left: -45px;
  width: 35px;
  height: 35px;
  content: "";
  background-image: url(/src/images/btn-icon-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-45%);
}
@media only screen and (max-width: 1180px) {
  .c-button--line > .c-button__text::before {
    left: -35px;
    width: 28px;
    height: 28px;
  }
}
.c-button--sp-menu {
  width: 230px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
}
.c-button--sp-menu > .c-button__text {
  display: block;
  font-size: 16px;
  line-height: 50px;
  transform: translateX(-1rem);
}
.c-button--sp-menu > .c-button__arrow {
  right: 10px;
  width: 25px;
  height: 25px;
}
.c-button__cover {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/src/images/cover.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}

.p-header__container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .p-header__container {
    justify-content: flex-start;
  }
}
.p-header__left-contents {
  display: flex;
  height: 80px;
  padding: 10px 30px;
  margin-top: 30px;
  background-color: #FFFFFF;
  border-radius: 50px;
  margin-left: auto;
  margin-right: 1rem;
}
@media only screen and (max-width: 1180px) {
  .p-header__left-contents {
    height: 70px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-header-logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 28px;
  text-decoration: none;
}
@media only screen and (max-width: 1180px) {
  .p-header-logo {
    margin-right: 0;
  }
}
.p-header-logo__icon-img-wrapper {
  width: 80px;
  margin-right: 20px;
}
@media only screen and (max-width: 1180px) {
  .p-header-logo__icon-img-wrapper {
    margin-right: 5px;
  }
}
.p-header-logo__icon-img {
  width: 100px;
  object-fit: contain;
}
.p-header-logo__logo-img-wrapper {
  width: 130px;
}
@media only screen and (max-width: 1180px) {
  .p-header-logo__logo-img-wrapper {
    width: 110px;
  }
}
.p-header-logo__logo-img {
  width: 100px;
  object-fit: contain;
}

.p-header-nav {
  display: flex;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  .p-header-nav {
    display: none;
  }
}
.p-header-nav__list {
  display: flex;
  gap: 45px;
  align-items: center;
  height: 100%;
}
.p-header-nav__link {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  transition: 0.3s;
}
.p-header-nav__link:hover {
  opacity: 0.7;
}
.p-header-nav__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
.p-header-nav__text-en {
  font-family: Geologica, sans-serif;
  color: #2A4988;
  text-align: center;
  font-size: clamp(0.875rem, (100vw - 800px) * 0.0029411765 + 0.875rem, 1rem);
  font-weight: 500;
  line-height: 1;
}
.p-header-nav__text-jp {
  color: #3A3A3A;
  text-align: center;
  font-size: clamp(0.75rem, (100vw - 800px) * 0.0029411765 + 0.75rem, 0.875rem);
  font-weight: 400;
  line-height: 1;
}

.p-header__right-contents {
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  .p-header__right-contents {
    max-width: 90px;
    height: 55px;
  }
}

.p-header-use-button__wrapper {
  width: 250px;
  height: inherit;
}
@media only screen and (max-width: 1180px) {
  .p-header-use-button__wrapper {
    width: 100%;
  }
}
.p-header-use-button__link {
  position: relative;
  display: block;
  height: inherit;
  overflow: hidden;
  line-height: 110px;
  color: #FFFFFF;
  text-align: center;
  background-color: #4F92E9;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: 0.3s;
}
.p-header-use-button__link:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 1180px) {
  .p-header-use-button__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    line-height: 55px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}
.p-header-use-button__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/src/images/cover.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.p-header-use-button__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  transform: translateX(-20px);
  font-size: clamp(0.8125rem, (100vw - 800px) * 0.0102941176 + 0.8125rem, 1.25rem);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.015em;
}
@media only screen and (max-width: 1180px) {
  .p-header-use-button__text {
    padding: 0 10px;
    transform: translateX(0);
  }
}
.p-header-use-button__text::after {
  position: absolute;
  top: 50%;
  right: -45px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url(/src/images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1180px) {
  .p-header-use-button__text::after {
    display: none;
  }
}

/* SPナビゲーションボタン開閉ボタン */
.p-header-sp-nav__btn {
  position: relative;
  top: 0;
  right: 0;
  z-index: 2;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 50px;
}
@media only screen and (max-width: 1180px) {
  .p-header-sp-nav__btn {
    display: block;
    width: 25px;
    height: 45px;
    margin-left: auto;
  }
}

/* ボタンアニメーション部分 */
.p-header-sp-nav__btn .p-header-sp-nav__bar-frame {
  position: relative;
  display: block;
  width: 40px;
  height: 2px;
  white-space: nowrap;
}
@media only screen and (max-width: 1180px) {
  .p-header-sp-nav__btn .p-header-sp-nav__bar-frame {
    width: 25px;
  }
}
.p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__first-bar,
.p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__second-bar,
.p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__third-bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #3A3A3A;
  transition: all 0.15s linear;
}
.p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__second-bar {
  transform: translateY(-12px) rotate(0deg);
}
@media only screen and (max-width: 1180px) {
  .p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__second-bar {
    transform: translateY(-6px) rotate(0deg);
  }
}
.p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__third-bar {
  transform: translateY(12px) rotate(0deg);
}
@media only screen and (max-width: 1180px) {
  .p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__third-bar {
    transform: translateY(6px) rotate(0deg);
  }
}
.p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__text {
  display: block;
  font-family: Geologica, sans-serif;
  text-align: center;
  transform: translateY(12px);
  font-size: clamp(0.5625rem, (100vw - 800px) * 0 + 0.5625rem, 0.5625rem);
  font-weight: 400;
  line-height: 1;
}
.p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__text--open {
  display: none;
}
@media only screen and (max-width: 1180px) {
  .p-header-sp-nav__btn .p-header-sp-nav__bar-frame .p-header-sp-nav__text {
    transform: translateY(12px);
  }
}
.p-header-sp-nav__btn.is-active .p-header-sp-nav__first-bar {
  opacity: 0;
}
.p-header-sp-nav__btn.is-active .p-header-sp-nav__second-bar {
  width: 100%;
  transform: translateY(0) rotate(25deg);
}
.p-header-sp-nav__btn.is-active .p-header-sp-nav__third-bar {
  width: 100%;
  transform: translateY(0) rotate(-25deg);
}
.p-header-sp-nav__btn.is-active .p-header-sp-nav__text--open {
  display: block;
}
.p-header-sp-nav__btn.is-active .p-header-sp-nav__text--close {
  display: none;
}

/* SPナビゲーションメニュー表示 */
.p-header-sp-nav {
  position: fixed;
  top: 110px;
  right: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  min-width: 350px;
  height: calc(100vh - 110px);
  height: calc(100dvh - 110px);
  padding-top: 14px;
  font-family: "ZenMaruGothic", sans-serif;
  visibility: hidden;
  background: #F5F5F2;
  opacity: 0;
  transition: all 0.5s;
  transform: translateZ(1px);
}
.p-header-sp-nav.is-active {
  z-index: 3;
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 1180px) {
  .p-header-sp-nav {
    top: 70px;
    height: calc(100vh - 70px);
    height: calc(100dvh - 70px);
  }
}
.p-header-sp-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 84%;
  padding: 12px 15px 15px;
  margin-top: 1rem;
  margin-bottom: 26px;
  background-color: #FFFFFF;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.p-header-sp-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 16.5px;
  padding-bottom: 16.5px;
  font-size: clamp(1.5rem, (100vw - 800px) * 0.0117647059 + 1.5rem, 2rem);
  font-weight: 400;
  line-height: 1.5;
  border-bottom: #F5F5F2 2px dashed;
}
.p-header-sp-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.p-header-sp-nav__link-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-bottom: 0.5rem;
  text-decoration: none;
}
.p-header-sp-nav__text-wrapper {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
.p-header-sp-nav__text-en {
  font-family: Geologica, sans-serif;
  color: #2A4988;
  text-align: center;
  font-size: clamp(1.3125rem, (100vw - 800px) * 0 + 1.3125rem, 1.3125rem);
  font-weight: 500;
  line-height: 1;
}
.p-header-sp-nav__text-jp {
  color: #3A3A3A;
  text-align: center;
  font-size: clamp(0.875rem, (100vw - 800px) * 0 + 0.875rem, 0.875rem);
  font-weight: 400;
  line-height: 1;
}
.p-header-sp-nav__icon-link {
  width: 33.3333333333%;
  transition: all 0.2s;
}
.p-header-sp-nav__icon-link:hover {
  opacity: 0.8;
}
.p-header-sp-nav__icon-link-figure {
  padding: 5px 15px;
}
.p-header-sp-nav__icon-link-img {
  height: 110px;
  object-fit: contain;
}
.p-header-sp-nav__buttons {
  margin-bottom: 26px;
}
.p-header-sp-nav__bottom-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  width: 84%;
}
.p-header-sp-nav__bottom-link {
  position: relative;
}
.p-header-sp-nav__bottom-link::after {
  position: absolute;
  top: 50%;
  left: 195px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  background-image: url(/src/images/arrow-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.p-header-sp-nav__bottom-text {
  font-size: clamp(0.875rem, (100vw - 800px) * 0 + 0.875rem, 0.875rem);
  font-weight: 400;
  line-height: 1;
}

.l-header-top .p-header-sp-nav__first-bar, .l-header-top .p-header-sp-nav__second-bar, .l-header-top .p-header-sp-nav__third-bar {
  background-color: #FFFFFF !important;
}
.l-header-top .p-header-sp-nav {
  background: transparent;
  background-color: rgba(58, 58, 58, 0.3);
}
.l-header-top .p-header-sp-nav__item {
  color: #FFFFFF;
}

.p-footer__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-footer__top-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  .p-footer__top-container {
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
  }
}
.p-footer__middle-container {
  display: flex;
  gap: 90px;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  .p-footer__middle-container {
    flex-direction: column;
    gap: 15px;
    padding: 0 10px;
    margin-bottom: 45px;
  }
}
.p-footer__bottom-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-footer__left-contents {
  display: flex;
  height: 80px;
  padding: 10px 30px;
  background-color: #FFFFFF;
  border-radius: 50px;
}
@media only screen and (max-width: 1180px) {
  .p-footer__left-contents {
    flex-direction: column;
    gap: 28px;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.p-footer__middle-link {
  position: relative;
  display: inline-block;
  font-size: clamp(0.875rem, (100vw - 800px) * 0.0029411765 + 0.875rem, 1rem);
  font-weight: 500;
  line-height: 1;
}
.p-footer__middle-link::after {
  position: absolute;
  top: 50%;
  right: -24px;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url(/src/images/arrow-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1180px) {
  .p-footer__middle-link::after {
    right: auto;
    left: 190px;
    width: 12px;
    height: 12px;
  }
}
.p-footer__bottom-text {
  margin-left: auto;
}
@media only screen and (max-width: 1180px) {
  .p-footer__bottom-text {
    margin-right: auto;
  }
}
.p-footer__bottom-text {
  font-size: clamp(0.75rem, (100vw - 800px) * 0 + 0.75rem, 0.75rem);
  font-weight: 500;
  line-height: 1;
}

.p-footer-logo {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 28px;
  text-decoration: none;
}
@media only screen and (max-width: 1180px) {
  .p-footer-logo {
    margin-right: 0;
  }
}
.p-footer-logo__icon-img-wrapper {
  width: 80px;
  margin-right: 20px;
}
@media only screen and (max-width: 1180px) {
  .p-footer-logo__icon-img-wrapper {
    width: auto;
    margin-right: 15px;
  }
}
.p-footer-logo__icon-img {
  width: 100;
  object-fit: contain;
}
@media only screen and (max-width: 1180px) {
  .p-footer-logo__icon-img {
    width: 60px;
  }
}
.p-footer-logo__logo-img-wrapper {
  width: 130px;
}
@media only screen and (max-width: 1180px) {
  .p-footer-logo__logo-img-wrapper {
    width: auto;
  }
}
.p-footer-logo__logo-img {
  width: 100px;
  object-fit: contain;
}
@media only screen and (max-width: 1180px) {
  .p-footer-logo__logo-img {
    width: 110px;
  }
}

.p-footer-nav {
  display: flex;
  height: 100%;
}
.p-footer-nav__list {
  display: flex;
  gap: 45px;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1180px) {
  .p-footer-nav__list {
    flex-direction: column;
    gap: 0;
  }
}
@media only screen and (max-width: 1180px) {
  .p-footer-nav__item {
    width: 100%;
    padding-top: 16.5px;
    padding-bottom: 16.5px;
    text-align: center;
    border-bottom: #F5F5F2 2px dashed;
  }
}
.p-footer-nav__link {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  text-decoration: none;
  transition: 0.3s;
}
.p-footer-nav__link:hover {
  opacity: 0.7;
}
.p-footer-nav__text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}
@media only screen and (max-width: 1180px) {
  .p-footer-nav__text-wrapper {
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
}
.p-footer-nav__text-en {
  font-family: Geologica, sans-serif;
  color: #2A4988;
  text-align: center;
  font-size: clamp(0.875rem, (100vw - 800px) * 0.0029411765 + 0.875rem, 1rem);
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 1180px) {
  .p-footer-nav__text-en {
    font-size: 21px;
  }
}
.p-footer-nav__text-jp {
  color: #3A3A3A;
  text-align: center;
  font-size: clamp(0.75rem, (100vw - 800px) * 0.0029411765 + 0.75rem, 0.875rem);
  font-weight: 400;
  line-height: 1;
}
@media only screen and (max-width: 1180px) {
  .p-footer-nav__text-jp {
    font-size: 14px;
  }
}

.p-footer__right-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.p-footer-use-button__wrapper {
  width: 250px;
}
@media only screen and (max-width: 1180px) {
  .p-footer-use-button__wrapper {
    width: 230px;
  }
}
.p-footer-use-button__link {
  position: relative;
  display: block;
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  color: #FFFFFF;
  text-align: center;
  background-color: #4F92E9;
  border-radius: 20px;
  transition: 0.3s;
}
.p-footer-use-button__link:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 1180px) {
  .p-footer-use-button__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
  }
}
.p-footer-use-button__link::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/src/images/cover.png);
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.p-footer-use-button__text {
  position: relative;
  z-index: 1;
  display: inline-block;
  transform: translateX(-20px);
  font-size: clamp(0.9375rem, (100vw - 800px) * 0.0073529412 + 0.9375rem, 1.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.015em;
}
.p-footer-use-button__text::after {
  position: absolute;
  top: 50%;
  right: -45px;
  display: block;
  width: 32px;
  height: 32px;
  content: "";
  background-image: url(/src/images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1180px) {
  .p-footer-use-button__text::after {
    right: max(-65px, -45%);
    width: 25px;
    height: 25px;
  }
}

.p-fv__top-inner {
  position: relative;
}
.p-fv__top-container {
  padding: 0 20px;
}
.p-fv__title-wrapper {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  padding: 0 60px 0 180px;
  transform: translateX(-50%);
}
@media only screen and (max-width: 800px) {
  .p-fv__title-wrapper {
    padding: 0 5px;
  }
}
.p-fv__title {
  display: inline-block;
  font-family: ZenMaruGothic, sans-serif;
  color: #FFFFFF;
}
.p-fv__title--row1 {
  font-size: clamp(2.75rem, (100vw - 800px) * 0.0529411765 + 2.75rem, 5rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-fv__title--row2 {
  font-size: clamp(2.375rem, (100vw - 800px) * 0.1352941176 + 2.375rem, 8.125rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-fv__catch-copy {
  position: absolute;
  top: 10%;
  right: 75px;
  display: block;
  padding: 12px 20px;
  color: #FFFFFF;
  background-color: #4F92E9;
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0176470588 + 1.125rem, 1.875rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1180px) {
  .p-fv__catch-copy {
    top: -46px;
    right: auto;
    left: 0;
    display: inline-block;
    width: auto;
    margin-left: 180px;
  }
}
@media only screen and (max-width: 800px) {
  .p-fv__catch-copy {
    padding: 12px 10px;
    margin-left: 0;
  }
}
.p-fv__catch-copy::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/src/images/cover.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}
.p-fv__left-img, .p-fv__left-top-img, .p-fv__right-img {
  position: absolute;
  top: 0;
  z-index: -1;
  object-fit: contain;
}
.p-fv__left-top-img {
  top: -95px;
  left: 0;
  width: 113px;
}
@media only screen and (max-width: 1180px) {
  .p-fv__left-top-img {
    width: 80px;
  }
}
@media only screen and (max-width: 800px) {
  .p-fv__left-top-img {
    top: -230px;
    width: 60px;
  }
}
.p-fv__left-img {
  top: 50%;
  left: 0;
  width: 172px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1180px) {
  .p-fv__left-img {
    width: 120px;
  }
}
@media only screen and (max-width: 800px) {
  .p-fv__left-img {
    top: -110px;
    width: 90px;
  }
}
.p-fv__right-img {
  top: 50%;
  right: 0;
  width: 172px;
}
@media only screen and (max-width: 1180px) {
  .p-fv__right-img {
    top: 40%;
    right: -10px;
    width: 120px;
  }
}
@media only screen and (max-width: 800px) {
  .p-fv__right-img {
    top: 30%;
    right: -10px;
    width: 98px;
  }
}
.p-fv__bottom-inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  padding: 30px 20px 80px;
}
@media only screen and (max-width: 1180px) {
  .p-fv__bottom-inner {
    padding: 20px 10px 80px;
  }
}
.p-fv__img-wrapper {
  position: relative;
}
.p-fv__img-main {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-fv__img-left {
  position: absolute;
  top: 150px;
  left: 100px;
  width: 102px;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 1180px) {
  .p-fv__img-left {
    display: none;
  }
}
.p-fv__img-right {
  position: absolute;
  top: 230px;
  right: 90px;
  width: 88px;
  height: auto;
  object-fit: contain;
}
@media only screen and (max-width: 1180px) {
  .p-fv__img-right {
    top: 34px;
    right: 15px;
    width: 50px;
  }
}
.p-fv__scroll-wrapper {
  position: absolute;
  right: max(50% - 600px, 20px);
  bottom: 130px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  .p-fv__scroll-wrapper {
    bottom: 150px;
  }
}
.p-fv__scroll-text {
  font-family: Geologica, sans-serif;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  font-size: clamp(0.5rem, (100vw - 800px) * 0.0117647059 + 0.5rem, 1rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.2em;
}
.p-fv__scroll-bar {
  position: relative;
  width: 2px;
  height: 100px;
  background-color: #FFFFFF;
}
@media only screen and (max-width: 1180px) {
  .p-fv__scroll-bar {
    width: 1px;
    height: 50px;
  }
}
.p-fv__scroll-ball {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #4F92E9;
  border-radius: 50%;
  transform: translate(-50%, 0);
  animation: scroll-ball 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}
@media only screen and (max-width: 1180px) {
  .p-fv__scroll-ball {
    width: 8px;
    height: 8px;
    animation: scroll-ball-sp 3s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
  }
}

@keyframes scroll-ball {
  0% {
    opacity: 0;
    transform: translate(-50%, -5px) scale(0.8);
  }
  5% {
    opacity: 1;
    transform: translate(-50%, -5px) scale(0.8);
  }
  15% {
    transform: translate(-50%, -5px) scale(1);
  }
  40% {
    opacity: 1;
  }
  45% {
    transform: translate(-50%, 95px) scale(0.8);
  }
  65% {
    opacity: 0;
    transform: translate(-50%, 95px) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1);
  }
}
@keyframes scroll-ball-sp {
  0% {
    opacity: 0;
    transform: translate(-50%, -5px) scale(0.8);
  }
  5% {
    opacity: 1;
    transform: translate(-50%, -5px) scale(0.8);
  }
  15% {
    transform: translate(-50%, -5px) scale(1);
  }
  40% {
    opacity: 1;
  }
  45% {
    transform: translate(-50%, 45px) scale(0.8);
  }
  65% {
    opacity: 0;
    transform: translate(-50%, 45px) scale(0.8);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, 0) scale(1);
  }
}
/***************************************
* アニメーション
****************************************/
.l-fv.animation .p-fv__title-wrapper {
  opacity: 0;
  transition: all 1s ease-in-out;
}

.l-fv.fadeIn .p-fv__title-wrapper {
  opacity: 1;
}

@keyframes rotate {
  0% {
    transform: rotate(0) translateY(-50%);
  }
  10% {
    transform: rotate(10deg) translateY(-50%);
  }
  20% {
    transform: rotate(0) translateY(-50%);
  }
  30% {
    transform: rotate(-10deg) translateY(-50%);
  }
  40% {
    transform: rotate(0) translateY(-50%);
  }
  100% {
    transform: rotate(0) translateY(-50%);
  }
}
.p-section__title-wrapper {
  margin-bottom: 40px;
}
.p-section__title {
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.625rem;
  font-weight: 100;
}

.p-information {
  display: flex;
  padding: 15px 30px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
@media only screen and (max-width: 1180px) {
  .p-information {
    flex-direction: column;
    padding: 20px;
  }
}
.p-information__title {
  margin-top: 8px;
  margin-right: 30px;
  font-family: Geologica, sans-serif;
  color: #2A4988;
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0029411765 + 1.125rem, 1.25rem);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 1180px) {
  .p-information__title {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.p-information__list {
  width: 100%;
}
.p-information__posts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media only screen and (max-width: 1180px) {
  .p-information__posts {
    gap: 30px;
  }
}
.p-information__post {
  display: flex;
  gap: 5px;
  align-items: center;
  height: 35px;
  transition: 0.5s;
}
.p-information__post:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1180px) {
  .p-information__post {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
    height: auto;
  }
}
.p-information__post-category-wrapper {
  display: flex;
  gap: 5px;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  .p-information__post-category-wrapper {
    margin-bottom: 5px;
  }
}
.p-information__post-category {
  font-size: clamp(0.75rem, (100vw - 800px) * 0.0029411765 + 0.75rem, 0.875rem);
  font-weight: 400;
  line-height: 1.2;
  width: 110px;
  padding: 3px 6px;
  color: #B44B2A;
  text-align: center;
  border: #B44B2A 1px solid;
  border-radius: 5px;
}
@media only screen and (max-width: 1180px) {
  .p-information__post-category {
    width: 90px;
    margin-right: 5px;
  }
}
.p-information__post-date {
  width: 120px;
  font-family: Geologica, sans-serif;
  text-align: center;
  font-size: clamp(0.875rem, (100vw - 800px) * 0.0029411765 + 0.875rem, 1rem);
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 1180px) {
  .p-information__post-date {
    text-align: start;
  }
}
.p-information__post-title {
  font-size: clamp(1rem, (100vw - 800px) * 0.0029411765 + 1rem, 1.125rem);
  font-weight: 400;
  line-height: 1.2;
  width: calc(100% - 230px);
}
@media only screen and (max-width: 1180px) {
  .p-information__post-title {
    width: 100%;
  }
}

.p-about__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  .p-about__title-wrapper {
    margin-bottom: 40px;
  }
}
.p-about__title {
  margin-bottom: 20px;
  color: #2A4988;
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0029411765 + 1.125rem, 1.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1180px) {
  .p-about__title {
    margin-bottom: 25px;
  }
}
.p-about__title-text {
  font-size: clamp(2rem, (100vw - 800px) * 0.0117647059 + 2rem, 2.5rem);
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 1180px) {
  .p-about__title-text {
    line-height: 1.3;
    text-align: center;
  }
}
.p-about__image-wrapper {
  max-width: 510px;
  margin: 25px auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  .p-about__image-wrapper {
    margin-bottom: 30px;
  }
}
.p-about__image {
  width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1180px) {
  .p-about__image {
    width: 80%;
    margin: 0 auto;
  }
}
.p-about__text {
  font-size: clamp(1rem, (100vw - 800px) * 0.0029411765 + 1rem, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  .p-about__text {
    line-height: 2.1;
  }
}

/***************************************
* アニメーション
****************************************/
.l-about.animation .p-about__image {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translate(0, 50px);
}

.l-about.fadeIn .p-about__image {
  opacity: 1;
  transform: translate(0, 0);
}

.p-shop-list__bg-title-sp {
  display: none;
}
@media only screen and (max-width: 800px) {
  .p-shop-list__bg-title-sp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    height: 100%;
    font-family: Geologica, sans-serif;
    color: #FFFFFF;
    white-space: nowrap;
    writing-mode: tb-rl;
    transform: translate(-13px, 0);
    font-size: clamp(5rem, (100vw - 800px) * 0 + 5rem, 5rem);
    font-weight: 800;
    line-height: 1;
  }
}
.p-shop-list__container {
  display: flex;
  gap: 5%;
}
@media only screen and (max-width: 800px) {
  .p-shop-list__container {
    flex-direction: column;
  }
}
.p-shop-list__title-wrapper {
  position: relative;
  display: inline;
  width: 20%;
  height: auto;
  padding-left: 40px;
}
@media only screen and (max-width: 800px) {
  .p-shop-list__title-wrapper {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }
}
.p-shop-list__title {
  position: absolute;
  top: 0;
  left: 50%;
  font-family: Geologica, sans-serif;
  color: #FFFFFF;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: translateX(-50%);
  font-size: clamp(1.75rem, (100vw - 800px) * 0.2676470588 + 1.75rem, 13.125rem);
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .p-shop-list__title {
    display: none;
  }
}
.p-shop-list__title-text {
  position: absolute;
  top: 0;
  left: 50%;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: translateX(-50%);
  font-size: clamp(2.75rem, (100vw - 800px) * 0.0529411765 + 2.75rem, 5rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 800px) {
  .p-shop-list__title-text {
    position: static;
    width: 100%;
    text-align: center;
    writing-mode: horizontal-tb;
    transform: none;
    transform: translateX(0);
  }
}
.p-shop-list__bottom-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  transform: translateY(50%);
  animation: floating 2.5s 1s ease-in-out infinite alternate;
}
.p-shop-list__list {
  width: 75%;
}
@media only screen and (max-width: 800px) {
  .p-shop-list__list {
    width: 100%;
  }
}


.p-shop-linklist-wrapper {
  padding: 1rem;
  border-radius: 0 30px 0 30px;
  border: 2px solid #7192C4;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .p-shop-linklist-wrapper {
    margin-left: 40px;
  }
}
.p-shop-linklist-table {
  width: 100%;
  border-collapse: collapse;
}
.p-shop-linklist-table th {
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #7192C4;
  white-space: nowrap;
  width: 120px;
  max-width: 120px;
}
.p-shop-linklist-table td {
  padding: 10px 0;
}

.p-shop-linklist__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.p-shop-linklist__list a {
  display: block;
  width: fit-content;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding-right: 20px;
  white-space: nowrap;
  position: relative;
}
.p-shop-linklist__list a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  content: "";
  background-image: url(/src/images/arrow-black.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}


.p-shop-list__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 6%;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .p-shop-list__cards {
    flex-direction: column;
  }
}
.p-shop-list__card {
  position: relative;
  width: 47%;
  padding: 42px 40px;
  background-color: #FFFFFF;
  border-top-right-radius: 35px;
  border-bottom-left-radius: 35px;
}
@media only screen and (max-width: 800px) {
  .p-shop-list__card {
    width: 95%;
    padding: 35px 30px;
    transform: translateX(10px);
  }
}
.p-shop-list__card:nth-of-type(2) .p-shop-list__name,
.p-shop-list__card:nth-of-type(3) .p-shop-list__name,
.p-shop-list__card:nth-of-type(6) .p-shop-list__name,
.p-shop-list__card:nth-of-type(7) .p-shop-list__name {
  color: #2A4988;
}
.p-shop-list__wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.p-shop-list__name {
  position: absolute;
  top: 0;
  left: 1.5rem;
  color: #4F92E9;
  transform: translateY(-50%);
  font-size: clamp(1.5rem, (100vw - 800px) * 0.0147058824 + 1.5rem, 2.125rem);
  font-weight: 500;
  line-height: 1;
}
.p-shop-list__img-wrapper {
  overflow: hidden;
  width: 100%;
}
.p-shop-list__img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  background-color: #f6f3f4;
}
/* swiper */
.js-swiper-pagination {
  width: fit-content !important;
  margin: 0 auto !important;
}
.p-shop-list__row {
  display: flex;
  align-items: center;
  padding: 14px 0;
  border-bottom: #F5F5F2 1.5px dashed;
}
@media only screen and (max-width: 800px) {
  .p-shop-list__row {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.p-shop-list__row--address {
  position: relative;
  padding-bottom: 30px;
}
.p-shop-list__row:last-of-type {
  border-bottom: none;
}
.p-shop-list__item {
  width: 80px;
  font-size: clamp(1rem, (100vw - 800px) * 0 + 1rem, 1rem);
  font-weight: 500;
  line-height: 1;
}
.p-shop-list__text {
  font-size: clamp(0.875rem, (100vw - 800px) * 0 + 0.875rem, 0.875rem);
  font-weight: 400;
  line-height: 1.5;
}
.p-shop-list__address-wrapper {
  display: flex;
}
.p-shop-list__map-link {
  position: absolute;
  right: 0;
  bottom: 10px;
  display: flex;
  gap: 5px;
  align-items: center;
  color: #4F92E9;
  transition: 0.3s;
  font-size: clamp(0.875rem, (100vw - 800px) * 0 + 0.875rem, 0.875rem);
  font-weight: 800;
  line-height: 1;
}
.p-shop-list__map-link:hover {
  opacity: 0.8;
}
.p-shop-list__map-arrow {
  object-fit: contain;
  width: 14px;
  height: 14px;
  transform: translateY(2px);
}
.p-shop-list__movie-link {
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0058823529 + 1.125rem, 1.375rem);
  font-weight: 800;
  line-height: 1;
  position: relative;
  width: 250px;
  height: 60px;
  padding: 0 20px 0 50px;
  margin: 0 auto;
  overflow: hidden;
  line-height: 60px;
  color: #FFFFFF;
  background-color: #4F92E9;
  border-radius: 50px;
  transition: 0.3s;
}
@media only screen and (max-width: 1180px) {
  .p-shop-list__movie-link {
    width: 200px;
  }
}
@media only screen and (max-width: 800px) {
  .p-shop-list__movie-link {
    width: 200px;
    height: 48px;
    line-height: 48px;
  }
}
.p-shop-list__movie-link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  content: "";
  background-image: url(/src/images/arrow.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
}
.p-shop-list__movie-link::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(/src/images/cover.png);
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}
.p-shop-list__movie-link:hover {
  opacity: 0.8;
}
.p-shop-list__movie-link-text {
  position: relative;
  z-index: 1;
}

/***************************************
* アニメーション
****************************************/
.l-shop-list.animation .p-shop-list__card {
  opacity: 0;
  transition: all 1s ease-in-out;
}

.l-shop-list.fadeIn .p-shop-list__card {
  opacity: 1;
}

.p-how-to-use__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 90px;
}
@media only screen and (max-width: 800px) {
  .p-how-to-use__title-wrapper {
    margin-bottom: 50px;
  }
}
.p-how-to-use__title {
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0029411765 + 1.125rem, 1.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-family: Geologica, sans-serif;
  color: #4F92E9;
}
.p-how-to-use__title-text {
  font-size: clamp(2rem, (100vw - 800px) * 0.0411764706 + 2rem, 3.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #595858;
}
.p-how-to-use__cards {
  display: flex;
  flex-direction: column;
  gap: 110px;
}
@media only screen and (max-width: 800px) {
  .p-how-to-use__cards {
    gap: 40px;
    padding: 0 10px;
  }
}
.p-how-to-use__card {
  display: flex;
  gap: 7.5%;
  justify-content: center;
  padding: 0 50px 0 160px;
}
@media only screen and (max-width: 800px) {
  .p-how-to-use__card {
    flex-direction: column;
    padding: 0;
  }
}
.p-how-to-use__card-left-contents {
  width: 35%;
}
@media only screen and (max-width: 800px) {
  .p-how-to-use__card-left-contents {
    width: 100%;
    margin-bottom: 50px;
  }
}
.p-how-to-use__card-right-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media only screen and (max-width: 800px) {
  .p-how-to-use__card-right-contents {
    width: 100%;
  }
}
.p-how-to-use__card-step-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.p-how-to-use__card-title-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
@media only screen and (max-width: 800px) {
  .p-how-to-use__card-title-wrapper {
    margin-bottom: 20px;
  }
}
.p-how-to-use__card-number {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  font-family: Geologica, sans-serif;
  color: #F5F5F2;
  transform: translateY(14%);
  font-size: clamp(5rem, (100vw - 800px) * 0.0705882353 + 5rem, 8rem);
  font-weight: 800;
  line-height: 1;
}
.p-how-to-use__card-title {
  font-size: clamp(1.5rem, (100vw - 800px) * 0.0147058824 + 1.5rem, 2.125rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .p-how-to-use__card-title {
    letter-spacing: 0.05em;
  }
}
.p-how-to-use__card-text {
  font-size: clamp(1rem, (100vw - 800px) * 0.0029411765 + 1rem, 1.125rem);
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.05em;
}

/***************************************
* アニメーション
****************************************/
.l-how-to-use.animation .p-how-to-use__card {
  opacity: 0;
  transition: all 1s ease-in-out;
}
.l-how-to-use.animation .p-how-to-use__card:nth-of-type(1) {
  transform: translate(-100px, 0);
}
.l-how-to-use.animation .p-how-to-use__card:nth-of-type(2) {
  transform: translate(100px, 0);
}
.l-how-to-use.animation .p-how-to-use__card:nth-of-type(3) {
  transform: translate(-100px, 0);
}

.l-how-to-use.fadeIn .p-how-to-use__card:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0s;
  transform: translate(0);
}
.l-how-to-use.fadeIn .p-how-to-use__card:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translate(0);
}
.l-how-to-use.fadeIn .p-how-to-use__card:nth-of-type(3) {
  opacity: 1;
  transition-delay: 1s;
  transform: translate(0);
}

.p-point__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 78px;
}
@media only screen and (max-width: 800px) {
  .p-point__title-wrapper {
    margin-bottom: 40px;
  }
}
.p-point__title {
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0029411765 + 1.125rem, 1.25rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
  font-family: Geologica, sans-serif;
  color: #B44B2A;
}
@media only screen and (max-width: 800px) {
  .p-point__title {
    margin-bottom: 10px;
  }
}
.p-point__title-text {
  font-size: clamp(2rem, (100vw - 800px) * 0.0411764706 + 2rem, 3.75rem);
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.07em;
  color: #2A4988;
}
@media only screen and (max-width: 800px) {
  .p-point__title-text {
    text-align: center;
  }
}
.p-point__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 50px;
  padding: 0 60px;
}
@media only screen and (max-width: 800px) {
  .p-point__cards {
    flex-direction: column;
    gap: 40px;
    padding: 0 5px;
  }
}
.p-point__card {
  display: flex;
  flex-direction: column;
  width: calc(50% - 25px);
}
@media only screen and (max-width: 800px) {
  .p-point__card {
    width: 100%;
  }
}
.p-point__card-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 45px;
}
@media only screen and (max-width: 800px) {
  .p-point__card-img {
    margin-bottom: 30px;
  }
}
.p-point__card-title {
  font-size: clamp(1.25rem, (100vw - 800px) * 0.0147058824 + 1.25rem, 1.875rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  color: #2A4988;
  text-align: center;
}
@media only screen and (max-width: 800px) {
  .p-point__card-title {
    margin-bottom: 20px;
  }
}
.p-point__card-text {
  font-size: clamp(1rem, (100vw - 800px) * 0.0029411765 + 1rem, 1.125rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 800px) {
  .p-point__card-text {
    line-height: 1.9;
  }
}

.l-point.animation .p-point__card {
  opacity: 0;
  transition: all 1s ease-in-out;
}

.l-point.fadeIn .p-point__card:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0s;
  transform: translate(0);
}
.l-point.fadeIn .p-point__card:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.15s;
  transform: translate(0);
}
.l-point.fadeIn .p-point__card:nth-of-type(3) {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
.l-point.fadeIn .p-point__card:nth-of-type(4) {
  opacity: 1;
  transition-delay: 0.45s;
  transform: translate(0);
}
.l-point.fadeIn .p-point__card:nth-of-type(5) {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translate(0);
}
.l-point.fadeIn .p-point__card:nth-of-type(6) {
  opacity: 1;
  transition-delay: 0.75s;
  transform: translate(0);
}
.l-point.fadeIn .p-point__card:nth-of-type(7) {
  opacity: 1;
  transition-delay: 0.9s;
  transform: translate(0);
}
.l-point.fadeIn .p-point__card:nth-of-type(8) {
  opacity: 1;
  transition-delay: 1.05s;
  transform: translate(0);
}
.l-point.fadeIn .p-point__card:nth-of-type(9) {
  opacity: 1;
  transition-delay: 1.2s;
  transform: translate(0);
}
.l-point.fadeIn .p-point__card:nth-of-type(10) {
  opacity: 1;
  transition-delay: 1.35s;
  transform: translate(0);
}

.p-price__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 800px) {
  .p-price__title-wrapper {
    margin-bottom: 50px;
  }
}
.p-price__title {
  font-size: clamp(6.25rem, (100vw - 800px) * 0.1617647059 + 6.25rem, 13.125rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.06em;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  font-family: Geologica, sans-serif;
  color: #F5F5F2;
  transform: translate(-50%, 14%);
}
@media only screen and (max-width: 800px) {
  .p-price__title {
    transform: translate(-50%, 0);
  }
}
.p-price__title-text {
  font-size: clamp(2rem, (100vw - 800px) * 0.0411764706 + 2rem, 3.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #4F92E9;
}
.p-price__container {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
@media only screen and (max-width: 800px) {
  .p-price__container {
    flex-direction: column;
    gap: 10px;
  }
}
.p-price__col1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-price__col2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-price__col3col4-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .p-price__col3col4-wrapper {
    gap: 5px;
  }
}
.p-price__col3 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #F5F5F2;
  border-radius: 10px;
}
.p-price__col4 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-price__col5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: #F5F5F2;
  border-radius: 10px;
}
.p-price__prefix {
  font-size: clamp(1.25rem, (100vw - 800px) * 0.0205882353 + 1.25rem, 2.125rem);
  font-weight: 500;
  line-height: 1;
}
.p-price__prefix--small {
  font-size: clamp(0.875rem, (100vw - 800px) * 0.0147058824 + 0.875rem, 1.5rem);
  font-weight: 500;
  line-height: 1;
}
.p-price__price {
  font-family: Geologica, sans-serif;
  font-size: clamp(3.125rem, (100vw - 800px) * 0.0441176471 + 3.125rem, 5rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #2A4988;
}
.p-price__suffix-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-price__tax {
  font-size: clamp(0.625rem, (100vw - 800px) * 0.0058823529 + 0.625rem, 0.875rem);
  font-weight: 500;
  line-height: 1;
}
.p-price__yen {
  font-size: clamp(1.625rem, (100vw - 800px) * 0.0205882353 + 1.625rem, 2.5rem);
  font-weight: 700;
  line-height: 1;
}
.p-price__and {
  padding: 10px;
  font-family: Geologica, sans-serif;
  color: #FFFFFF;
  background-color: #2A4988;
  border-radius: 50px;
  font-size: clamp(1.375rem, (100vw - 800px) * 0.0264705882 + 1.375rem, 2.5rem);
  font-weight: 800;
  line-height: 1;
}
.p-price__plus {
  font-family: Geologica, sans-serif;
  font-size: clamp(1.75rem, (100vw - 800px) * 0.0176470588 + 1.75rem, 2.5rem);
  font-weight: 800;
  line-height: 1;
  color: #2A4988;
}

.l-price.animation .p-price__container {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translate(0, 50px);
}

.l-price.fadeIn .p-price__container {
  opacity: 1;
  transform: translate(0, 0);
}

.p-step-of-use__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 85px;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__title-wrapper {
    margin-bottom: 55px;
  }
}
.p-step-of-use__title {
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0029411765 + 1.125rem, 1.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-family: Geologica, sans-serif;
  color: #4F92E9;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__title {
    margin-bottom: 28px;
  }
}
.p-step-of-use__title-text {
  font-size: clamp(2rem, (100vw - 800px) * 0.0411764706 + 2rem, 3.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.p-step-of-use__prepare-text {
  font-size: clamp(1.25rem, (100vw - 800px) * 0.0161764706 + 1.25rem, 1.9375rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
  position: relative;
  max-width: 720px;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 48px;
  line-height: 60px;
  color: #2A4988;
  text-align: center;
  background-color: #EAC469;
  border-radius: 50px;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__prepare-text {
    height: auto;
    padding: 8px;
    margin-bottom: 38px;
    line-height: 1.35;
  }
}
.p-step-of-use__prepare-text::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  content: "";
  border: 10px solid transparent;
  border-top: 15px solid #EAC469;
}
.p-step-of-use__prepare-cards {
  display: flex;
  gap: 4%;
  justify-content: center;
  margin-bottom: 130px;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__prepare-cards {
    flex-wrap: wrap;
    gap: 8%;
    margin-bottom: 80px;
  }
}
.p-step-of-use__prepare-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  width: 22%;
  aspect-ratio: 1;
  text-align: center;
  border: 1.5px solid #FFFFFF;
  border-radius: 50%;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__prepare-card {
    width: 43%;
  }
}
.p-step-of-use__prepare-img {
  width: 35%;
  aspect-ratio: 1;
  object-fit: contain;
}
.p-step-of-use__prepare-name {
  font-size: clamp(0.75rem, (100vw - 800px) * 0.0176470588 + 0.75rem, 1.5rem);
  font-weight: 500;
  line-height: 1;
}
.p-step-of-use__step-cards {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 50px;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__step-cards {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    padding: 0 10px;
  }
}
.p-step-of-use__step-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 27%;
  padding: 45px 25px;
  background-color: #FFFFFF;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__step-card {
    width: 100%;
    padding-bottom: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
}
.p-step-of-use__step-number {
  position: absolute;
  top: 0;
  left: 50%;
  font-family: Geologica, sans-serif;
  color: #EAC469;
  transform: translate(-50%, -50%);
  font-size: clamp(5rem, (100vw - 800px) * 0 + 5rem, 5rem);
  font-weight: 500;
  line-height: 1;
}
.p-step-of-use__step-text-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 20px 0;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__step-text-wrapper {
    height: 110px;
  }
}
.p-step-of-use__step-text {
  color: #3A3A3A;
  text-align: center;
  font-size: clamp(1.25rem, (100vw - 800px) * 0.0058823529 + 1.25rem, 1.5rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-step-of-use__step-text--middle {
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0029411765 + 1.125rem, 1.25rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-step-of-use__step-text--small {
  font-size: clamp(1rem, (100vw - 800px) * 0 + 1rem, 1rem);
  font-weight: 500;
  line-height: 1.5;
}
.p-step-of-use__notes {
  padding: 0 60px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__notes {
    padding: 0 10px;
  }
}
.p-step-of-use__item {
  font-size: clamp(0.875rem, (100vw - 800px) * 0.0029411765 + 0.875rem, 1rem);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.p-step-of-use__arrow {
  width: 33px;
  height: 33px;
  object-fit: contain;
  margin: auto 0;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__arrow {
    margin-bottom: 15px;
    transform: rotate(90deg);
  }
}
.p-step-of-use__buttons {
  display: flex;
  gap: 6%;
  justify-content: center;
}
@media only screen and (max-width: 800px) {
  .p-step-of-use__buttons {
    flex-direction: column;
    gap: 30px;
    align-items: center;
  }
}

.l-step-of-use.animation .p-step-of-use__prepare-text {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translate(0, 50px);
}
.l-step-of-use.animation .p-step-of-use__prepare-cards {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translate(0, 50px);
}
.l-step-of-use.animation .p-step-of-use__step-cards {
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transform: translate(0, 50px);
}

.l-step-of-use.fadeIn .p-step-of-use__prepare-text {
  opacity: 1;
  transform: translate(0, 0);
}
.l-step-of-use.fadeIn .p-step-of-use__prepare-cards {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translate(0, 0);
}
.l-step-of-use.fadeIn .p-step-of-use__step-cards {
  opacity: 1;
  transition-delay: 1.5s;
  transform: translate(0, 0);
}

.p-faq__title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 75px;
}
@media only screen and (max-width: 800px) {
  .p-faq__title-wrapper {
    margin-bottom: 50px;
  }
}
.p-faq__title {
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0029411765 + 1.125rem, 1.25rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
  font-family: Geologica, sans-serif;
  color: #4F92E9;
}
@media only screen and (max-width: 800px) {
  .p-faq__title {
    margin-bottom: 30px;
  }
}
.p-faq__title-text {
  font-size: clamp(2rem, (100vw - 800px) * 0.0411764706 + 2rem, 3.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #595858;
}
.p-faq__cards {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 0 60px;
}
@media only screen and (max-width: 800px) {
  .p-faq__cards {
    gap: 30px;
    padding: 0 5px;
  }
}
.p-faq__card {
  position: relative;
  background-color: #FFFFFF;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.p-faq__card.open .p-faq__card-a-border {
  width: 100%;
  height: 1px;
  border-top: 2px dashed #F5F5F2;
}
.p-faq__card.open .p-faq__card-btn {
  transform: rotate(225deg);
}
.p-faq__card-btn {
  position: absolute;
  top: 30px;
  right: 65px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  transition: all 0.3s;
  object-fit: contain;
}
@media only screen and (max-width: 1180px) {
  .p-faq__card-btn {
    top: 18px;
    right: 18px;
  }
}
@media only screen and (max-width: 800px) {
  .p-faq__card-btn {
    top: 18px;
    right: 12px;
  }
}
.p-faq__card-q-content {
  display: flex;
  align-items: center;
  padding: 10px 20px 0;
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .p-faq__card-q-content {
    align-items: flex-start;
    padding: 20px 35px 20px 20px;
  }
}
.p-faq__card-q-icon {
  margin-right: 1.5rem;
  color: #F5F5F2;
  font-size: clamp(1.5rem, (100vw - 800px) * 0.0235294118 + 1.5rem, 2.5rem);
  font-weight: 800;
  line-height: 1.8;
}
@media only screen and (max-width: 800px) {
  .p-faq__card-q-icon {
    line-height: 1.3;
  }
}
.p-faq__card-q-text {
  font-size: clamp(1.125rem, (100vw - 800px) * 0.0088235294 + 1.125rem, 1.5rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-faq__card-a-content {
  display: flex;
  flex-direction: column;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  transition: all 0.5s;
}
@media only screen and (max-width: 800px) {
  .p-faq__card-a-content {
    padding: 0 35px 0 20px;
  }
}
.p-faq__card-a-text {
  padding: 15px 0 20px;
  font-size: clamp(1rem, (100vw - 800px) * 0.0029411765 + 1rem, 1.125rem);
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

.l-faq.animation .p-faq__card {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translate(100px, 0);
}

.l-faq.fadeIn .p-faq__card:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0s;
  transform: translate(0);
}
.l-faq.fadeIn .p-faq__card:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
.l-faq.fadeIn .p-faq__card:nth-of-type(3) {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translate(0);
}
.l-faq.fadeIn .p-faq__card:nth-of-type(4) {
  opacity: 1;
  transition-delay: 0.9s;
  transform: translate(0);
}
.l-faq.fadeIn .p-faq__card:nth-of-type(5) {
  opacity: 1;
  transition-delay: 1.2s;
  transform: translate(0);
}
.l-faq.fadeIn .p-faq__card:nth-of-type(6) {
  opacity: 1;
  transition-delay: 1.5s;
  transform: translate(0);
}
.l-faq.fadeIn .p-faq__card:nth-of-type(7) {
  opacity: 1;
  transition-delay: 1.8s;
  transform: translate(0);
}
.l-faq.fadeIn .p-faq__card:nth-of-type(8) {
  opacity: 1;
  transition-delay: 2.1s;
  transform: translate(0);
}
.l-faq.fadeIn .p-faq__card:nth-of-type(9) {
  opacity: 1;
  transition-delay: 2.4s;
  transform: translate(0);
}
.l-faq.fadeIn .p-faq__card:nth-of-type(10) {
  opacity: 1;
  transition-delay: 2.7s;
  transform: translate(0);
}

.p-cv__bg-title-sp {
  display: none;
}
@media only screen and (max-width: 800px) {
  .p-cv__bg-title-sp {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    height: 100%;
    font-family: Geologica, sans-serif;
    color: rgba(245, 245, 242, 0.5);
    white-space: nowrap;
    writing-mode: tb-rl;
    transform: translate(-12px, 15px);
    font-size: clamp(5rem, (100vw - 800px) * 0 + 5rem, 5rem);
    font-weight: 800;
    line-height: 1;
  }
}
.p-cv__container {
  display: flex;
  gap: 5%;
}
@media only screen and (max-width: 800px) {
  .p-cv__container {
    flex-direction: column;
  }
}
.p-cv__title-wrapper {
  position: relative;
  display: inline;
  width: 20%;
  height: auto;
}
@media only screen and (max-width: 800px) {
  .p-cv__title-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 95px;
  }
}
.p-cv__title {
  position: absolute;
  top: 0;
  left: 50%;
  font-family: Geologica, sans-serif;
  color: rgba(245, 245, 242, 0.5);
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: translateX(-50%);
  font-size: clamp(1.75rem, (100vw - 800px) * 0.2088235294 + 1.75rem, 10.625rem);
  font-weight: 800;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .p-cv__title {
    display: none;
  }
}
.p-cv__title-text {
  position: absolute;
  top: 0;
  left: 50%;
  color: #FFFFFF;
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transform: translateX(-50%);
  font-size: clamp(2.75rem, (100vw - 800px) * 0.0529411765 + 2.75rem, 5rem);
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 800px) {
  .p-cv__title-text {
    width: 100%;
    text-align: center;
    writing-mode: horizontal-tb;
  }
}
.p-cv__bottom-img {
  position: absolute;
  right: -30px;
  bottom: 130px;
  z-index: 0;
  width: 250px;
  max-width: none;
  transform: translateY(50%);
  object-fit: contain;
  animation: floating 2.5s 0s ease-in-out infinite alternate;
}
@media only screen and (max-width: 800px) {
  .p-cv__bottom-img {
    display: none;
  }
}
.p-cv__list {
  width: 70%;
}
@media only screen and (max-width: 800px) {
  .p-cv__list {
    width: 100%;
  }
}
.p-cv__cards {
  display: flex;
  flex-direction: column;
  gap: 60px;
  width: 100%;
}
@media only screen and (max-width: 800px) {
  .p-cv__cards {
    gap: 40px;
    width: 95%;
    transform: translateX(10px);
  }
}
.p-cv__card {
  display: flex;
  gap: 40px;
  padding: 40px 40px 40px 50px;
  background-color: #FFFFFF;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}
@media only screen and (max-width: 800px) {
  .p-cv__card {
    flex-direction: column;
    gap: 18px;
    align-items: center;
    padding: 30px 20px;
  }
}
.p-cv__card-img {
  width: 100px;
  height: 100px;
  object-fit: contain;
}
@media only screen and (max-width: 800px) {
  .p-cv__card-img {
    width: 80px;
    height: 80px;
  }
}
.p-cv__right-contents {
  display: flex;
  flex-direction: column;
  width: 80%;
}
@media only screen and (max-width: 800px) {
  .p-cv__right-contents {
    width: 100%;
  }
}
.p-cv__card-text {
  font-size: clamp(1rem, (100vw - 800px) * 0.0029411765 + 1rem, 1.125rem);
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 800px) {
  .p-cv__card-text {
    line-height: 1.5;
  }
}
.p-cv__card-attribute {
  font-size: clamp(0.875rem, (100vw - 800px) * 0.0029411765 + 0.875rem, 1rem);
  font-weight: 500;
  line-height: 1.7;
  text-align: end;
}

.l-cv.animation .p-cv__card {
  opacity: 0;
  transition: all 1s ease-in-out;
  transform: translate(100px, 0);
}

.l-cv.fadeIn .p-cv__card:nth-of-type(1) {
  opacity: 1;
  transition-delay: 0s;
  transform: translate(0);
}
.l-cv.fadeIn .p-cv__card:nth-of-type(2) {
  opacity: 1;
  transition-delay: 0.3s;
  transform: translate(0);
}
.l-cv.fadeIn .p-cv__card:nth-of-type(3) {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translate(0);
}
.l-cv.fadeIn .p-cv__card:nth-of-type(4) {
  opacity: 1;
  transition-delay: 0.9s;
  transform: translate(0);
}
.l-cv.fadeIn .p-cv__card:nth-of-type(5) {
  opacity: 1;
  transition-delay: 1.2s;
  transform: translate(0);
}
.l-cv.fadeIn .p-cv__card:nth-of-type(6) {
  opacity: 1;
  transition-delay: 1.5s;
  transform: translate(0);
}
.l-cv.fadeIn .p-cv__card:nth-of-type(7) {
  opacity: 1;
  transition-delay: 1.8s;
  transform: translate(0);
}
.l-cv.fadeIn .p-cv__card:nth-of-type(8) {
  opacity: 1;
  transition-delay: 2.1s;
  transform: translate(0);
}
.l-cv.fadeIn .p-cv__card:nth-of-type(9) {
  opacity: 1;
  transition-delay: 2.4s;
  transform: translate(0);
}
.l-cv.fadeIn .p-cv__card:nth-of-type(10) {
  opacity: 1;
  transition-delay: 2.7s;
  transform: translate(0);
}

.p-blog__title-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}
.p-blog__title {
  font-size: clamp(6.25rem, (100vw - 800px) * 0.1617647059 + 6.25rem, 13.125rem);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  font-family: Geologica, sans-serif;
  color: #F5F5F2;
  transform: translateY(16%);
}
@media only screen and (max-width: 800px) {
  .p-blog__title {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.p-blog__title-text {
  font-size: clamp(2.125rem, (100vw - 800px) * 0.0382352941 + 2.125rem, 3.75rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  width: calc(100% - 101px);
  color: #4F92E9;
  transform: translateX(101px);
}
@media only screen and (max-width: 800px) {
  .p-blog__title-text {
    width: 100%;
    text-align: center;
    transform: none;
  }
}
.p-blog__title-text::after {
  position: absolute;
  top: 10%;
  left: -101px;
  display: block;
  width: 101px;
  height: 103px;
  content: "";
  background-image: url(/src/images/blog-title.png);
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  animation: floating 2.5s 0s ease-in-out infinite alternate;
}
@media only screen and (max-width: 800px) {
  .p-blog__title-text::after {
    top: 0;
    left: 50%;
    width: 65px;
    transform: translate(-50%, -70%);
  }
}
.p-blog__buttons {
  position: absolute;
  top: -30px;
  right: 0;
  height: 100%;
}
@media only screen and (max-width: 800px) {
  .p-blog__buttons {
    display: none;
  }
}
.p-blog__buttons-sp {
  display: none;
}
@media only screen and (max-width: 800px) {
  .p-blog__buttons-sp {
    position: static;
    display: flex;
    justify-content: center;
    width: 90%;
    height: 100%;
    margin: 20px auto auto;
    margin-bottom: 75px;
  }
}
.p-blog__container {
  margin-top: 0;
  margin-bottom: 90px;
  width: 100%;
  overflow-x: auto;
  padding-left: 20px;
}
@media only screen and (max-width: 800px) {
  .p-blog__container {
    margin-bottom: 50px;
    padding-left: 0;
  }
}

.p-blog__list-wrapper {
  display: flex;
  width: fit-content;
}
@media only screen and (max-width: 800px) {
  .p-blog__list-wrapper {
    display: block;
  }
}

.p-blog__cards {
  display: none;
}
@media only screen and (max-width: 800px) {
  .p-blog__cards {
    display: flex !important;
    flex-direction: column;
    gap: 50px;
    align-items: center;
    padding: 0 30px;
    max-width: 550px;
    margin-right: auto;
    margin-left: auto;
  }
}
.p-blog__card {
  display: flex;
  flex-direction: column;
  transition: 0.3s !important;
  margin-right: 1.2rem;
  min-width: 300px;
  max-width: 300px;
  margin-bottom: 30px;
}
.p-blog__card:hover {
  opacity: 0.8;
}
.p-blog__card-img-wrapper {
  position: relative;
  aspect-ratio: 4/2.8;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #f5f5f5;
}
@media only screen and (max-width: 800px) {
  .p-blog__card-img-wrapper {
    margin-bottom: 18px;
  }
  .p-blog__card {
    margin-right: 0;
    width: 90%;
    min-width: auto;
    max-width: 90%;
    margin: auto auto 30px;
  }
}
.p-blog__card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-blog__card-category {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 4px 15px;
  background-color: #FFFFFF;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  font-size: clamp(0.875rem, (100vw - 800px) * 0.0058823529 + 0.875rem, 1.125rem);
  font-weight: 500;
  line-height: 1;
}
.p-blog__card-date {
  margin-bottom: 15px;
  font-family: Geologica, sans-serif;
  color: #CCCCCC;
  text-align: start;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 800px) {
  .p-blog__card-date {
    margin-bottom: 10px;
  }
}
.p-blog__card-title {
  font-size: 18;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  margin-bottom: 25px;
  color: #3A3A3A;
  text-align: start;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 800px) {
  .p-blog__card-title {
    margin-bottom: 15px;
  }
}
.p-blog__card-text {
  font-size: 16;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  color: #3A3A3A;
  text-align: start;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media only screen and (max-width: 800px) {
  .p-blog__card-text {
    line-height: 1.5;
  }
}

.swiper {
  width: 100%;
  height: auto;
  padding-right: max(50% - 740px + 100px, min(7.81%, 100px)) !important;
  padding-left: max(50% - 740px + 100px, min(7.81%, 100px)) !important;
}
@media only screen and (max-width: 800px) {
  .swiper {
    display: none !important;
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
  background: #FFFFFF;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.font-blue {
  color: #7192C4;
}

@media only screen and (max-width: 800px) {
  .u-pc {
    display: none !important;
  }
}

.u-tb {
  display: none;
}
@media only screen and (max-width: 1180px) {
  .u-tb {
    display: block !important;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 800px) {
  .u-sp {
    display: block !important;
  }
}
/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./node_modules/swiper/swiper-bundle.css ***!
  \**********************************************************************************************************************************************************************************************************************************/
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

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

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

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

.swiper-horizontal {
  touch-action: pan-y;
}

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

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

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

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

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

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

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

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

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

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

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

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

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

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

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

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

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

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

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

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

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

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

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

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

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

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

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

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

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

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

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

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

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

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

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

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

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

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

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

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

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

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

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

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

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

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

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

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

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

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

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

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

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

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

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

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

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

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