@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
/*! 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 {
  -webkit-appearance: none; /* 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] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

:root {
  --base-font-family: termina, noto-sans-cjk-jp, sans-serif;
  --base-font-size: 1rem;
  --base-font-weight: 400;
  --base-line-height: 1.7;
  --base-letter-space: 0;
  --base-opacity: 0.6;
  --base-color-text: #fff;
  --base-color-bg: #fff;
  --color-dark: #212121;
  --color-gray: #F7F7F7;
  --font-notosan: "noto-sans-cjk-jp", sans-serif;
}

/*
 * html, body
---------------------------------------*/
html {
  font-size: 16px;
}

body {
  position: relative;
  font-family: var(--base-font-family);
  font-size: var(--base-font-size);
  font-weight: var(--base-font-weight);
  color: var(--base-color-text);
  line-height: var(--base-line-height);
  letter-spacing: var(--base-letter-space);
  background: var(--base-color-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  overflow-wrap: break-word;
  transition: opacity 0.3s ease;
}

* {
  box-sizing: border-box;
}

header, footer {
  width: 100%;
}

a {
  text-decoration: none;
  transition: opacity 0.3s ease;
  color: inherit;
}
a:hover {
  text-decoration: none;
  outline: 0;
}
a.underline {
  text-decoration: underline;
}
a img, a svg {
  border: 0;
  transition: opacity 0.3s ease;
}
a img:hover, a svg:hover {
  transition: opacity 0.3s ease;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.disc {
  margin-left: 1em;
}
ul.disc li {
  list-style: disc;
}

img, video {
  border: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  width: 100%;
}

iframe {
  max-width: 100%;
}

picture {
  display: block;
}
picture img {
  width: inherit;
}

button {
  outline: none;
}

/*
 * SP-PC切り替え
---------------------------------------*/
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

/*
 * SPのときだけTELリンクをつける
---------------------------------------*/
@media print, screen and (min-width: 769px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: text;
    text-decoration: none;
  }
}

/*
 * clearfix
---------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*
 * wrapper
---------------------------------------*/
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media all and (-ms-high-contrast: none) {
  .wrapper {
    flex-direction: inherit;
  }
}

/*
 * main
---------------------------------------*/
/* フェード
------------------------------------------------------ */
.js-fade-in {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 2.5s;
  transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
}
.js-fade-in.fade-outQuit {
  transition-timing-function: cubic-bezier(0.83, 0, 0.17, 1);
}
.js-fade-in.fade-in-up {
  transform: translate3d(0, 50px, 0) !important;
}
.js-fade-in.fade-in-down {
  transform: translate3d(0, -100px, 0) !important;
}
.js-fade-in.fade-in-left {
  transform: translate3d(-100px, 50px, 0) !important;
}
.js-fade-in.fade-in-right {
  transform: translate3d(100px, 50px, 0) !important;
}
.js-fade-in.js-scroll-in {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* ポップアップ
------------------------------------------------------ */
.js-popup {
  transform: translateY(40px) scale(0.8);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.1s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
}
.js-popup.js-scroll-in {
  transform: translateY(0) scale(1);
  opacity: 1;
}

@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%, 100% {
    opacity: 1;
  }
}
/* アコーディオン
------------------------------------------------------ */
.js-accordion {
  max-height: 0;
  overflow: hidden;
  transition: 1s cubic-bezier(0.23, 1, 0.32, 1) max-height;
  padding-top: 0;
}

.color-bg-dark {
  background-color: #161617;
}

.color-bg-black {
  background-color: #000;
}

.color-bg-white {
  background-color: #fff;
}

.color-bg-light {
  background-color: #F5F5F7;
}

.text-color1-500 {
  color: var(--keycolor1);
}

.text-500 {
  font-weight: 500;
}

.text-termina-medium {
  font-weight: 500;
}

.text-termina-demi {
  font-weight: 600;
}

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

.title-h2 {
  font-size: min(8.2051282051vw, 2rem);
  font-weight: 500;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .title-h2 {
    font-size: 40px;
  }
}
.title-h2--center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .title-h2--center-sp {
    text-align: center;
  }
}

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

.btn-purchese {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: min(3.0769230769vw, 0.75rem);
  line-height: 1;
  font-weight: 500;
  width: min(34.8717948718vw, 8.5rem);
  height: min(9.2307692308vw, 2.25rem);
  color: var(--color-dark);
  background-color: #fff;
  border-radius: 5px;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.btn-purchese:hover {
  background-color: var(--color-dark);
  color: #fff;
}
.btn-purchese:hover .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.894' height='13.332' viewBox='0 0 12.894 13.332'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M2.647 1H0V0h3.47L5 7.813h5.327l1.25-4.469H4.971v-1h7.924l-1.81 6.469H4.177Z' data-name='p1'/%3E%3Cpath d='M4.941 12.332a.534.534 0 1 0-.5-.533.517.517 0 0 0 .5.533m1.5-.533a1.5 1.5 0 1 1-1.5-1.533 1.517 1.517 0 0 1 1.5 1.533' data-name='p2'/%3E%3Cpath d='M10.294 12.332a.534.534 0 1 0-.5-.533.517.517 0 0 0 .5.533m1.5-.533a1.5 1.5 0 1 1-1.5-1.533 1.516 1.516 0 0 1 1.5 1.533' data-name='p3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-purchese .icon {
  width: 12px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.894' height='13.332' viewBox='0 0 12.894 13.332'%3E%3Cg fill='%23212121' fill-rule='evenodd'%3E%3Cpath d='M2.647 1H0V0h3.47L5 7.813h5.327l1.25-4.469H4.971v-1h7.924l-1.81 6.469H4.177Z' data-name='p1'/%3E%3Cpath d='M4.941 12.332a.534.534 0 1 0-.5-.533.517.517 0 0 0 .5.533m1.5-.533a1.5 1.5 0 1 1-1.5-1.533 1.517 1.517 0 0 1 1.5 1.533' data-name='p2'/%3E%3Cpath d='M10.294 12.332a.534.534 0 1 0-.5-.533.517.517 0 0 0 .5.533m1.5-.533a1.5 1.5 0 1 1-1.5-1.533 1.516 1.516 0 0 1 1.5 1.533' data-name='p3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-purchese--black {
  background-color: var(--color-dark);
  color: #fff;
  border: 1px solid var(--color-dark);
}
.btn-purchese--black:hover {
  background-color: #fff;
  color: var(--color-dark);
}
.btn-purchese--black:hover .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.894' height='13.332' viewBox='0 0 12.894 13.332'%3E%3Cg fill='%23212121' fill-rule='evenodd'%3E%3Cpath d='M2.647 1H0V0h3.47L5 7.813h5.327l1.25-4.469H4.971v-1h7.924l-1.81 6.469H4.177Z' data-name='p1'/%3E%3Cpath d='M4.941 12.332a.534.534 0 1 0-.5-.533.517.517 0 0 0 .5.533m1.5-.533a1.5 1.5 0 1 1-1.5-1.533 1.517 1.517 0 0 1 1.5 1.533' data-name='p2'/%3E%3Cpath d='M10.294 12.332a.534.534 0 1 0-.5-.533.517.517 0 0 0 .5.533m1.5-.533a1.5 1.5 0 1 1-1.5-1.533 1.516 1.516 0 0 1 1.5 1.533' data-name='p3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.btn-purchese--black .icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.894' height='13.332' viewBox='0 0 12.894 13.332'%3E%3Cg fill='%23fff' fill-rule='evenodd'%3E%3Cpath d='M2.647 1H0V0h3.47L5 7.813h5.327l1.25-4.469H4.971v-1h7.924l-1.81 6.469H4.177Z' data-name='p1'/%3E%3Cpath d='M4.941 12.332a.534.534 0 1 0-.5-.533.517.517 0 0 0 .5.533m1.5-.533a1.5 1.5 0 1 1-1.5-1.533 1.517 1.517 0 0 1 1.5 1.533' data-name='p2'/%3E%3Cpath d='M10.294 12.332a.534.534 0 1 0-.5-.533.517.517 0 0 0 .5.533m1.5-.533a1.5 1.5 0 1 1-1.5-1.533 1.516 1.516 0 0 1 1.5 1.533' data-name='p3'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-center {
  margin-inline: auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: clip;
  z-index: 100;
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 24px;
}
@media print, screen and (min-width: 769px) {
  .header__inner {
    padding: 34px 56px;
  }
}
.header__logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='15' viewBox='0 0 64 15'%3E%3Cpath fill='%23ffffff' d='M3.331 13.614A7.26 7.26 0 0 1 1.449 3.17a8.127 8.127 0 0 1 10.967-1.778 1.447 1.447 0 0 1 .379 2.084 1.616 1.616 0 0 1-2.187.361 4.88 4.88 0 0 0-5.454 0A4.36 4.36 0 0 0 4.03 10.1a4.87 4.87 0 0 0 6.577 1.069.2.2 0 0 0 .059-.041 1.633 1.633 0 0 1 2.187.4 1.463 1.463 0 0 1-.423 2.083 8.16 8.16 0 0 1-9.1 0ZM49.192 11a3.7 3.7 0 0 0-5.22-1.375 2.89 2.89 0 0 1-3.281 0 2.57 2.57 0 0 1-.583-3.695 2.88 2.88 0 0 1 3.879-.555A3.75 3.75 0 0 0 49.192 4 7.7 7.7 0 0 1 53.816.337a7.936 7.936 0 0 1 9.828 4.931 7.37 7.37 0 0 1-3.82 8.847 8.16 8.16 0 0 1-3.673.87A7.92 7.92 0 0 1 49.192 11m2.217-3.5a4.723 4.723 0 0 0 9.436-.014 4.723 4.723 0 0 0-9.436.014M14.748 11a3.72 3.72 0 0 0-5.234-1.357 2.89 2.89 0 0 1-3.281 0 2.55 2.55 0 0 1-.6-3.694 2.866 2.866 0 0 1 3.879-.57A3.75 3.75 0 0 0 14.734 4 7.8 7.8 0 0 1 18.03.865 8.064 8.064 0 0 1 28.646 4a3.7 3.7 0 0 0 1.589 1.514A3.874 3.874 0 0 0 35.368 4c.175-.292.35-.569.554-.847a8.136 8.136 0 0 1 10.966-1.761 1.454 1.454 0 0 1 .364 2.07 1.62 1.62 0 0 1-2.187.374 1.5 1.5 0 0 0-.35-.194 4.83 4.83 0 0 0-6.446 1.6 4 4 0 0 0-.5 1.139 4.2 4.2 0 0 0-.14 1.219v5.875a1.58 1.58 0 0 1-3.15 0v-2.5A1.89 1.89 0 0 0 33.05 9.17a3.89 3.89 0 0 0-4.4 1.805 7.6 7.6 0 0 1-3.271 3.125 8.1 8.1 0 0 1-3.684.88A7.93 7.93 0 0 1 14.748 11m2.217-3.5a4.723 4.723 0 0 0 9.435-.01 4.723 4.723 0 0 0-9.435.014Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 48px;
    height: 11px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__logo {
    width: 64px;
    height: 15px;
  }
}
.header__gnav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 12px;
  letter-spacing: 0;
  color: #fff;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .header__gnav {
    display: none;
  }
}
.header__menu {
  width: 27px;
  height: 9px;
}
@media print, screen and (min-width: 769px) {
  .header__menu {
    display: none;
  }
}
.header--dark .header__logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='15' viewBox='0 0 64 15'%3E%3Cpath fill='%23000' d='M3.331 13.614A7.26 7.26 0 0 1 1.449 3.17a8.127 8.127 0 0 1 10.967-1.778 1.447 1.447 0 0 1 .379 2.084 1.616 1.616 0 0 1-2.187.361 4.88 4.88 0 0 0-5.454 0A4.36 4.36 0 0 0 4.03 10.1a4.87 4.87 0 0 0 6.577 1.069.2.2 0 0 0 .059-.041 1.633 1.633 0 0 1 2.187.4 1.463 1.463 0 0 1-.423 2.083 8.16 8.16 0 0 1-9.1 0ZM49.192 11a3.7 3.7 0 0 0-5.22-1.375 2.89 2.89 0 0 1-3.281 0 2.57 2.57 0 0 1-.583-3.695 2.88 2.88 0 0 1 3.879-.555A3.75 3.75 0 0 0 49.192 4 7.7 7.7 0 0 1 53.816.337a7.936 7.936 0 0 1 9.828 4.931 7.37 7.37 0 0 1-3.82 8.847 8.16 8.16 0 0 1-3.673.87A7.92 7.92 0 0 1 49.192 11m2.217-3.5a4.723 4.723 0 0 0 9.436-.014 4.723 4.723 0 0 0-9.436.014M14.748 11a3.72 3.72 0 0 0-5.234-1.357 2.89 2.89 0 0 1-3.281 0 2.55 2.55 0 0 1-.6-3.694 2.866 2.866 0 0 1 3.879-.57A3.75 3.75 0 0 0 14.734 4 7.8 7.8 0 0 1 18.03.865 8.064 8.064 0 0 1 28.646 4a3.7 3.7 0 0 0 1.589 1.514A3.874 3.874 0 0 0 35.368 4c.175-.292.35-.569.554-.847a8.136 8.136 0 0 1 10.966-1.761 1.454 1.454 0 0 1 .364 2.07 1.62 1.62 0 0 1-2.187.374 1.5 1.5 0 0 0-.35-.194 4.83 4.83 0 0 0-6.446 1.6 4 4 0 0 0-.5 1.139 4.2 4.2 0 0 0-.14 1.219v5.875a1.58 1.58 0 0 1-3.15 0v-2.5A1.89 1.89 0 0 0 33.05 9.17a3.89 3.89 0 0 0-4.4 1.805 7.6 7.6 0 0 1-3.271 3.125 8.1 8.1 0 0 1-3.684.88A7.93 7.93 0 0 1 14.748 11m2.217-3.5a4.723 4.723 0 0 0 9.435-.01 4.723 4.723 0 0 0-9.435.014Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.header--dark .header__gnav {
  color: #000;
}

.container {
  padding-inline: min(6.1538461538vw, 1.5rem);
}
@media print, screen and (min-width: 769px) {
  .container {
    max-width: 1230px;
    padding-inline: 15px;
    margin-inline: auto;
  }
}

.footer {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-block: 78px 80px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer {
    padding-block: 88px 30px;
  }
}
.footer__logo {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  text-align: center;
}
.footer__logo > a {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.footer__logo-image {
  line-height: 1;
  width: 96px;
  margin-inline: auto;
}
.footer__logo-text {
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
}
.footer__sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  margin-top: 65px;
}
@media print, screen and (min-width: 769px) {
  .footer__sns {
    gap: 22px;
    margin-top: 50px;
  }
}
.footer__sns-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  width: 32px;
}
.footer__sns-link img {
  width: 100%;
}
.footer__copy-area {
  padding-top: 80px;
}
@media print, screen and (min-width: 769px) {
  .footer__copy-area {
    padding-top: 55px;
  }
}
.footer__copy {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  color: #B1B1B1;
}
.footer__copy small {
  font-size: 1em;
}

.menu-icon {
  position: relative;
  cursor: pointer;
}
.menu-icon.is-show .menu-icon__border:nth-child(1) {
  top: 58%;
  transform: rotate(-45deg) translateX(-50%);
  right: -16px;
}
.menu-icon.is-show .menu-icon__border:nth-child(2) {
  top: 60%;
  transform: rotate(45deg) translateX(-50%);
  right: -16px;
}
.menu-icon__border {
  position: absolute;
  display: block;
  right: 0;
  transform-origin: left;
  background-color: #fff;
  width: 27px;
  height: 2.25px;
  border-radius: 50vw;
  transition: all 0.3s ease;
  z-index: 999;
}
@media print, screen and (min-width: 769px) {
  .menu-icon__border {
    width: 30%;
  }
}
.menu-icon__border:nth-child(1) {
  top: 5px;
}
.menu-icon__border:nth-child(2) {
  top: 12px;
}
.header--dark .menu-icon:not(.is-show) .menu-icon__border {
  background-color: var(--color-dark);
}

@media screen and (max-width: 768px) {
  .menu-area {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-dark);
    width: 95%;
    max-width: 248px;
    height: 89vh;
    height: 89svh;
    height: 89dvh;
    overflow: hidden;
    transform: translate3d(100%, 0, 0);
    transition: transform 0.3s ease;
  }
}
@media print, screen and (min-width: 769px) {
  .menu-area {
    position: fixed;
    bottom: 30px;
    right: 30px;
  }
}
.menu-area.is-show {
  transform: translate3d(0, 0, 0);
}

.menu-list {
  display: flex;
  flex-direction: column;
  gap: min(9.7435897436vw, 2.375rem);
}
@media screen and (max-width: 768px) {
  .menu-list {
    background-color: var(--color-dark);
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
    box-sizing: border-box;
    padding: min(22.3076923077vw, 5.4375rem) min(10.2564102564vw, 2.5rem);
  }
}
@media print, screen and (min-width: 769px) {
  .menu-list__sub {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .menu-list__btn {
    display: none;
  }
}
.menu-list__item a, .menu-list__item p {
  display: block;
  font-size: min(3.5897435897vw, 0.875rem);
  line-height: 1;
  padding-block: min(2.8205128205vw, 0.6875rem);
}
@media print, screen and (min-width: 769px) {
  .menu-list__item a, .menu-list__item p {
    font-size: 10px;
    text-align: right;
    padding-block: 8px 7px;
  }
}
@media screen and (max-width: 768px) {
  .menu-list__sub .menu-list__item a, .menu-list__sub .menu-list__item p {
    font-size: min(3.0769230769vw, 0.75rem);
  }
}
@media print, screen and (min-width: 769px) {
  .menu-list--dark .menu-list__item a, .menu-list--dark .menu-list__item p {
    color: var(--color-dark);
  }
}

/*
 * flex-box
---------------------------------------*/
.flex {
  display: flex;
}
.flex .flex_item-col1 {
  width: 6.3333333333%;
}
.flex .flex_item-col2 {
  width: 14.6666666667%;
}
.flex .flex_item-col3 {
  width: 23%;
}
.flex .flex_item-col4 {
  width: 31.3333333333%;
}
.flex .flex_item-col5 {
  width: 39.6666666667%;
}
.flex .flex_item-col6 {
  width: 48%;
}
.flex .flex_item-col7 {
  width: 56.3333333333%;
}
.flex .flex_item-col8 {
  width: 64.6666666667%;
}
.flex .flex_item-col9 {
  width: 73%;
}
.flex .flex_item-col10 {
  width: 81.3333333333%;
}
.flex .flex_item-col11 {
  width: 89.6666666667%;
}
.flex .flex_item-col12 {
  width: 98%;
}
@media screen and (max-width: 768px) {
  .flex .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-sp-col3 {
    width: 23%;
  }
  .flex .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-sp-col6 {
    width: 48%;
  }
  .flex .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-sp-col9 {
    width: 73%;
  }
  .flex .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-sp-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex .flex_item-pc-col3 {
    width: 23%;
  }
  .flex .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex .flex_item-pc-col6 {
    width: 48%;
  }
  .flex .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex .flex_item-pc-col9 {
    width: 73%;
  }
  .flex .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex .flex_item-pc-col12 {
    width: 98%;
  }
}
@media print, screen and (min-width: 769px) {
  .flex--pc {
    display: flex;
  }
  .flex--pc .flex_item-pc-col1 {
    width: 6.3333333333%;
  }
  .flex--pc .flex_item-pc-col2 {
    width: 14.6666666667%;
  }
  .flex--pc .flex_item-pc-col3 {
    width: 23%;
  }
  .flex--pc .flex_item-pc-col4 {
    width: 31.3333333333%;
  }
  .flex--pc .flex_item-pc-col5 {
    width: 39.6666666667%;
  }
  .flex--pc .flex_item-pc-col6 {
    width: 48%;
  }
  .flex--pc .flex_item-pc-col7 {
    width: 56.3333333333%;
  }
  .flex--pc .flex_item-pc-col8 {
    width: 64.6666666667%;
  }
  .flex--pc .flex_item-pc-col9 {
    width: 73%;
  }
  .flex--pc .flex_item-pc-col10 {
    width: 81.3333333333%;
  }
  .flex--pc .flex_item-pc-col11 {
    width: 89.6666666667%;
  }
  .flex--pc .flex_item-pc-col12 {
    width: 98%;
  }
}
@media screen and (max-width: 768px) {
  .flex--sp {
    display: flex;
  }
  .flex--sp .flex_item-sp-col1 {
    width: 6.3333333333%;
  }
  .flex--sp .flex_item-sp-col2 {
    width: 14.6666666667%;
  }
  .flex--sp .flex_item-sp-col3 {
    width: 23%;
  }
  .flex--sp .flex_item-sp-col4 {
    width: 31.3333333333%;
  }
  .flex--sp .flex_item-sp-col5 {
    width: 39.6666666667%;
  }
  .flex--sp .flex_item-sp-col6 {
    width: 48%;
  }
  .flex--sp .flex_item-sp-col7 {
    width: 56.3333333333%;
  }
  .flex--sp .flex_item-sp-col8 {
    width: 64.6666666667%;
  }
  .flex--sp .flex_item-sp-col9 {
    width: 73%;
  }
  .flex--sp .flex_item-sp-col10 {
    width: 81.3333333333%;
  }
  .flex--sp .flex_item-sp-col11 {
    width: 89.6666666667%;
  }
  .flex--sp .flex_item-sp-col12 {
    width: 98%;
  }
}
.flex-wrap {
  flex-wrap: wrap;
}
@media print, screen and (min-width: 769px) {
  .flex-wrap--pc {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .flex-wrap--sp {
    flex-wrap: wrap;
  }
}
.flex-justify-start {
  justify-content: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-start--pc {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-start--sp {
    justify-content: flex-start;
  }
}
.flex-justify-end {
  justify-content: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-end--pc {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-end--sp {
    justify-content: flex-end;
  }
}
.flex-justify-between {
  justify-content: space-between;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-between--pc {
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-between--sp {
    justify-content: space-between;
  }
}
.flex-justify-center {
  justify-content: center;
}
@media print, screen and (min-width: 769px) {
  .flex-justify-center--pc {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-justify-center--sp {
    justify-content: center;
  }
}
.flex-align-start {
  align-items: flex-start;
}
@media print, screen and (min-width: 769px) {
  .flex-align-start--pc {
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-start--sp {
    align-items: flex-start;
  }
}
.flex-align-center {
  align-items: center;
}
@media print, screen and (min-width: 769px) {
  .flex-align-center--pc {
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-center--sp {
    align-items: center;
  }
}
.flex-align-end {
  align-items: flex-end;
}
@media print, screen and (min-width: 769px) {
  .flex-align-end--pc {
    align-items: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-end--sp {
    align-items: flex-end;
  }
}
.flex-align-stretch {
  align-items: stretch;
}
@media print, screen and (min-width: 769px) {
  .flex-align-stretch--pc {
    align-items: stretch;
  }
}
@media screen and (max-width: 768px) {
  .flex-align-stretch--sp {
    align-items: stretch;
  }
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
@media print, screen and (min-width: 769px) {
  .flex-row-reverse--pc {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 768px) {
  .flex-row-reverse--sp {
    flex-direction: row-reverse;
  }
}
.flex-order1 {
  order: 1;
}
.flex-order2 {
  order: 2;
}
.flex-order3 {
  order: 3;
}
.flex-order4 {
  order: 4;
}
.flex-order5 {
  order: 5;
}
.flex-order6 {
  order: 6;
}
.flex-order7 {
  order: 7;
}
.flex-order8 {
  order: 8;
}
.flex-order9 {
  order: 9;
}
.flex-order10 {
  order: 10;
}

.mv-info {
  position: absolute;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  width: 294px;
  max-width: 95%;
  border: 1px solid #fff;
  padding: 24px 16px;
}
@media screen and (max-width: 768px) {
  .mv-info {
    left: 50%;
    bottom: 16px;
    transform: translateX(-50%);
  }
}
@media print, screen and (min-width: 769px) {
  .mv-info {
    bottom: 30px;
    left: 30px;
  }
}
.mv-info__title {
  font-size: 10px;
  line-height: 1;
}
.mv-info__list li {
  font-size: 10px;
  line-height: 1.8;
}

.introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 26px;
  text-align: center;
}
.introduction__title {
  font-size: 13px;
  font-weight: 700;
}
.introduction__text {
  font-size: 12px;
  line-height: 1.6666666667;
}

.section-layout {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .section-layout {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .section-layout__header .title-h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section-layout__header .p-spec__gallery {
    width: 330px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-layout__body {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .section-layout__body {
    width: 710px;
    max-width: 59.1666666667%;
    padding-right: min(5.8333333333vw, 4.375rem);
  }
}

.section-header {
  padding-block: 106px 20px;
}
@media print, screen and (min-width: 769px) {
  .section-header {
    padding-block: 200px 20px;
  }
}
.section-header--center {
  text-align: center;
}

.overview {
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(6, auto);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .overview {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 8px;
    padding-bottom: 100px;
  }
}
@media print, screen and (min-width: 769px) {
  .overview {
    grid-template-columns: repeat(4, auto);
    grid-template-rows: repeat(3, auto);
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 768px) {
  .overview__item--1 {
    grid-area: 1/1/3/2;
  }
}
@media print, screen and (min-width: 769px) {
  .overview__item--1 {
    grid-area: 1/1/3/2;
  }
}
@media screen and (max-width: 768px) {
  .overview__item--2 {
    grid-area: 3/1/4/2;
  }
}
@media print, screen and (min-width: 769px) {
  .overview__item--2 {
    grid-area: 3/1/4/2;
  }
}
@media screen and (max-width: 768px) {
  .overview__item--3 {
    grid-area: 1/2/2/3;
  }
}
@media print, screen and (min-width: 769px) {
  .overview__item--3 {
    grid-area: 1/2/2/3;
  }
}
@media screen and (max-width: 768px) {
  .overview__item--4 {
    grid-area: 2/2/4/3;
  }
}
@media print, screen and (min-width: 769px) {
  .overview__item--4 {
    grid-area: 2/2/4/3;
  }
}
@media screen and (max-width: 768px) {
  .overview__item--5 {
    grid-area: 4/1/6/2;
  }
}
@media print, screen and (min-width: 769px) {
  .overview__item--5 {
    grid-area: 1/3/3/4;
  }
}
@media screen and (max-width: 768px) {
  .overview__item--6 {
    grid-area: 6/1/7/2;
  }
}
@media print, screen and (min-width: 769px) {
  .overview__item--6 {
    grid-area: 3/3/4/4;
  }
}
@media screen and (max-width: 768px) {
  .overview__item--7 {
    grid-area: 4/2/5/3;
  }
}
@media print, screen and (min-width: 769px) {
  .overview__item--7 {
    grid-area: 1/4/2/5;
  }
}
@media screen and (max-width: 768px) {
  .overview__item--8 {
    grid-area: 5/2/7/3;
  }
}
@media print, screen and (min-width: 769px) {
  .overview__item--8 {
    grid-area: 2/4/4/5;
  }
}
.overview__item {
  position: relative;
  width: 100%;
  height: 0;
}
.overview__item:nth-child(1), .overview__item:nth-child(4), .overview__item:nth-child(5), .overview__item:nth-child(8) {
  background: linear-gradient(#45454A, #323235);
  padding-top: 121.7391304348%;
}
@media print, screen and (min-width: 769px) {
  .overview__item:nth-child(1), .overview__item:nth-child(4), .overview__item:nth-child(5), .overview__item:nth-child(8) {
    padding-top: 100%;
  }
}
.overview__item:nth-child(1) img, .overview__item:nth-child(4) img, .overview__item:nth-child(5) img, .overview__item:nth-child(8) img {
  width: 148px;
}
@media print, screen and (min-width: 769px) {
  .overview__item:nth-child(1) img, .overview__item:nth-child(4) img, .overview__item:nth-child(5) img, .overview__item:nth-child(8) img {
    width: 214px;
  }
}
.overview__item:nth-child(1) .overview__item-inner, .overview__item:nth-child(4) .overview__item-inner, .overview__item:nth-child(5) .overview__item-inner, .overview__item:nth-child(8) .overview__item-inner {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.overview__item:nth-child(1) .overview__item-text, .overview__item:nth-child(4) .overview__item-text, .overview__item:nth-child(5) .overview__item-text, .overview__item:nth-child(8) .overview__item-text {
  text-align: center;
}
.overview__item:nth-child(2), .overview__item:nth-child(3), .overview__item:nth-child(6), .overview__item:nth-child(7) {
  background: linear-gradient(#222224, #161617);
  padding-top: 59.2391304348%;
}
@media print, screen and (min-width: 769px) {
  .overview__item:nth-child(2), .overview__item:nth-child(3), .overview__item:nth-child(6), .overview__item:nth-child(7) {
    padding-top: 48.9795918367%;
  }
}
.overview__item:nth-child(2) .overview__item-inner, .overview__item:nth-child(3) .overview__item-inner, .overview__item:nth-child(6) .overview__item-inner, .overview__item:nth-child(7) .overview__item-inner {
  justify-content: flex-start;
  align-items: center;
  padding-left: 3.0769230769vw;
}
@media print, screen and (min-width: 769px) {
  .overview__item:nth-child(2) .overview__item-inner, .overview__item:nth-child(3) .overview__item-inner, .overview__item:nth-child(6) .overview__item-inner, .overview__item:nth-child(7) .overview__item-inner {
    padding-left: 28px;
  }
}
.overview__item:nth-child(2) img, .overview__item:nth-child(3) img, .overview__item:nth-child(6) img, .overview__item:nth-child(7) img {
  width: 45px;
}
@media print, screen and (min-width: 769px) {
  .overview__item:nth-child(2) img, .overview__item:nth-child(3) img, .overview__item:nth-child(6) img, .overview__item:nth-child(7) img {
    width: 80px;
  }
}
.overview__item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 12px;
}
@media print, screen and (min-width: 769px) {
  .overview__item-inner {
    gap: 20;
  }
}
.overview__item-text {
  font-size: 11px;
  line-height: 1.6363636364;
}
@media print, screen and (min-width: 769px) {
  .overview__item-text {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}

.overview-color {
  display: flex;
  flex-wrap: wrap;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
.overview-color__item {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .overview-color__item {
    width: 50%;
  }
}
.overview-color__content {
  position: absolute;
  left: min(6.1538461538vw, 1.5rem);
  bottom: min(4.1025641026vw, 1rem);
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: min(4.6153846154vw, 1.125rem);
}
@media print, screen and (min-width: 769px) {
  .overview-color__content {
    left: min(3.8888888889vw, 3.5rem);
    bottom: 40px;
    row-gap: min(1.3888888889vw, 1.25rem);
  }
}
.overview-color__frame {
  border: 1px solid #fff;
  font-size: 10px;
  line-height: 1;
  width: max-content;
  padding: 2px 10px;
}
.overview-color__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: min(6.4102564103vw, 1.5625rem);
}
@media print, screen and (min-width: 769px) {
  .overview-color__row {
    column-gap: min(2.0833333333vw, 1.875rem);
  }
}
.overview-color__title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 8px;
  font-size: 13px;
  line-height: 1;
}
.overview-color__explain {
  font-size: 12px;
  line-height: 1;
}

.cta {
  display: flex;
}
@media screen and (max-width: 768px) {
  .cta {
    flex-direction: column;
  }
}
.cta__content-l {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .cta__content-l {
    padding-bottom: 24px;
    padding-inline: min(2.0512820513vw, 0.5rem);
  }
}
@media print, screen and (min-width: 769px) {
  .cta__content-l {
    width: 50%;
  }
}
.cta__content-l-inner {
  width: 100%;
  border: 1px solid #535355;
  padding-block: 96px 90px;
}
@media print, screen and (min-width: 769px) {
  .cta__content-l-inner {
    padding-block: 96px 90px;
  }
}
.cta__content-r {
  color: var(--color-dark);
}
@media screen and (max-width: 768px) {
  .cta__content-r {
    padding-bottom: 67px;
  }
}
@media print, screen and (min-width: 769px) {
  .cta__content-r {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cta__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.cta__list {
  width: 100%;
  width: 310px;
  max-width: 100%;
  margin-top: 35px;
  margin-inline: auto;
}
.cta__item {
  border-top: 1px solid #535355;
  border-bottom: 1px solid #535355;
  padding-block: 24px 35px;
}
.cta__item-title {
  display: flex;
  justify-content: start;
  align-items: center;
  column-gap: 12px;
  font-size: 24px;
}
.cta__item-title span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  border-radius: 50vw;
  background-color: #333336;
  width: 56px;
  height: 56px;
}
.cta__item-text {
  font-size: 12px;
  line-height: 1.6666666667;
  color: #B1B1B1;
  padding-top: 12px;
  padding-left: 68px;
}
.cta__gallery {
  padding-top: 50px;
  width: 100%;
  max-width: 360px;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .cta__gallery {
    width: 90%;
    max-width: 360px;
    padding-top: 0;
  }
}
.cta__gallery-thumb {
  margin-top: 20px;
  overflow: visible;
}
.cta__gallery-thumb .swiper-wrapper {
  justify-content: center;
  column-gap: 25px;
}
.cta__gallery-thumb .swiper-slide {
  cursor: pointer;
  position: relative;
  width: fit-content !important;
  flex: 0 0 auto;
  line-height: 0;
}
.cta__gallery-thumb .swiper-slide img {
  display: block;
}
.cta__gallery-thumb .swiper-slide-thumb-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: 1px solid #000;
  border-radius: 50vw;
}
.cta__textarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-top: 37px;
}
.cta__prodname {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}
/* -- CTA dual price -- */
.cta__price-wrap {
  margin-top: 14px;
  text-align: center;
}
.cta__price-original {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #999;
}
.cta__price-label {
  font-size: 11px;
  margin-right: 4px;
}
.cta__price-strike {
  text-decoration: line-through;
  text-decoration-color: #aaa;
}
.cta__price-strike span {
  font-size: 11px;
}
.cta__price-limited {
  margin-top: 8px;
  line-height: 1;
}
.cta__price-badge {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #7ec6b0;
  margin-bottom: 4px;
  letter-spacing: .04em;
}
.cta__price-num {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}
.cta__price-yen {
  font-size: 10px;
  font-weight: 400;
}
.cta__shipping {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-top: 37px;
}
.cta .btn-purchese {
  margin-inline: auto;
  margin-top: 10px;
}
.cta__modal-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 14px;
  font-size: 12px;
  color: #0076DF;
  margin-top: 16px;
  margin-bottom: 30px;
}

.comparison {
  color: var(--color-dark);
}
.comparison table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.comparison table th, .comparison table td {
  border-top: 1px solid #B1B1B1;
  border-bottom: 1px solid #B1B1B1;
  padding-block: 23px 22px;
}
.comparison table th {
  width: 112px;
  min-width: 112px;
  font-size: 12px;
  line-height: 1;
}
@media print, screen and (min-width: 769px) {
  .comparison table th {
    width: 204px;
    min-width: 204px;
  }
}
.comparison table td {
  width: calc((100% - 112px) / 2);
  font-size: 12px;
  line-height: 1.6666666667;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .comparison table td {
    width: calc((100% - 204px) / 2);
  }
}
.comparison__image {
  width: 95%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  margin-inline: auto;
  margin-bottom: 12px;
}
.comparison__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.function {
  display: flex;
  align-items: stretch;
  column-gap: 8px;
}
@media screen and (max-width: 768px) {
  .function {
    flex-direction: column;
  }
}
.function-wrapper {
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width: 769px) {
  .function-wrapper {
    row-gap: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .function--reverse {
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .function__image, .function__content {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .function__image {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 125.1282051282vw;
  }
}
@media screen and (max-width: 768px) {
  .function__image video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.function__content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: var(--color-dark);
}
@media screen and (max-width: 768px) {
  .function__content {
    height: 750px;
  }
}
.function__num {
  position: absolute;
  top: 40px;
  right: 20px;
  font-size: 12px;
  line-height: 1;
}
.function__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-block: 46px 20px;
}
.function__text {
  font-size: 12px;
  line-height: 1.6666666667;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .function-other {
    padding-inline: min(10.2564102564vw, 2.5rem);
  }
}
@media print, screen and (min-width: 769px) {
  .function-other {
    column-gap: 0;
  }
}
.function-other-wrapper {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .function-other .function__image {
    height: auto;
    padding-top: 0;
  }
}
.function-other .function__content {
  background-color: transparent;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .function-other .function__content {
    height: auto;
    padding-bottom: 75px;
  }
}

.gallery {
  overflow: visible;
  margin-top: 21px;
}
@media print, screen and (min-width: 769px) {
  .gallery {
    margin-top: 28px;
  }
}

.swiper-pagination.pagination-layout {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border-radius: 50vw;
  background-color: #000000;
  padding: 24px 36px;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin-top: 33px;
  margin-inline: auto;
}
.swiper-pagination.pagination-layout .swiper-pagination-bullet {
  background-color: #6F6F6F;
  width: 8px;
  height: 8px;
  opacity: 1;
}
.swiper-pagination.pagination-layout .swiper-pagination-bullet-active {
  background-color: #fff;
  width: 16px;
  height: 16px;
  opacity: 1;
}

/* モーダルコンテンツ
----------------------- */
.modalContent {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  width: 100%;
  height: 90svh;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.5, 1, 0.75, 1);
  z-index: 300;
}
.modalContent.active {
  opacity: 1;
  pointer-events: auto;
}
@media screen and (max-width: 768px) {
  .modalContent__close {
    position: fixed;
    top: 60px;
    right: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .modalContent__close {
    position: absolute;
    top: 32px;
    right: 32px;
  }
}
.modalContent .pageTitle {
  margin-bottom: 2.9375rem;
}
.modalContent__inner {
  position: relative;
  background-color: #fff;
  z-index: 100;
  width: 95%;
  max-width: 75rem;
  height: calc(100svh - 90px);
  overflow-y: scroll;
  box-shadow: 20px 40px 40px rgba(0, 0, 0, 0.2);
  padding: 80px 16px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 769px) {
  .modalContent__inner {
    padding: 120px min(8.3333333333vw, 7.5rem);
  }
}
.modalContent .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #000;
  opacity: 0.25;
  -webkit-backdrop-filter: blur(10px) brightness(50%);
  backdrop-filter: blur(10px) brightness(50%);
  z-index: 99;
}

.about-slide {
  position: relative;
}
.about-slide__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  text-align: center;
}
.about-slide__title img {
  width: 160px;
}
.about-slide__catch {
  font-size: 12px;
}

/* 右から左に無限スクロール
----------------------------*/
@keyframes infinity-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.row-scroll {
  display: flex;
  list-style: none;
  animation: infinity-scroll 50s infinite linear 0.5s both;
}
.row-scroll-wrap {
  display: flex;
  overflow: hidden;
}
.row-scroll-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.28);
}
.row-scroll__item {
  width: min(230.7692307692vw, 56.25rem);
}
@media print, screen and (min-width: 769px) {
  .row-scroll__item {
    width: min(75vw, 67.5rem);
  }
}
.row-scroll__item > img {
  width: 100%;
}

.about {
  color: var(--color-dark);
}
.about__content {
  width: 308px;
  max-width: 100%;
  margin-inline: auto;
}
.about__title {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
.about__text {
  font-size: 12px;
  line-height: 1.6666666667;
  margin-top: 29px;
}
.about__note {
  font-size: 10px;
  margin-top: 21px;
}

.achievements {
  width: 960px;
  max-width: 100%;
  background-color: #fff;
  padding: min(15.3846153846vw, 3.75rem) min(4.6153846154vw, 1.125rem);
  margin-top: 97px;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .achievements {
    padding: min(6.25vw, 3.75rem) min(10.4166666667vw, 6.25rem) min(4.7916666667vw, 2.875rem);
  }
}
.achievements__title {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
}
.achievements__text {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  margin-top: 28px;
}
.achievements__box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
  max-width: 960px;
  margin-top: 35px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .achievements__box {
    flex-wrap: wrap;
  }
}
.achievements__box .achievements__item {
  width: 31%;
  min-width: 0;
}
@media print, screen and (min-width: 769px) {
  .achievements__box .achievements__item {
    flex: 1 1 0;
  }
}
.achievements__box img {
  width: 100%;
  height: auto;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.faq__item {
  border: 1px solid var(--keycolor2);
  border-radius: 20px;
  background-color: #fff;
}
.faq__q {
  position: relative;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr 0.9375em;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  background-color: #F5F5F7;
}
@media screen and (max-width: 768px) {
  .faq__q {
    align-items: center;
    padding: min(6.4102564103vw, 1.5625rem) min(5.1282051282vw, 1.25rem) min(5.1282051282vw, 1.25rem);
  }
}
@media print, screen and (min-width: 769px) {
  .faq__q {
    padding: 28px 40px 20px;
  }
}
.faq__q:before, .faq__q:after {
  position: absolute;
  top: 34px;
  right: 21px;
  pointer-events: none;
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: #212121;
}
.faq__q:after {
  transform: rotate(270deg);
}
.faq__q span {
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
.faq__q.is-on:after {
  transform: rotate(0);
}
@media screen and (max-width: 768px) {
  .faq__a {
    font-size: min(3.5897435897vw, 0.875rem);
  }
}
@media print, screen and (min-width: 769px) {
  .faq__a {
    font-size: 12px;
    line-height: 1.6666666667;
  }
}
.faq__a-inner {
  display: flex;
  gap: min(3.3333333333vw, 0.8125rem);
  padding: 8px min(5.1282051282vw, 1.25rem) min(5.1282051282vw, 1.25rem);
}
@media print, screen and (min-width: 769px) {
  .faq__a-inner {
    gap: 23px;
    padding: 3px 40px 22px;
  }
}

.spec {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  column-gap: 24px;
  border-bottom: 1px solid #D2D2D7;
  padding-block: 24px 20px;
}
@media print, screen and (min-width: 769px) {
  .spec {
    column-gap: min(4vw, 3rem);
  }
}
.spec:first-child {
  border-top: 1px solid #D2D2D7;
}
.spec__title {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666666667;
  width: 64px;
}
@media print, screen and (min-width: 769px) {
  .spec__title {
    width: 240px;
  }
}
@media print, screen and (min-width: 769px) {
  .spec__title--narrow {
    width: 120px;
  }
}
.spec__text {
  flex: 1;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6666666667;
}
.spec__subspec {
  display: flex;
  border-bottom: 1px solid #D2D2D7;
  padding-block: 22px;
}
.spec__subspec:first-child {
  padding-top: 0;
}
.spec__subspec:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.spec__subspec dt {
  width: 80px;
}
@media print, screen and (min-width: 769px) {
  .spec__subspec dt {
    width: 120px;
  }
}

.closing {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-top: 335.641025641%;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .closing {
    width: 1380px;
    padding-top: min(101.0144927536vw, 87.125rem);
  }
}
.closing.is-on .closing__image {
  opacity: 1;
}
.closing.is-on .closing__image--1 {
  transition-delay: 0s;
}
.closing.is-on .closing__image--2 {
  transition-delay: 0.3s;
}
.closing.is-on .closing__image--3 {
  transition-delay: 0.55s;
}
.closing.is-on .closing__image--4 {
  transition-delay: 1.25s;
}
.closing.is-on .closing__image--5 {
  transition-delay: 1.65s;
}
.closing.is-on .closing__image--6 {
  transition-delay: 1.9s;
}
.closing.is-on .closing__image--7 {
  transition-delay: 2.2s;
}
.closing__image {
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 768px) {
  .closing__image--1 {
    width: 62.3076923077vw;
    top: 0vw;
    left: 0vw;
  }
}
@media print, screen and (min-width: 769px) {
  .closing__image--1 {
    width: min(34.7826086957vw, 30rem);
    top: min(0vw, 0rem);
    left: min(6.5217391304vw, 5.625rem);
  }
}
@media screen and (max-width: 768px) {
  .closing__image--2 {
    width: 26.4102564103vw;
    top: 17.6923076923vw;
    left: 67.4358974359vw;
  }
}
@media print, screen and (min-width: 769px) {
  .closing__image--2 {
    width: min(24.9275362319vw, 21.5rem);
    top: min(17.3913043478vw, 15rem);
    left: min(44.2028985507vw, 38.125rem);
  }
}
@media screen and (max-width: 768px) {
  .closing__image--3 {
    width: 31.2820512821vw;
    top: 75.3846153846vw;
    left: 10.2564102564vw;
  }
}
@media print, screen and (min-width: 769px) {
  .closing__image--3 {
    width: min(26.0869565217vw, 22.5rem);
    top: min(4.4202898551vw, 3.8125rem);
    left: min(72.0289855072vw, 62.125rem);
  }
}
@media screen and (max-width: 768px) {
  .closing__image--4 {
    width: 47.1794871795vw;
    top: 67.4358974359vw;
    left: 46.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .closing__image--4 {
    width: min(23.9130434783vw, 20.625rem);
    top: min(37.6811594203vw, 32.5rem);
    left: min(0vw, 0rem);
  }
}
@media screen and (max-width: 768px) {
  .closing__image--5 {
    width: 46.1538461538vw;
    top: 181.5384615385vw;
    left: 26.9230769231vw;
  }
}
@media print, screen and (min-width: 769px) {
  .closing__image--5 {
    width: min(26.7391304348vw, 23.0625rem);
    top: min(48.2608695652vw, 41.625rem);
    left: min(73.1884057971vw, 63.125rem);
  }
}
@media screen and (max-width: 768px) {
  .closing__image--6 {
    width: 43.5897435897vw;
    top: 241.0256410256vw;
    left: 6.1538461538vw;
  }
}
@media print, screen and (min-width: 769px) {
  .closing__image--6 {
    width: min(26.0869565217vw, 22.5rem);
    top: min(64.6376811594vw, 55.75rem);
    left: min(15.2173913043vw, 13.125rem);
  }
}
@media screen and (max-width: 768px) {
  .closing__image--7 {
    width: 38.7179487179vw;
    top: 232.8205128205vw;
    left: 55.1282051282vw;
  }
}
@media print, screen and (min-width: 769px) {
  .closing__image--7 {
    width: min(26.0869565217vw, 22.5rem);
    top: min(75vw, 64.6875rem);
    left: min(44.2028985507vw, 38.125rem);
  }
}
.closing__content {
  position: absolute;
  top: 128.2051282051vw;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 39px;
  text-align: center;
  width: 100%;
}
@media print, screen and (min-width: 769px) {
  .closing__content {
    top: 50%;
    transform: translateY(-50%);
  }
}
.closing__title {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.closing__catch {
  font-size: 10px;
  line-height: 1;
}
.closing__name {
  font-size: 32px;
  line-height: 1.0625;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .closing__name {
    font-size: 40px;
    line-height: 1.05;
  }
}
.closing__text {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
}

.series {
  color: var(--color-dark);
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .series {
    max-width: 1130px;
  }
}
@media screen and (max-width: 768px) {
  .series .container {
    padding-inline: 2.0512820513vw;
  }
}
.series__header {
  color: var(--color-dark);
  border-bottom: 1px solid #212121;
  padding-block: 103px 22px;
}
@media print, screen and (min-width: 769px) {
  .series__header {
    padding-block: 100px 20px;
  }
}
.series__header .title-h2 {
  font-size: 18px;
}
@media print, screen and (min-width: 769px) {
  .series__header .title-h2 {
    font-size: 24px;
  }
}
.series__list {
  display: flex;
  column-gap: 8px;
  margin-top: 19px;
}
@media print, screen and (min-width: 769px) {
  .series__list {
    column-gap: 24px;
    margin-top: 24px;
  }
}
.series__item {
  flex: 1;
  background-color: #fff;
  padding-block: 40px 64px;
  min-width: 0;
}
@media print, screen and (min-width: 769px) {
  .series__item {
    padding-block: 40px 56px;
  }
}
.series__image {
  width: 136px;
  max-width: 100%;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .series__image {
    width: 240px;
  }
}
.series__content {
  text-align: center;
  margin-top: 30px;
}
@media print, screen and (min-width: 769px) {
  .series__content {
    margin-top: 28px;
  }
}
.series__title {
  font-size: 10px;
  font-weight: 500;
}
@media print, screen and (min-width: 769px) {
  .series__title {
    font-size: 13px;
  }
}
/* -- Series dual price -- */
.series__price-wrap {
  margin-top: 8px;
  text-align: center;
}
.series__price-original {
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  color: #999;
}
.series__price-label {
  font-size: 11px;
  margin-right: 4px;
}
.series__price-strike {
  text-decoration: line-through;
  text-decoration-color: #aaa;
}
.series__price-limited {
  margin-top: 8px;
  line-height: 1;
}
.series__price-badge {
  display: block;
  font-size: 10px;
  font-weight: 500;
  color: #7ec6b0;
  margin-bottom: 4px;
  letter-spacing: .04em;
}
.series__price-num {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .02em;
}
.series__price-yen {
  font-size: 10px;
  font-weight: 400;
}
.series .btn-purchese {
  margin-top: 30px;
  margin-inline: auto;
}
@media print, screen and (min-width: 769px) {
  .series .btn-purchese {
    margin-top: 29px;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--color-dark);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 10px 24px;
  transform: translateY(200px);
  transition: transform 0.6s ease;
  z-index: 200;
}
@media print, screen and (min-width: 769px) {
  .fixed-footer {
    display: none;
  }
}
.fixed-footer.show {
  transform: translateY(0);
}
.fixed-footer__content {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.fixed-footer__title {
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
}
.fixed-footer__text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.p-fixed-video {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
}
.p-fixed-video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
.p-fixed-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-mv {
  position: relative;
  width: 100%;
}
.p-mv__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-mv__header {
  position: sticky;
  top: min(83.8461538462vw, 20.4375rem);
  left: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 17px;
  text-align: center;
  padding-bottom: 140px;
}
@media print, screen and (min-width: 769px) {
  .p-mv__header {
    top: 55%;
    padding-bottom: 100px;
  }
}
.p-mv__title {
  font-size: min(8.2051282051vw, 2rem);
  font-weight: 500;
  line-height: 1.0625;
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .p-mv__title {
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    color: #fff;
  }
}
.p-mv__text {
  font-size: 10px;
  line-height: 1.7;
  letter-spacing: 0;
}
@media print, screen and (min-width: 769px) {
  .p-mv__info {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 100svh;
    top: 0;
    left: 0;
  }
}

.p-introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
}
@media print, screen and (min-width: 769px) {
  .p-introduction {
    height: 105svh;
  }
}

.p-detail {
  overflow: hidden;
  padding-bottom: 100px;
}
@media print, screen and (min-width: 769px) {
  .p-detail {
    padding-bottom: 204px;
  }
}
.p-detail__slide {
  padding-top: 28px;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .p-detail__slide {
    padding-inline: min(4.1025641026vw, 1rem);
  }
}
.p-detail__item {
  position: relative;
}
.p-detail__content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-detail__content {
    top: 50px;
    left: 0;
    width: 100%;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .slide1 .p-detail__content {
    top: min(15.25vw, 11.4375rem);
    left: min(68.3333333333vw, 51.25rem);
  }
}
@media print, screen and (min-width: 769px) {
  .slide2 .p-detail__content {
    top: min(16.0833333333vw, 12.0625rem);
    left: min(63.1666666667vw, 47.375rem);
  }
}
@media print, screen and (min-width: 769px) {
  .slide3 .p-detail__content {
    top: min(30.25vw, 22.6875rem);
    left: min(6.6666666667vw, 5rem);
  }
}
@media print, screen and (min-width: 769px) {
  .slide4 .p-detail__content {
    top: min(30.5833333333vw, 22.9375rem);
    left: min(71.5vw, 53.625rem);
  }
}
@media print, screen and (min-width: 769px) {
  .slide5 .p-detail__content {
    top: min(30.4166666667vw, 22.8125rem);
    left: min(44vw, 33rem);
  }
}
@media screen and (max-width: 768px) {
  .slide5 .p-detail__content {
    text-align: center;
  }
}
.p-detail__title {
  font-size: 10px;
  line-height: 1;
}
.p-detail__text {
  font-size: 12px;
  line-height: 1.6666666667;
}
@media print, screen and (min-width: 769px) {
  .p-detail .swiper-pagination.pagination-layout {
    position: absolute;
    top: auto;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-cta {
  padding-block: 100px;
}
@media print, screen and (min-width: 769px) {
  .p-cta {
    padding-block: 200px;
  }
}
@media screen and (max-width: 768px) {
  .p-cta .container {
    padding-inline: 0;
  }
}
.p-cta--2 {
  padding-block: 0;
}
@media print, screen and (min-width: 769px) {
  .p-cta--2 {
    padding-block: 40px 200px;
  }
}

.p-function {
  padding-bottom: 20px;
}
@media print, screen and (min-width: 769px) {
  .p-function {
    padding-bottom: 200px;
  }
}
.p-function .section-header {
  background: linear-gradient(#212121, #000000);
}
.p-function__main {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-function__main .container {
    padding-inline: 0;
  }
}

.p-gallery {
  overflow: hidden;
  padding-bottom: 100px;
}
@media print, screen and (min-width: 769px) {
  .p-gallery {
    padding-bottom: 204px;
  }
}
@media screen and (max-width: 768px) {
  .p-gallery .container {
    padding-inline: min(10.2564102564vw, 2.5rem);
  }
}
@media print, screen and (min-width: 769px) {
  .p-gallery .container {
    max-width: 990px;
  }
}

.p-about__main {
  padding-block: 200px;
}
@media print, screen and (min-width: 769px) {
  .p-about__main {
    padding-block: 400px;
  }
}

.p-faq {
  color: var(--color-dark);
  padding-block: min(20.5128205128vw, 5rem);
}
@media print, screen and (min-width: 769px) {
  .p-faq {
    padding-block: 200px;
  }
}
.p-faq__inner {
  margin-top: min(7.6923076923vw, 1.875rem);
}
@media print, screen and (min-width: 769px) {
  .p-faq__inner {
    max-width: 800px;
    margin-top: 80px;
    margin-inline: auto;
  }
}

.p-spec {
  color: var(--color-dark);
  padding-block: 205px;
}
.p-spec__gallery {
  width: 320px;
  max-width: 100%;
  margin-top: 37px;
}

.p-closing {
  padding-block: 100px 0;
}
@media print, screen and (min-width: 769px) {
  .p-closing {
    padding-block: 200px;
  }
}

.p-series {
  padding-bottom: 100px;
}
/*# sourceMappingURL=style.css.map */