/*! Copyright (c) 2026 Hayato Nakagawa */
.-fadeIn,
.-fadeIn__up,
.-fadeIn__down,
.-fadeIn__left,
.-fadeIn__right {
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
}
:where(.-fadeIn,
.-fadeIn__up,
.-fadeIn__down,
.-fadeIn__left,
.-fadeIn__right).-inview, .-inview :where(.-fadeIn,
.-fadeIn__up,
.-fadeIn__down,
.-fadeIn__left,
.-fadeIn__right) {
  opacity: 1;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
}

@media screen and (max-width: 767px) {
  .-fadeIn__SP,
  .-fadeIn__upSP,
  .-fadeIn__downSP,
  .-fadeIn__leftSP,
  .-fadeIn__rightSP {
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  }
}
@media screen and (max-width: 767px) {
  :where(.-fadeIn__SP,
  .-fadeIn__upSP,
  .-fadeIn__downSP,
  .-fadeIn__leftSP,
  .-fadeIn__rightSP).-inview, .-inview :where(.-fadeIn__SP,
  .-fadeIn__upSP,
  .-fadeIn__downSP,
  .-fadeIn__leftSP,
  .-fadeIn__rightSP) {
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  }
}

@media screen and (min-width: 768px) {
  .-fadeIn__upTB,
  .-fadeIn__downTB,
  .-fadeIn__leftTB,
  .-fadeIn__rightTB {
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  }
}
@media screen and (min-width: 768px) {
  :where(.-fadeIn__upTB,
  .-fadeIn__downTB,
  .-fadeIn__leftTB,
  .-fadeIn__rightTB).-inview, .-inview :where(.-fadeIn__upTB,
  .-fadeIn__downTB,
  .-fadeIn__leftTB,
  .-fadeIn__rightTB) {
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.4s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0s;
  }
}

.-fadeIn__up {
  transform: translate(0, 150px);
}
:where(.-fadeIn__up).-inview, .-inview :where(.-fadeIn__up) {
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .-fadeIn__upSP {
    transform: translate(0, 150px);
  }
}
@media screen and (max-width: 767px) {
  :where(.-fadeIn__upSP).-inview, .-inview :where(.-fadeIn__upSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .-fadeIn__upTB {
    transform: translate(0, 150px);
  }
}
@media screen and (min-width: 768px) {
  :where(.-fadeIn__upTB).-inview, .-inview :where(.-fadeIn__upTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__down {
  transform: translate(0, -150px);
}
:where(.-fadeIn__down).-inview, .-inview :where(.-fadeIn__down) {
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .-fadeIn__downSP {
    transform: translate(0, -150px);
  }
}
@media screen and (max-width: 767px) {
  :where(.-fadeIn__downSP).-inview, .-inview :where(.-fadeIn__downSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .-fadeIn__downTB {
    transform: translate(0, -150px);
  }
}
@media screen and (min-width: 768px) {
  :where(.-fadeIn__downTB).-inview, .-inview :where(.-fadeIn__downTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__left {
  transform: translate(-150px, 0);
}
:where(.-fadeIn__left).-inview, .-inview :where(.-fadeIn__left) {
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .-fadeIn__leftSP {
    transform: translate(-150px, 0);
  }
}
@media screen and (max-width: 767px) {
  :where(.-fadeIn__leftSP).-inview, .-inview :where(.-fadeIn__leftSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .-fadeIn__leftTB {
    transform: translate(-150px, 0);
  }
}
@media screen and (min-width: 768px) {
  :where(.-fadeIn__leftTB).-inview, .-inview :where(.-fadeIn__leftTB) {
    transform: translate(0, 0);
  }
}

.-fadeIn__right {
  transform: translate(150px, 0);
}
:where(.-fadeIn__right).-inview, .-inview :where(.-fadeIn__right) {
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .-fadeIn__rightSP {
    transform: translate(150px, 0);
  }
}
@media screen and (max-width: 767px) {
  :where(.-fadeIn__rightSP).-inview, .-inview :where(.-fadeIn__rightSP) {
    transform: translate(0, 0);
  }
}

@media screen and (min-width: 768px) {
  .-fadeIn__rightTB {
    transform: translate(150px, 0);
  }
}
@media screen and (min-width: 768px) {
  :where(.-fadeIn__rightTB).-inview, .-inview :where(.-fadeIn__rightTB) {
    transform: translate(0, 0);
  }
}

.-delay__lv1 {
  animation-delay: 0.2s !important;
  transition-delay: 0.2s !important;
}

.-delay__lv2 {
  animation-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.-delay__lv3 {
  animation-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.-delay__lv4 {
  animation-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.-delay__lv5 {
  animation-delay: 1s !important;
  transition-delay: 1s !important;
}

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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;
  line-height: inherit;
  margin: 0;
}

h1 {
  font-weight: bold;
}

/* Image */
/* ============================================ */
img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
  width: 100%;
}

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

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

dd {
  margin-left: 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 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;
  color: inherit;
  text-decoration: underline;
}

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

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

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

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

u {
  text-decoration: underline;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

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

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

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

/**
 * 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.
 */
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit; /* 2 */
}

::-ms-clear {
  visibility: hidden;
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

/**
 * remove placeholder color
 */
:focus::placeholder {
  color: transparent;
}

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

@media screen and (min-width: 768px) {
  .-align-centerTB {
    text-align: center;
  }
}

.-align-left {
  text-align: left;
}

.-align-right {
  text-align: right;
}

.-hide {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .-hide-SP {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .-hide-TB {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
  .-hide-PC {
    display: none !important;
  }
}

.-weight-light {
  font-weight: 300;
}

.-weight-regular {
  font-weight: 400;
}

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

:root {
  --clientWidth: var(--jsClientWidth, 100vw);
  --clientHeight: var(--jsClientHeight, 100vh);
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  line-break: strict;
  overflow-wrap: anywhere;
  word-break: normal;
}

a {
  color: #20a3e9;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .StickyBlock {
    display: flex;
    position: relative;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .StickyBlock__area {
    width: 0;
  }
}

@media screen and (min-width: 768px) {
  .StickyBlock__object {
    height: var(--clientHeight);
    inset-block-start: 0;
    margin-inline-start: auto;
    position: sticky;
    width: var(--clientWidth);
  }
}

@media screen and (min-width: 768px) {
  .StickyBlock__body {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    flex-shrink: 0;
    margin-inline: auto;
    position: relative;
    width: 390px;
  }
}

.More {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .More {
    width: 81.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .More {
    width: 317px;
  }
}
.More .More__link {
  display: block;
  transition: filter 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .More .More__link:hover {
    filter: brightness(1.1) contrast(0.95);
  }
}

@media screen and (max-width: 767px) {
  .Background {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .Background {
    background: url("bg_pc_01.webp") no-repeat center top/auto 615px, url("bg_pc_03.webp") no-repeat right top/350px auto, url("bg_pc_02.webp") no-repeat left top/350px auto, url("bg_pattern_01.webp") no-repeat center bottom/auto 65px, url("bg_body_01.webp") no-repeat left top/cover;
    height: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .Background__row {
    align-items: end;
    display: grid;
    grid-template: "column01 . column02" 1fr/1fr 390px 1fr;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .Background__column {
    height: 100%;
    position: relative;
    width: calc((var(--clientWidth) - 390px) / 2);
  }
}

@media screen and (min-width: 768px) {
  .Background__column01 {
    grid-area: column01;
  }
}

@media screen and (min-width: 768px) {
  .Background__column02 {
    align-content: center;
    display: grid;
    gap: 15px;
    grid-area: column02;
    justify-items: center;
    padding-block-end: 20vh;
  }
}

@media screen and (min-width: 768px) {
  .Background__image {
    display: block;
    height: auto;
    inset: auto 0 0;
    margin-inline: auto;
    max-height: 40vh;
    max-width: 100%;
    position: absolute;
    width: auto;
  }
}

@media screen and (min-width: 768px) {
  .Background__logo {
    align-self: center;
    display: block;
    max-width: 100%;
    width: 390px;
  }
}
@media screen and (max-width: 1080px) {
  .Background__logo {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .Background__more {
    align-self: center;
    display: block;
    max-width: 100%;
    width: 280px;
  }
}
@media screen and (max-width: 1080px) {
  .Background__more {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .Background__note {
    color: #fff;
    font-size: min(0.8333333333vw, 12px);
    inset: auto 10px 10px auto;
    line-height: 1;
    position: absolute;
  }
}

.Main {
  contain: paint;
  position: relative;
}

.Main__bg {
  background: url("bg_sakura.png") no-repeat left top/100% auto;
  display: block;
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 10;
}

.MainVisual {
  display: grid;
  grid-template-areas: "inner";
}
@media screen and (max-width: 767px) {
  .MainVisual .More {
    margin-block-start: 8.2051282051vw;
  }
}
@media screen and (min-width: 768px) {
  .MainVisual .More {
    margin-block-start: 32px;
  }
}

.MainVisual__photo {
  grid-area: inner;
}

.MainVisual__image {
  display: block;
}

.MainVisual__body {
  background: url("mainvisual_bg_01.webp") no-repeat left top/100% auto;
  grid-area: inner;
  position: relative;
}
@media screen and (max-width: 767px) {
  .MainVisual__body {
    height: 178.7179487179vw;
    margin-block-start: 103.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .MainVisual__body {
    height: 697px;
    margin-block-start: 403px;
  }
}

@media screen and (max-width: 767px) {
  .MainVisualTitle {
    margin-block-start: 28.4615384615vw;
  }
}
@media screen and (min-width: 768px) {
  .MainVisualTitle {
    margin-block-start: 111px;
  }
}

.MainVisualTitle__image {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .MainVisualTitle__image {
    width: 71.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .MainVisualTitle__image {
    width: 278px;
  }
}

.MainVisual__note {
  color: #fff;
  line-height: 1.2;
  text-align: end;
}
@media screen and (max-width: 767px) {
  .MainVisual__note {
    font-size: 2.5641025641vw;
    margin-block-start: 1.2820512821vw;
    margin-inline: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .MainVisual__note {
    font-size: 10px;
    margin-block-start: 5px;
    margin-inline: 20px;
  }
}

.MainVisual__lead {
  color: #fff;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .MainVisual__lead {
    font-size: 4.6153846154vw;
    margin-block-start: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .MainVisual__lead {
    font-size: 18px;
    margin-block-start: 14px;
  }
}

.Lineup {
  background: url("lineup_bg_01.webp") repeat center top/100% auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Lineup {
    box-shadow: 0 0 1.0256410256vw rgba(0, 0, 0, 0.3);
    margin-block-start: -2.5641025641vw;
    min-height: 1137.4358974359vw;
    padding-block: 16.6666666667vw 19.7435897436vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    margin-block-start: -10px;
    min-height: 4436px;
    padding-block: 65px 77px;
  }
}
@media screen and (max-width: 767px) {
  .Lineup .More {
    margin-block-start: 12.8205128205vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup .More {
    margin-block-start: 50px;
  }
}

@media screen and (max-width: 767px) {
  .LineupTitle {
    margin-block-end: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupTitle {
    margin-block-end: 40px;
  }
}

.LineupTitle__image {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .LineupTitle__image {
    width: 54.8717948718vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupTitle__image {
    width: 214px;
  }
}

.Lineup__list {
  display: grid;
}
@media screen and (max-width: 767px) {
  .Lineup__list {
    padding-inline: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__list {
    padding-inline: 20px;
  }
}

.Lineup__item {
  align-content: start;
  background-color: #fff;
  display: grid;
  grid-template: "head" "text" "meter"/auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Lineup__item {
    border-radius: 4.358974359vw;
    height: 163.0769230769vw;
    margin-block-start: 12.8205128205vw;
    padding-block-end: 6.4102564103vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__item {
    border-radius: 17px;
    height: 636px;
    margin-block-start: 50px;
    padding-block-end: 25px;
  }
}
.Lineup__item:nth-child(1) {
  --color__matsu: #f8878c;
  margin-block-start: 0;
}
@media screen and (max-width: 767px) {
  .Lineup__item:nth-child(1) .Lineup__lead {
    inset: 73.3333333333vw auto auto 33.8461538462vw;
    width: 57.1794871795vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__item:nth-child(1) .Lineup__lead {
    inset: 286px auto auto 132px;
    width: 223px;
  }
}
.Lineup__item:nth-child(2) {
  --color__matsu: #6c86f9;
}
@media screen and (max-width: 767px) {
  .Lineup__item:nth-child(2) {
    margin-block-start: 12.3076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__item:nth-child(2) {
    margin-block-start: 48px;
  }
}
@media screen and (max-width: 767px) {
  .Lineup__item:nth-child(2) .Lineup__lead {
    inset: 73.3333333333vw auto auto 34.1025641026vw;
    width: 60.7692307692vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__item:nth-child(2) .Lineup__lead {
    inset: 286px auto auto 133px;
    width: 237px;
  }
}
.Lineup__item:nth-child(3) {
  --color__matsu: #ace364;
}
@media screen and (max-width: 767px) {
  .Lineup__item:nth-child(3) {
    margin-block-start: 11.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__item:nth-child(3) {
    margin-block-start: 45px;
  }
}
@media screen and (max-width: 767px) {
  .Lineup__item:nth-child(3) .Lineup__lead {
    inset: 62.0512820513vw auto auto 34.1025641026vw;
    width: 61.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__item:nth-child(3) .Lineup__lead {
    inset: 242px auto auto 133px;
    width: 240px;
  }
}
.Lineup__item:nth-child(4) {
  --color__matsu: #b685ff;
}
@media screen and (max-width: 767px) {
  .Lineup__item:nth-child(4) .Lineup__lead {
    inset: 62.5641025641vw auto auto 34.1025641026vw;
    width: 61.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__item:nth-child(4) .Lineup__lead {
    inset: 244px auto auto 133px;
    width: 240px;
  }
}
.Lineup__item:nth-child(5) {
  --color__matsu: #e2df08;
}
@media screen and (max-width: 767px) {
  .Lineup__item:nth-child(5) .Lineup__lead {
    inset: 70.7692307692vw auto auto 32.8205128205vw;
    width: 62.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__item:nth-child(5) .Lineup__lead {
    inset: 276px auto auto 128px;
    width: 242px;
  }
}
.Lineup__item:nth-child(6) {
  --color__matsu: #ff9ee0;
}
@media screen and (max-width: 767px) {
  .Lineup__item:nth-child(6) .Lineup__lead {
    inset: 67.9487179487vw auto auto 42.3076923077vw;
    width: 51.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__item:nth-child(6) .Lineup__lead {
    inset: 265px auto auto 165px;
    width: 200px;
  }
}

.Lineup__bg {
  display: block;
  grid-area: head;
  width: 100%;
}

.Lineup__lead {
  display: block;
  position: absolute;
  z-index: 2;
}

.LineupCharacter {
  grid-area: head;
  overflow: hidden;
  width: 100%;
}

.LineupCharacter__image {
  display: block;
}

.Lineup__sake {
  grid-area: head;
}
@media screen and (max-width: 767px) {
  .Lineup__sake {
    margin-block-start: 20.5128205128vw;
    margin-inline-start: 5.1282051282vw;
    width: 23.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__sake {
    margin-block-start: 80px;
    margin-inline-start: 20px;
    width: 90px;
  }
}

.Lineup__matsu {
  color: var(--color__matsu);
  font-family: "Figtree", sans-serif;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .Lineup__matsu {
    font-size: 14.1025641026vw;
    inset: -6.4102564103vw auto auto -4.358974359vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__matsu {
    font-size: 55px;
    inset: -25px auto auto -17px;
  }
}

.Lineup__title {
  font-weight: 900;
  grid-area: head;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .Lineup__title {
    font-size: 8.9743589744vw;
    margin-block-start: 84.6153846154vw;
    margin-inline-start: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__title {
    font-size: 35px;
    margin-block-start: 330px;
    margin-inline-start: 20px;
  }
}

.Lineup__text {
  grid-area: text;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .Lineup__text {
    font-size: 3.5897435897vw;
    margin-block-start: 3.8461538462vw;
    padding-inline: 6.4102564103vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__text {
    font-size: 14px;
    margin-block-start: 15px;
    padding-inline: 25px;
  }
}

.Lineup__meter {
  grid-area: meter;
}
@media screen and (max-width: 767px) {
  .Lineup__meter {
    margin-block-start: 5.1282051282vw;
    margin-inline-start: 5.1282051282vw;
    width: 74.358974359vw;
  }
}
@media screen and (min-width: 768px) {
  .Lineup__meter {
    margin-block-start: 20px;
    margin-inline-start: 20px;
    width: 290px;
  }
}

.LineupIllust {
  position: absolute;
}

@media screen and (max-width: 767px) {
  .LineupIllust01 {
    inset-block-start: -8.4615384615vw;
    inset-inline-start: 83.0769230769vw;
    width: 17.8205128205vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupIllust01 {
    inset-block-start: -33px;
    inset-inline-start: 324px;
    width: 69.5px;
  }
}

@media screen and (max-width: 767px) {
  .LineupIllust02 {
    inset-block-start: 173.0769230769vw;
    inset-inline-start: 79.7435897436vw;
    width: 20.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupIllust02 {
    inset-block-start: 675px;
    inset-inline-start: 311px;
    width: 79px;
  }
}

@media screen and (max-width: 767px) {
  .LineupIllust03 {
    inset-block-start: 257.1794871795vw;
    inset-inline-start: 0;
    width: 11.4102564103vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupIllust03 {
    inset-block-start: 1003px;
    inset-inline-start: 0;
    width: 44.5px;
  }
}

@media screen and (max-width: 767px) {
  .LineupIllust04 {
    inset-block-start: 479.2307692308vw;
    inset-inline-start: 80.7692307692vw;
    width: 19.2307692308vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupIllust04 {
    inset-block-start: 1869px;
    inset-inline-start: 315px;
    width: 75px;
  }
}

@media screen and (max-width: 767px) {
  .LineupIllust05 {
    inset-block-start: 522.0512820513vw;
    inset-inline-start: 0;
    width: 12.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupIllust05 {
    inset-block-start: 2036px;
    inset-inline-start: 0;
    width: 49.5px;
  }
}

@media screen and (max-width: 767px) {
  .LineupIllust06 {
    inset-block-start: 652.3076923077vw;
    inset-inline-start: 83.0769230769vw;
    width: 16.9230769231vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupIllust06 {
    inset-block-start: 2544px;
    inset-inline-start: 324px;
    width: 66px;
  }
}

@media screen and (max-width: 767px) {
  .LineupIllust07 {
    inset-block-start: 824.1025641026vw;
    inset-inline-start: 81.2820512821vw;
    width: 18.7179487179vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupIllust07 {
    inset-block-start: 3214px;
    inset-inline-start: 317px;
    width: 73px;
  }
}

@media screen and (max-width: 767px) {
  .LineupIllust08 {
    inset-block-start: 1007.4358974359vw;
    inset-inline-start: 74.1025641026vw;
    width: 25.8974358974vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupIllust08 {
    inset-block-start: 3929px;
    inset-inline-start: 289px;
    width: 101px;
  }
}

@media screen and (max-width: 767px) {
  .LineupIllust09 {
    inset-block-start: 1052.8205128205vw;
    inset-inline-start: 0;
    width: 10.7692307692vw;
  }
}
@media screen and (min-width: 768px) {
  .LineupIllust09 {
    inset-block-start: 4106px;
    inset-inline-start: 0;
    width: 42px;
  }
}

.LineupIllust__image {
  display: block;
}

.Benefit {
  background: url("benefit_bg_01.webp") no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
  .Benefit {
    height: 498.7179487179vw;
    padding-block: 14.1025641026vw 19.2307692308vw;
    padding-inline: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit {
    height: 1945px;
    padding-block: 55px 75px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Benefit .More {
    margin-block-start: 4.358974359vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit .More {
    margin-block-start: 17px;
  }
}

@media screen and (max-width: 767px) {
  .BenefitTitle {
    margin-block-end: 19.4871794872vw;
  }
}
@media screen and (min-width: 768px) {
  .BenefitTitle {
    margin-block-end: 76px;
  }
}

.BenefitTitle__image {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .BenefitTitle__image {
    width: 73.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .BenefitTitle__image {
    width: 286px;
  }
}

.Benefit__lead {
  color: #bf588f;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Benefit__lead {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__lead {
    font-size: 16px;
  }
}
.Benefit__lead em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .Benefit__lead em {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__lead em {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .Benefit__lead ~ .Benefit__lead {
    margin-block-start: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__lead ~ .Benefit__lead {
    margin-block-start: 30px;
  }
}

@media screen and (max-width: 767px) {
  .Benefit__figure01 {
    margin-block-start: -2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__figure01 {
    margin-block-start: -10px;
  }
}

@media screen and (max-width: 767px) {
  .Benefit__figure02 {
    margin-block-start: 8.7179487179vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__figure02 {
    margin-block-start: 34px;
  }
}

@media screen and (max-width: 767px) {
  .Benefit__figure03 {
    margin-block-start: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__figure03 {
    margin-block-start: 20px;
  }
}

@media screen and (max-width: 767px) {
  .Benefit__figure04 {
    margin-block-start: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__figure04 {
    margin-block-start: 20px;
  }
}
.Benefit__figure04 .Benefit__image {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .Benefit__figure04 .Benefit__image {
    width: 79.2307692308vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__figure04 .Benefit__image {
    width: 309px;
  }
}

.Benefit__image {
  display: block;
}

.Benefit__caption {
  color: #bf588f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Benefit__caption {
    font-size: 3.5897435897vw;
    margin-block-start: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__caption {
    font-size: 14px;
    margin-block-start: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Benefit__caption small {
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__caption small {
    font-size: 10px;
  }
}

.Benefit__text {
  color: #bf588f;
  font-weight: 900;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Benefit__text {
    font-size: 4.1025641026vw;
    margin-block-start: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__text {
    font-size: 16px;
    margin-block-start: 20px;
  }
}
.Benefit__text strong {
  color: #102770;
  font-feature-settings: "palt";
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .Benefit__text strong {
    font-size: 6.4102564103vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__text strong {
    font-size: 25px;
  }
}
.Benefit__text i {
  display: block;
  font-style: normal;
  line-height: 1;
  text-box: trim-both cap alphabetic;
}
@media screen and (max-width: 767px) {
  .Benefit__text i {
    font-size: 8.9743589744vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__text i {
    font-size: 35px;
  }
}
.Benefit__text em {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .Benefit__text em {
    font-size: 7.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .Benefit__text em {
    font-size: 30px;
  }
}

.Products {
  background: url("products_bg_01.webp") no-repeat center top/100% auto;
}
@media screen and (max-width: 767px) {
  .Products {
    height: 461.5384615385vw;
    margin-block-start: -2.5641025641vw;
    padding-block: 19.7435897436vw 21.6666666667vw;
    padding-inline: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Products {
    height: 1800px;
    margin-block-start: -10px;
    padding-block: 77px 84.5px;
    padding-inline: 20px;
  }
}
@media screen and (max-width: 767px) {
  .Products .More {
    margin-block-start: 15.3846153846vw;
  }
}
@media screen and (min-width: 768px) {
  .Products .More {
    margin-block-start: 60px;
  }
}

@media screen and (max-width: 767px) {
  .ProductsTitle {
    margin-block-end: 11.5384615385vw;
  }
}
@media screen and (min-width: 768px) {
  .ProductsTitle {
    margin-block-end: 45px;
  }
}

.ProductsTitle__image {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .ProductsTitle__image {
    width: 41.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .ProductsTitle__image {
    width: 161px;
  }
}

.Products__list {
  display: grid;
}
@media screen and (max-width: 767px) {
  .Products__list {
    gap: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .Products__list {
    gap: 40px;
  }
}

.Products__item {
  align-items: center;
  border-block: solid #eaa6ab;
  display: grid;
  grid-template: "photo body"/160px 1fr;
}
@media screen and (max-width: 767px) {
  .Products__item {
    border-block-width: 1.2820512821vw;
    padding-block: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .Products__item {
    border-block-width: 5px;
    padding-block: 8px;
  }
}
.Products__item:nth-child(even) {
  background: url("products_bg_02.webp") no-repeat left top/100% auto, url("products_bg_02.webp") no-repeat left bottom/100% auto;
  border-block-width: 0;
  grid-template: "body photo"/1fr 160px;
}
@media screen and (max-width: 767px) {
  .Products__item:nth-child(even) {
    padding-block: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .Products__item:nth-child(even) {
    padding-block: 13px;
  }
}

.Products__photo {
  grid-area: photo;
}

.Products__image {
  display: block;
}

.Products__body {
  grid-area: body;
  text-align: center;
}

.Products__title {
  font-feature-settings: "palt";
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Products__title {
    font-size: 5.641025641vw;
    margin-block-end: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .Products__title {
    font-size: 22px;
    margin-block-end: 10px;
  }
}
.Products__title span {
  display: block;
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .Products__title span {
    font-size: 4.6153846154vw;
    margin-block-start: 1.2820512821vw;
  }
}
@media screen and (min-width: 768px) {
  .Products__title span {
    font-size: 18px;
    margin-block-start: 5px;
  }
}

.Products__price {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .Products__price {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .Products__price {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .Products__price span {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  .Products__price span {
    font-size: 12px;
  }
}

.Products__note {
  color: #aaa;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .Products__note {
    font-size: 3.0769230769vw;
    margin-block-start: 1.0256410256vw;
  }
}
@media screen and (min-width: 768px) {
  .Products__note {
    font-size: 12px;
    margin-block-start: 4px;
  }
}

.ProductsInfo {
  display: grid;
}
@media screen and (max-width: 767px) {
  .ProductsInfo {
    gap: 3.0769230769vw 0;
    grid-template-columns: 28.2051282051vw 1fr;
    margin-block-start: 10.2564102564vw;
  }
}
@media screen and (min-width: 768px) {
  .ProductsInfo {
    gap: 12px 0;
    grid-template-columns: 110px 1fr;
    margin-block-start: 40px;
  }
}

.ProductsInfo__title {
  background-color: #eaa6ab;
  color: #fff;
  display: grid;
  font-weight: 700;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .ProductsInfo__title {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .ProductsInfo__title {
    font-size: 18px;
  }
}

.ProductsInfo__body {
  border: 2px solid #eaa6ab;
}
@media screen and (max-width: 767px) {
  .ProductsInfo__body {
    padding-block: 1.9230769231vw;
    padding-inline: 3.0769230769vw 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) {
  .ProductsInfo__body {
    padding-block: 7.5px;
    padding-inline: 12px 15px;
  }
}

.ProductsInfo__text {
  color: #626262;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .ProductsInfo__text {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .ProductsInfo__text {
    font-size: 18px;
  }
}
.ProductsInfo__text span {
  opacity: 0;
}
.ProductsInfo__text i {
  color: #aaa;
  display: block;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .ProductsInfo__text i {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .ProductsInfo__text i {
    font-size: 14px;
  }
}

.ProductsInfo__text-indent {
  text-align-last: end;
}

.Pride {
  background: url("pride_img_01.webp") no-repeat center top/cover;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Pride {
    height: 188.4615384615vw;
    margin-block-start: 14.1025641026vw;
    padding-block-start: 71.7948717949vw;
    padding-inline: 5.1282051282vw;
    width: 89.7435897436vw;
  }
}
@media screen and (min-width: 768px) {
  .Pride {
    height: 735px;
    margin-block-start: 55px;
    padding-block-start: 280px;
    padding-inline: 20px;
    width: 350px;
  }
}

.Pride__title {
  display: none;
}

.Pride__text {
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .Pride__text {
    font-size: 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) {
  .Pride__text {
    font-size: 15px;
  }
}

.Faq {
  background-color: #f6f6ed;
}
@media screen and (max-width: 767px) {
  .Faq {
    padding-block: 13.5897435897vw 20.5128205128vw;
    padding-inline: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Faq {
    padding-block: 53px 80px;
    padding-inline: 20px;
  }
}

@media screen and (max-width: 767px) {
  .FaqTitle {
    margin-block-end: 6.9230769231vw;
  }
}
@media screen and (min-width: 768px) {
  .FaqTitle {
    margin-block-end: 27px;
  }
}

.FaqTitle__image {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .FaqTitle__image {
    width: 65.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .FaqTitle__image {
    width: 254px;
  }
}

.Faq__list {
  display: grid;
}

@media screen and (max-width: 767px) {
  .Faq__item {
    padding-block-end: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Faq__item {
    padding-block-end: 20px;
  }
}

.Faq__question {
  background-color: #9aca76;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .Faq__question {
    border-radius: 2.5641025641vw;
    font-size: 3.8461538462vw;
    padding-block: 5.1282051282vw;
    padding-inline: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Faq__question {
    border-radius: 10px;
    font-size: 15px;
    padding-block: 20px;
    padding-inline: 20px;
  }
}
.Faq__question::before {
  color: #ff0;
  content: "Q.";
  font-weight: 700;
  margin-inline-end: 0.25em;
}
@media screen and (max-width: 767px) {
  .Faq__question::before {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .Faq__question::before {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .Faq__inner {
    padding-block: 2.5641025641vw 5.1282051282vw;
    padding-inline: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Faq__inner {
    padding-block: 10px 20px;
    padding-inline: 20px;
  }
}
.Faq__inner::before {
  color: #f8888e;
  content: "A.";
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .Faq__inner::before {
    font-size: 4.6153846154vw;
  }
}
@media screen and (min-width: 768px) {
  .Faq__inner::before {
    font-size: 18px;
  }
}

.Faq__text {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .Faq__text {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .Faq__text {
    font-size: 14px;
  }
}

.FaqTable {
  background-color: #fff;
  color: #000;
  contain: paint;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .FaqTable {
    border-radius: 2.5641025641vw;
    font-size: 3.3333333333vw;
    margin-block-end: 5.1282051282vw;
    margin-inline: 2.5641025641vw;
    width: calc(100% - 5.1282051282vw);
  }
}
@media screen and (min-width: 768px) {
  .FaqTable {
    border-radius: 10px;
    font-size: 13px;
    margin-block-end: 20px;
    margin-inline: 10px;
    width: calc(100% - 20px);
  }
}
.FaqTable .FaqTable__col01 {
  text-align: center;
  width: auto;
}
@media screen and (max-width: 767px) {
  .FaqTable .FaqTable__col02 {
    width: 41.0256410256vw;
  }
}
@media screen and (min-width: 768px) {
  .FaqTable .FaqTable__col02 {
    width: 160px;
  }
}
.FaqTable .FaqTable__col03 {
  text-align: center;
  width: auto;
}
.FaqTable thead {
  background-color: #e6acb0;
  color: #fff;
}
.FaqTable thead th {
  text-align: center;
}
.FaqTable tbody tr:nth-child(even) {
  background-color: #fde6e8;
}
@media screen and (max-width: 767px) {
  .FaqTable th,
  .FaqTable td {
    padding-block: 2.5641025641vw;
    padding-inline: 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) {
  .FaqTable th,
  .FaqTable td {
    padding-block: 10px;
    padding-inline: 15px;
  }
}
.FaqTable td:nth-child(1), .FaqTable td:nth-child(3) {
  text-align: center;
}

.FaqInfo {
  text-align: center;
}
.FaqInfo__title {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .FaqInfo__title {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .FaqInfo__title {
    font-size: 14px;
  }
}
.FaqInfo__title ~ .FaqInfo__title {
  margin-block-start: 0.8em;
}

.FaqInfo__text {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .FaqInfo__text {
    font-size: 3.8461538462vw;
  }
}
@media screen and (min-width: 768px) {
  .FaqInfo__text {
    font-size: 15px;
  }
}

.FaqInfo__tel {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .FaqInfo__tel {
    font-size: 6.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .FaqInfo__tel {
    font-size: 26px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .FaqInfo__tel {
    pointer-events: none;
  }
}

.Footer {
  background-color: #102770;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .Footer {
    padding-block: 11.5384615385vw 6.1538461538vw;
    padding-inline: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Footer {
    padding-block: 45px 24px;
    padding-inline: 20px;
  }
}

.Footer__information {
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .Footer__information {
    border-radius: 5.1282051282vw;
    padding-block: 7.6923076923vw;
    padding-inline: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .Footer__information {
    border-radius: 20px;
    padding-block: 30px;
    padding-inline: 24px;
  }
}

.Footer__logo {
  display: block;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .Footer__logo {
    width: 74.358974359vw;
  }
}
@media screen and (min-width: 768px) {
  .Footer__logo {
    width: 290px;
  }
}

.Footer__list {
  align-items: center;
  display: grid;
}
@media screen and (max-width: 767px) {
  .Footer__list {
    gap: 4.1025641026vw 3.5897435897vw;
    grid-template-columns: 22.0512820513vw 1fr;
    margin-block-start: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .Footer__list {
    gap: 16px 14px;
    grid-template-columns: 86px 1fr;
    margin-block-start: 20px;
  }
}

.Footer__title {
  background-color: #102770;
  color: #fff;
  font-weight: 800;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Footer__title {
    border-radius: 1.0256410256vw;
    font-size: 3.5897435897vw;
    padding-block: 2.0512820513vw;
    padding-inline: 2.0512820513vw;
  }
}
@media screen and (min-width: 768px) {
  .Footer__title {
    border-radius: 4px;
    font-size: 14px;
    padding-block: 8px;
    padding-inline: 8px;
  }
}

@media screen and (max-width: 767px) {
  .Footer__text {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .Footer__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .Footer__text small {
    font-size: 3.0769230769vw;
  }
}
@media screen and (min-width: 768px) {
  .Footer__text small {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .FooterSns {
    margin-block-start: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .FooterSns {
    margin-block-start: 20px;
  }
}

.FooterSns__title {
  font-weight: 900;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .FooterSns__title {
    font-size: 6.4102564103vw;
  }
}
@media screen and (min-width: 768px) {
  .FooterSns__title {
    font-size: 25px;
  }
}

.FooterSns__list {
  display: grid;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .FooterSns__list {
    gap: 4.6153846154vw;
    grid-template-columns: repeat(5, 12.8205128205vw);
    margin-block-start: 5.1282051282vw;
  }
}
@media screen and (min-width: 768px) {
  .FooterSns__list {
    gap: 18px;
    grid-template-columns: repeat(5, 50px);
    margin-block-start: 20px;
  }
}

.FooterSns__link {
  display: block;
  transition: filter 0.4s ease;
}
@media (hover: hover) and (pointer: fine) {
  .FooterSns__link:hover {
    filter: brightness(1.1) contrast(0.95);
  }
}

.FooterSns__image {
  aspect-ratio: 1/1;
  display: block;
}

@media screen and (max-width: 767px) {
  .FooterCaution {
    margin-block-start: 7.1794871795vw;
  }
}
@media screen and (min-width: 768px) {
  .FooterCaution {
    margin-block-start: 28px;
  }
}

.FooterCaution__title {
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .FooterCaution__title {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px) {
  .FooterCaution__title {
    font-size: 14px;
  }
}

.FooterCaution__text {
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .FooterCaution__text {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .FooterCaution__text {
    font-size: 13px;
  }
}

.Footer__copy {
  line-height: 1;
  opacity: 0.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .Footer__copy {
    font-size: 2.5641025641vw;
    margin-block-start: 12.8205128205vw;
  }
}
@media screen and (min-width: 768px) {
  .Footer__copy {
    font-size: 10px;
    margin-block-start: 50px;
  }
}