@charset "UTF-8";
/* --------------------------------------------------------------------- 
color
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
font-family
-----------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Oswald:wght@200..700&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-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 */
  -moz-appearance: none;
       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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
}

/* --------------------------------------------------------------------- 
font-size
-----------------------------------------------------------------------*/
/* mediaquery
----------------------------------------------------------------- */
/* base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
  height: 100%;
}
@media (max-width: 359px) {
  html {
    font-size: 2.7777777778vw;
  }
}

body {
  font-size: 1.6rem;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100dvh;
  font-weight: 400;
  line-height: 1.4;
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.loading {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  pointer-events: auto;
}
.loading.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.loading__spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #ffffff;
  -webkit-animation: spin 1s ease-in-out infinite;
          animation: spin 1s ease-in-out infinite;
}

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.6rem;
  background: #ffffff;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}
@media (max-width: 960px) {
  .fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.fixed-btn {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1FAFCB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.01em;
  border-radius: 100vmax;
  background: #ffffff;
  border: 0.2rem solid #1FAFCB;
  width: 90%;
  height: 6rem;
  position: relative;
  max-width: 40rem;
}
.fixed-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 7rem;
  background: currentColor;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

@media (max-width: 960px) {
  .footer {
    padding-bottom: 9rem;
  }
}
@media (max-width: 768px) {
  .footer {
    padding-bottom: 8.7rem;
  }
}
.footer__main {
  background: #1FAFCB;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__txt {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.footer__sub {
  background: #D4F0F5;
  height: 6.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer__cr {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
  letter-spacing: 0.04em;
  line-height: 1.8;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9997;
  background: #ffffff;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  will-change: transform;
}
.header.no-will-change {
  will-change: auto;
}
@media (max-width: 768px) {
  .header {
    height: 4rem;
  }
}
.header__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-inline: 8rem;
}
@media (max-width: 1232px) {
  .header__inner {
    padding-inline: 2rem;
  }
}
.header__inner::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  z-index: 3;
  display: none;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 960px) {
  .header__inner::before {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.header__inner:has(.header__nav.is-open)::before {
  opacity: 1;
  visibility: visible;
}
.header__logo {
  position: relative;
  z-index: 2;
}
@media (max-width: 768px) {
  .header__logo {
    width: 10.7rem;
  }
}
@media (max-width: 960px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 45%;
    height: 100%;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    z-index: 4;
    will-change: transform;
  }
}
.header__nav.is-open {
  opacity: 1;
  visibility: visible;
}
.header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media (max-width: 1232px) {
  .header__list {
    gap: 2rem;
  }
}
@media (max-width: 960px) {
  .header__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10rem 1rem;
  }
}
.header__link {
  font-size: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .header__link {
    font-size: 1.6rem;
  }
}
.header__link--hve {
  position: relative;
}
.header__link--hve::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.2rem;
  background: #1FAFCB;
  left: 0;
  bottom: -0.6rem;
  opacity: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (any-hover: hover) {
  .header__link--hve:hover::after, .header__link--hve:focus-visible::after {
    opacity: 1;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.header__link .icon-cart {
  margin-right: 2.4rem;
  width: 4.9rem;
  position: relative;
}
.header__link .icon-cart .count {
  position: absolute;
  background: #CA0000;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 2rem;
  aspect-ratio: 1/1;
  padding: 0.3rem;
  height: auto;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.1rem;
  right: -0.7rem;
  top: 0;
  font-weight: 700;
}
.header__link .text {
  font-size: 1.8rem;
  font-weight: 900;
}
.header__link .icon-tel {
  margin-right: 1.6rem;
}
@media (max-width: 768px) {
  .header__link .icon-tel {
    width: 2rem;
    margin-right: 1rem;
  }
}
.header__link .icon-tel img {
  width: 100%;
  height: auto;
}
.header__link .num {
  font-size: 3.2rem;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .header__link .num {
    font-size: 1.8rem;
  }
}
.header__link--blue {
  background: #D4F0F5;
  padding: 0.4rem 1rem;
  border-radius: 0.4rem;
}
.header__drawer {
  width: 6rem;
  height: 6rem;
  position: relative;
  border-radius: 0.6rem;
  border: 0.1rem solid #222222;
  z-index: 4;
}
@media (max-width: 768px) {
  .header__drawer {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 0.4rem;
  }
}
.header__drawer.is-open span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__drawer.is-open span:nth-child(2) {
  opacity: 0;
}
.header__drawer.is-open span:nth-child(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__drawer span {
  display: inline-block;
  border-radius: 100vmax;
  background: #222222;
  width: 3.4rem;
  height: 0.2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 768px) {
  .header__drawer span {
    width: 1.6rem;
    height: 0.2rem;
  }
}
.header__drawer span:nth-child(1) {
  -webkit-transform: translate(-50%, calc(-50% - 1rem));
          transform: translate(-50%, calc(-50% - 1rem));
}
@media (max-width: 768px) {
  .header__drawer span:nth-child(1) {
    -webkit-transform: translate(-50%, calc(-50% - 0.6rem));
            transform: translate(-50%, calc(-50% - 0.6rem));
  }
}
.header__drawer span:nth-child(3) {
  -webkit-transform: translate(-50%, calc(-50% + 1rem));
          transform: translate(-50%, calc(-50% + 1rem));
}
@media (max-width: 768px) {
  .header__drawer span:nth-child(3) {
    -webkit-transform: translate(-50%, calc(-50% + 0.6rem));
            transform: translate(-50%, calc(-50% + 0.6rem));
  }
}

.fixed-cart {
  position: fixed;
  right: 0;
  top: 12rem;
  z-index: 9997;
  background: #D4F0F5;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  display: none;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 960px) {
  .fixed-cart {
    display: block;
  }
}
@media (max-width: 768px) {
  .fixed-cart {
    top: 4.4rem;
    -webkit-box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.3rem 0.5rem 0 rgba(0, 0, 0, 0.5);
    border-radius: 0.2rem 0 0 0.2rem;
  }
}
.fixed-cart__link {
  position: relative;
  width: 6.4rem;
  height: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .fixed-cart__link {
    width: 7.4rem;
    height: 4.4rem;
  }
}
.fixed-cart__link .icon-cart {
  width: 4.3rem;
  display: block;
}
@media (max-width: 768px) {
  .fixed-cart__link .icon-cart {
    width: 3.3rem;
  }
}
.fixed-cart__link .icon-cart img {
  width: 100%;
  height: auto;
}
.fixed-cart__link .count {
  position: absolute;
  background: #CA0000;
  border-radius: 50%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1.8rem;
  height: auto;
  aspect-ratio: 1/1;
  padding: 0.3rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  right: 0;
  top: 0;
}

.fv {
  padding-top: 8rem;
}
@media (max-width: 768px) {
  .fv {
    padding-top: 4rem;
  }
}
.fv__inner {
  height: 40rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/fv-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .fv__inner {
    height: 24rem;
    background-image: url("../img/fv-bg-sp.webp");
  }
}
.fv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.8rem;
}
@media (max-width: 768px) {
  .fv__ttl {
    gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .fv__ttl img {
    width: 25.9rem;
    height: auto;
  }
}
.fv__ttl .text {
  font-size: 8rem;
  color: #ffffff;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 768px) {
  .fv__ttl .text {
    font-size: 4rem;
  }
}

.buying {
  background: #E6F7FA;
}
.buying__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 8rem;
  padding-bottom: 4rem;
}
@media (max-width: 1232px) {
  .buying__inner {
    padding-inline: 1rem;
  }
}
@media (max-width: 768px) {
  .buying__inner {
    padding-top: 3rem;
    padding-bottom: 2rem;
    padding-inline: 1rem;
  }
}
.buying__ttl {
  color: #CA0000;
  font-weight: 900;
  text-align: center;
  font-size: 4.8rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .buying__ttl {
    font-size: 2rem;
  }
}
.buying__cont {
  margin-top: 4rem;
  width: 100%;
  max-width: 100rem;
}
@media (max-width: 768px) {
  .buying__cont {
    margin-top: 2rem;
  }
}
.buying__item {
  background: #ffffff;
  border-radius: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6rem;
  padding: 2rem;
}
@media (max-width: 768px) {
  .buying__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1rem;
    gap: 0;
  }
}
.buying__item:not(:first-child) {
  margin-top: 1.6rem;
}
.buying__item-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .buying__item-inner {
    width: 100%;
  }
}
.buying__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 768px) {
  .buying__item-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
.buying__item-flex {
  display: contents;
}
@media (max-width: 768px) {
  .buying__item-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
  }
}
.buying__item-ttl {
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.01em;
}
@media (max-width: 768px) {
  .buying__item-ttl {
    font-size: 1.6rem;
  }
}
.buying__item-label {
  margin-top: 1.7rem;
  background: #1FAFCB;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 0.8rem;
}
@media (max-width: 768px) {
  .buying__item-label {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
.buying__item-price {
  margin-left: auto;
  color: #CA0000;
  font-size: 2rem;
  letter-spacing: 0.01em;
  font-weight: 600;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .buying__item-price {
    font-size: 1.4rem;
  }
}
.buying__item-price .price {
  font-size: 3.2rem;
  font-weight: 900;
  margin-left: 2.4rem;
}
@media (max-width: 768px) {
  .buying__item-price .price {
    font-size: 2rem;
    margin-left: 0.8rem;
  }
}
.buying__item-price .large {
  font-size: 5.6rem;
  margin-right: 0.4rem;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .buying__item-price .large {
    font-size: 2rem;
  }
}
.buying__item-cont {
  margin-top: 2.6rem;
}
@media (max-width: 768px) {
  .buying__item-cont {
    margin-top: 1.1rem;
  }
}
.buying__item-cont-ttl {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .buying__item-cont-ttl {
    font-size: 1.4rem;
  }
}
.buying__item-cont-note {
  margin-top: 0.7rem;
  color: #CA0000;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 2rem;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .buying__item-cont-note {
    font-size: 1.4rem;
    padding-left: 1.4rem;
    margin-top: 0;
  }
}
.buying__item-cont-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.5lh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.buying__item-cont-guide {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}
@media (max-width: 768px) {
  .buying__item-cont-guide {
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.buying__item-cont-guide a {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
}
.buying__item-cont-flex {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .buying__item-cont-flex {
    gap: 3.5rem;
    margin-top: 1.2rem;
  }
}
.buying__item-cont-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 18.2rem;
}
.buying__item-cont-btn [type=radio] {
  opacity: 0;
  position: absolute;
}
.buying__item-cont-btn [type=radio]:checked + label {
  background: #222222;
  color: #ffffff;
}
.buying__item-cont-btn label {
  font-size: 1.4rem;
  border: 0.2rem solid #222222;
  border-radius: 0.8rem;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6;
  background: #ffffff;
  color: #222222;
}
.buying__item-cont-text {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .buying__item-cont-text {
    font-size: 1.2rem;
  }
}
.buying__item-cont-validation {
  color: #CA0000;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.buying__item-btn {
  background: #CA0000;
  border-radius: 100vmax;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  width: 24rem;
  height: 4.5rem;
  margin-bottom: 0.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .buying__item-btn {
    width: 10.9rem;
    gap: 0.4rem;
    height: 3rem;
  }
}
@media (any-hover: hover) {
  .buying__item-btn:hover, .buying__item-btn:focus-visible {
    background: color-mix(in srgb, #CA0000, black 30%);
  }
}
.buying__item-btn .icon {
  width: 2.5rem;
}
.buying__item-btn .text {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .buying__item-btn .text {
    font-size: 1.2rem;
    padding-top: 0.3rem;
  }
}
.buying__btn {
  font-weight: 800;
  color: #1FAFCB;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  margin-top: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background: #ffffff;
  border-radius: 100vmax;
  padding: 3.1rem 14.7rem;
  border: 0.2rem solid #1FAFCB;
  display: block;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .buying__btn {
    margin-top: 1.6rem;
    width: 100%;
    max-width: 33.5rem;
    font-size: 1.6rem;
    padding: 1.5rem;
  }
}
@media (any-hover: hover) {
  .buying__btn:hover, .buying__btn:focus-visible {
    color: #ffffff;
    background: #1FAFCB;
  }
}
@media (any-hover: hover) and (max-width: 768px) {
  .buying__btn:hover, .buying__btn:focus-visible {
    color: #1FAFCB;
    background: #ffffff;
  }
}
.buying__btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .buying__btn span {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.4rem;
  }
}
.buying__btn span::after {
  content: "";
  background: currentColor;
  width: 1.3rem;
  height: 1.6rem;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.apply__inner {
  padding-top: 8rem;
  padding-bottom: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .apply__inner {
    padding-top: 2.8rem;
    padding-bottom: 4rem;
    padding-inline: 1rem;
  }
}
.apply__cont {
  width: 100%;
  max-width: 1000px;
}
.apply__select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  position: relative;
}
@media (max-width: 768px) {
  .apply__select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.7rem;
  }
}
.apply__select-text {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .apply__select-text {
    font-size: 1.6rem;
  }
}
.apply__select-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .apply__select-input {
    width: 100%;
  }
}
.apply__select-input [type=text] {
  width: 100%;
  border: 0.4rem solid #1FAFCB;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  padding: 1.3rem 2rem;
  outline: none;
}
@media (max-width: 768px) {
  .apply__select-input [type=text] {
    font-size: 1.4rem;
    width: 100%;
    padding: 1.3rem 0.8rem;
    letter-spacing: 0;
    border: 0.2rem solid #1FAFCB;
    border-top-left-radius: 0.4rem;
    border-bottom-left-radius: 0.4rem;
  }
}
.apply__select-input [type=text]::-webkit-input-placeholder {
  color: #999999;
  font-weight: 400;
}
.apply__select-input [type=text]::-moz-placeholder {
  color: #999999;
  font-weight: 400;
}
.apply__select-input [type=text]:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
}
.apply__select-input [type=text]::-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
}
.apply__select-input [type=text]::placeholder {
  color: #999999;
  font-weight: 400;
}
.apply__select-input [type=text]::-webkit-calendar-picker-indicator {
  width: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.apply__select-btn {
  background: #1FAFCB;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
  width: 6.7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .apply__select-btn {
    width: 4rem;
  }
}
@media (max-width: 768px) {
  .apply__select-btn img {
    width: 2rem;
    height: auto;
  }
}
.apply__select-val {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  position: absolute;
  background: #ffffff;
  padding: 2rem 4rem;
  top: -2rem;
  right: 3rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
  border-radius: 0.6rem;
  z-index: 1;
  display: none;
}
@media (max-width: 768px) {
  .apply__select-val {
    font-size: 1.4rem;
    padding: 1.2rem 2rem;
    top: -0.5rem;
    right: 2rem;
  }
}
.apply__select-val.is-active {
  display: block;
}
.apply__select-val::before {
  content: "";
  position: absolute;
  width: 2.5rem;
  height: 1.7rem;
  -webkit-clip-path: polygon(50% 100%, 0% 30%, 100% 30%);
          clip-path: polygon(50% 100%, 0% 30%, 100% 30%);
  background-color: #ffffff;
  bottom: -1rem;
  left: 3rem;
}
@media (max-width: 425px) {
  .apply__select-val::before {
    left: auto;
    right: 3rem;
  }
}
.apply__items, .apply__items--top-large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  margin-top: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.apply__items--top-large {
  margin-top: 4.3rem;
}
@media (max-width: 768px) {
  .apply__items, .apply__items--top-large {
    gap: 1.6rem;
    margin-top: 1.6rem;
  }
}
.apply__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30.4rem;
  height: auto;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}
@media (max-width: 1232px) {
  .apply__item {
    width: 22.4rem;
  }
}
@media (max-width: 768px) {
  .apply__item {
    max-width: 17rem;
    width: 30%;
  }
}
.apply__item.is-active::before {
  border: 0.4rem solid #1FAFCB;
}
@media (max-width: 768px) {
  .apply__item.is-active::before {
    border: 0.2rem solid #1FAFCB;
  }
}
.apply__item::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  z-index: -1;
  aspect-ratio: 1/1;
  width: 100%;
  background: #D4F0F5;
  border-radius: 50%;
}
.apply__item-radio {
  position: absolute;
  opacity: 0;
}
.apply__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  font-size: 2.8rem;
  width: 100%;
  padding: 0rem 0.6rem;
}
@media (max-width: 1232px) {
  .apply__item-label {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .apply__item-label {
    font-size: 1.2rem;
    gap: 1rem;
    white-space: nowrap;
    letter-spacing: 0;
  }
}
.apply__item-label .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1232px) {
  .apply__item-label .text {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}
.apply__item-img {
  height: 16.5rem;
  width: auto;
}
@media (max-width: 768px) {
  .apply__item-img {
    height: 8rem;
  }
}
@media (max-width: 425px) {
  .apply__item-img {
    height: 5.8rem;
  }
}

.flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 9rem;
  padding-bottom: 7rem;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .flow__inner {
    padding-top: 2.8rem;
    padding-bottom: 1.7rem;
  }
}
.flow__ttl {
  font-size: 4.8rem;
  font-weight: 900;
  color: #1FAFCB;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .flow__ttl {
    font-size: 2.4rem;
  }
}
.flow__cont {
  width: 100%;
  max-width: 100rem;
  margin-top: 4rem;
}
@media (max-width: 768px) {
  .flow__cont {
    margin-top: 2.5rem;
  }
}
.flow__items {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr));
  gap: 3rem 4rem;
}
@media (max-width: 768px) {
  .flow__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2.6rem;
  }
}
.flow__item-head {
  margin-bottom: 3.6rem;
  background: #1FAFCB;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .flow__item-head {
    height: 5.6rem;
  }
}
.flow__item-head::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -1.3rem;
  background: #1FAFCB;
  width: 5.3rem;
  height: 2.7rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: -1;
}
.flow__item-num {
  text-align: center;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  font-family: "Oswald", sans-serif;
}
.flow__item-num .large {
  font-size: 4rem;
}
.flow__item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .flow__item-body {
    padding: 0;
  }
}
.flow__item-ttl {
  margin-top: 2.6rem;
  text-align: center;
  color: #1FAFCB;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .flow__item-ttl {
    margin-top: 2rem;
    font-size: 2.4rem;
  }
}
.flow__item-text {
  margin-top: 1.4rem;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.6;
}

.archive {
  background: #D4F0F5;
}
.archive__inner {
  padding-top: 3rem;
  padding-bottom: 8.3rem;
  padding-inline: 2rem;
}
@media (max-width: 768px) {
  .archive__inner {
    padding-top: 2.8rem;
    padding-bottom: 3.2rem;
    padding-inline: 1rem;
  }
}
.archive__cont {
  width: 100%;
  max-width: 150rem;
  margin-inline: auto;
}
.archive__block {
  width: 100%;
}
.archive__block:not(:first-child) {
  margin-top: 8.4rem;
}
@media (max-width: 768px) {
  .archive__block:not(:first-child) {
    margin-top: 2.6rem;
  }
}
.archive__text {
  text-align: center;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .archive__text {
    font-size: 1.6rem;
  }
}
.archive__list {
  margin-top: 2.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.3rem 1fr 1.3rem 1fr 1.3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem 1.3rem;
  max-width: 100rem;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .archive__list {
    -ms-grid-columns: 1fr 1.3rem 1fr 1.3rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.8rem 1.3rem;
  }
}
.archive__btn {
  background: #ffffff;
  border-radius: 0.8rem;
  height: 100%;
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  min-height: 6.4rem;
  padding: 1rem 0.7rem;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}
@media (max-width: 768px) {
  .archive__btn {
    font-size: 1.3rem;
    min-height: 4rem;
    padding: 0.5rem;
  }
}
.archive__btn.is-active {
  color: #ffffff;
  background: #222222;
}
@media (any-hover: hover) {
  .archive__btn:hover, .archive__btn:focus-visible {
    color: #ffffff;
    background: #222222;
  }
}
@media (any-hover: hover) and (max-width: 768px) {
  .archive__btn:hover, .archive__btn:focus-visible {
    color: #222222;
    background: #ffffff;
  }
}
.archive__more {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  gap: 1.6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .archive__more {
    font-size: 1.6rem;
    gap: 1rem;
  }
}
.archive__more::after {
  content: "";
  width: 2rem;
  height: 1.7rem;
  background: #1FAFCB;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media (max-width: 768px) {
  .archive__more::after {
    width: 1.4rem;
    height: 1.2rem;
  }
}
.archive__more.is-open::after {
  -webkit-clip-path: polygon(0 100%, 50% 0, 100% 100%);
          clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.archive__more.is-open .text:first-child {
  display: none;
}
.archive__more.is-open .text:last-child {
  display: block;
}
.archive__more .text:first-child {
  display: block;
}
.archive__more .text:last-child {
  display: none;
}
.archive__cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35.3rem, 1fr));
  gap: 2rem 2.8rem;
  place-items: center;
}
@media (max-width: 768px) {
  .archive__cards {
    -ms-grid-columns: 1fr 0.4rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 1rem 0.4rem;
  }
}
.archive__card {
  background: #ffffff;
  border-radius: 1.6rem;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 35.5rem;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .archive__card {
    padding: 2rem 1rem;
    border-radius: 0.4rem;
  }
}
@media (max-width: 768px) {
  .archive__card.odd .archive__card-over {
    left: 0;
    right: auto;
  }
}
.archive__card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 18rem;
}
@media (max-width: 768px) {
  .archive__card-img {
    height: 16rem;
  }
}
.archive__card-img img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.archive__card-text {
  margin-top: 2.8rem;
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.01em;
  margin-bottom: 1.7rem;
}
@media (max-width: 768px) {
  .archive__card-text {
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 0.6rem;
  }
}
.archive__card-label {
  background: #1FAFCB;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.6rem;
  word-break: break-all;
  margin-bottom: 2.9rem;
}
@media (max-width: 768px) {
  .archive__card-label {
    font-size: 1.2rem;
    margin-bottom: 1rem;
  }
}
.archive__card-price {
  margin-top: auto;
  font-size: 1.6rem;
  color: #CA0000;
  letter-spacing: 0.01em;
  font-weight: 600;
  text-align: right;
}
@media (max-width: 768px) {
  .archive__card-price {
    text-align: left;
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 1rem;
  }
}
.archive__card-price .price {
  margin-left: 1.6rem;
  font-size: 3.2rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .archive__card-price .price {
    font-size: 2rem;
    margin-left: 0;
  }
}
.archive__card-price .large {
  font-size: 4rem;
  font-family: "Oswald", sans-serif;
  margin-right: 0.4rem;
}
@media (max-width: 768px) {
  .archive__card-price .large {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.archive__card-btn {
  background: #CA0000;
  border-radius: 100vmax;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6rem;
  width: 100%;
  margin-top: 1.7rem;
  height: 4.5rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
@media (max-width: 768px) {
  .archive__card-btn {
    margin-top: 0.8rem;
    height: 3rem;
    gap: 0.5rem;
  }
}
@media (any-hover: hover) {
  .archive__card-btn:hover, .archive__card-btn:focus-visible {
    background: color-mix(in srgb, #CA0000, black 30%);
  }
}
@media (any-hover: hover) and (max-width: 768px) {
  .archive__card-btn:hover, .archive__card-btn:focus-visible {
    color: #ffffff;
    background: #CA0000;
  }
}
.archive__card-btn .icon {
  width: 2.5rem;
}
.archive__card-btn .text {
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .archive__card-btn .text {
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
}
.archive__card-over {
  position: absolute;
  bottom: 2rem;
  right: -2rem;
  z-index: 1;
  background: #ffffff;
  border-radius: 0.4rem;
  border: 0.2rem solid #1FAFCB;
  padding: 1rem;
  width: 90%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
@media (max-width: 1232px) {
  .archive__card-over {
    bottom: 25rem;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    right: 0;
    min-width: unset;
  }
}
@media (max-width: 768px) {
  .archive__card-over {
    width: 160%;
  }
}
.archive__card-over.active {
  opacity: 1;
  visibility: visible;
}
.archive__card-over::before {
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  bottom: 2rem;
  background-image: url("../img/balloon-deco.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.4rem;
  height: 2.6rem;
}
@media (max-width: 1232px) {
  .archive__card-over::before {
    display: none;
  }
}
.archive__card-over-ttl {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .archive__card-over-ttl {
    font-size: 1.4rem;
  }
}
.archive__card-over-note {
  margin-top: 0.7rem;
  color: #CA0000;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 2rem;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .archive__card-over-note {
    font-size: 1.4rem;
  }
}
.archive__card-over-note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0.5lh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.archive__card-over-guide {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.archive__card-over-guide a {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
}
.archive__card-over-flex {
  margin-top: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 768px) {
  .archive__card-over-flex {
    gap: 1rem;
  }
}
.archive__card-over-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.archive__card-over-btn [type=radio] {
  opacity: 0;
  position: absolute;
}
.archive__card-over-btn label {
  font-size: 1.4rem;
  border: 0.2rem solid #222222;
  border-radius: 0.8rem;
  display: block;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .archive__card-over-btn label {
    font-size: 1.2rem;
  }
}
.archive__card-over-btn label .icon {
  color: #CA0000;
}
.archive__card-over-text {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.6;
}
.archive__card-over-validation {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.6;
  color: #CA0000;
}

.cart {
  padding-top: 8rem;
}
@media (max-width: 636px) {
  .cart {
    padding-top: 4rem;
  }
}
.cart .cart__inner {
  padding-top: 7.4rem;
  padding-inline: 2rem;
}
@media (max-width: 636px) {
  .cart .cart__inner {
    padding-top: 2.4rem;
  }
}
.cart .cart__slider {
  position: relative;
  width: 100%;
  max-width: 150rem;
  margin-inline: auto;
  padding-top: 21.4rem;
}
@media (max-width: 1232px) {
  .cart .cart__slider {
    padding-top: 22rem;
  }
}
.cart .cart__slider .slick-dots {
  top: 0;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  counter-reset: cart-step;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cart .cart__slider .slick-dots li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 10.4rem;
  height: auto;
  aspect-ratio: 1/1;
  gap: 2rem;
  pointer-events: none;
  counter-increment: cart-step;
}
.cart .cart__slider .slick-dots li.slick-active button {
  background: #1FAFCB;
}
.cart .cart__slider .slick-dots li:not(:first-child) button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 200%;
  height: 0.4rem;
  background: #707070;
  z-index: -1;
}
.cart .cart__slider .slick-dots li button {
  padding: 0;
  background: #939393;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cart .cart__slider .slick-dots li button::before {
  content: counter(cart-step, decimal-leading-zero);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ffffff;
  font-weight: 700;
  font-size: 4rem;
  letter-spacing: 0.01em;
  font-family: "Oswald", sans-serif;
  opacity: 1;
  width: auto;
  height: auto;
}
.cart .slick-dots__label {
  width: 13rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .cart .slick-dots__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
}

.form__content {
  border: 0.4rem solid #1FAFCB;
  padding: 6rem 4rem 8rem;
}

.form__block {
  padding-bottom: 4rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  padding-inline: 5rem;
}
.form__block::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0.4rem;
  background: #1FAFCB;
  border-radius: 100vmax;
}
.form__block:not(:first-child) {
  margin-top: 4rem;
}

.form__block-img {
  width: 20%;
}
.form__block-img img {
  width: 100%;
  height: auto;
}

.form__block-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.form__block-ttl {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}

.form__block-label {
  margin-top: 1.5rem;
  background: #1FAFCB;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2rem 0.6rem;
}

.form__block-check {
  margin-top: 1.9rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form__block-check__input {
  position: absolute;
  opacity: 0;
}
.form__block-check__input:checked + label::after {
  display: block;
}

.form__block-check__label {
  padding-left: 2.8rem;
  position: relative;
}
.form__block-check__label::before {
  content: "";
  position: absolute;
  width: 2rem;
  aspect-ratio: 1/1;
  border: 0.1rem solid #222222;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
}
.form__block-check__label::after {
  content: "";
  position: absolute;
  width: 1.4rem;
  height: 1rem;
  background-image: url("../img/check-red.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0.3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  display: none;
}
.form__block-check__label .line {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}

.form__block-over {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  border: 0.1rem solid #CA0000;
  border-radius: 0.4rem;
  padding: 2rem 1rem;
  background: #ffffff;
  min-width: 36.9rem;
}
.form__block-over::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  background-image: url("../img/balloon-deco-red.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.4rem;
  height: 2.6rem;
}

.form__block-over-ttl {
  color: #CA0000;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  font-weight: 600;
  text-align: center;
}

.form__block-over-text {
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
  line-height: 1.8;
}

.form__block-guide {
  margin-top: 0.6rem;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.01em;
  font-weight: 500;
}
.form__block-guide a {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.5rem;
}

.form__block-row {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 0.8rem;
  border-bottom: 0.1rem solid #707070;
  margin-bottom: 2rem;
}

.form__block-quantity {
  padding-left: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.8rem;
}

.form__block-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}

.form__block-btn {
  width: 1.4rem;
  aspect-ratio: 1/1;
  position: relative;
}
.form__block-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  display: inline-block;
  background: #797979;
  border-radius: 100vmax;
  height: 0.2rem;
}
.form__block-btn--plus span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.form__block-input {
  width: 2ch;
  font-size: 2.6rem;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  background: transparent;
  border: none;
  outline: none;
  font-family: "Oswald", sans-serif;
}

.form__block-single {
  color: #CA0000;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.form__block-single .price {
  font-size: 4.5rem;
  font-weight: 900;
  margin-left: 5rem;
}
.form__block-single .price .large {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 5.7rem;
  margin-right: 0.5rem;
}

.form__block-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.form__block-note {
  font-weight: 500;
  font-size: 1.9rem;
  letter-spacing: 0.01em;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  display: none;
}
.form__block-note .attention {
  display: block;
  color: #CA0000;
}
.form__block-note.is-active {
  display: block;
}
@media (max-width: 768px) {
  .form__block-note {
    font-size: 1.4rem;
  }
}

.form__block-subtotal {
  margin-top: 4.6rem;
  margin-left: auto;
  color: #CA0000;
  font-size: 2.2rem;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.form__block-subtotal .price {
  font-size: 4.5rem;
  font-weight: 900;
  margin-left: 5rem;
}
.form__block-subtotal .price .large {
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  font-size: 5.7rem;
  margin-right: 0.5rem;
}

.form__footer {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form__total {
  font-weight: 700;
  font-size: 2.3rem;
}
.form__total .price {
  color: #CA0000;
  font-size: 3.9rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  margin-left: 3.1rem;
}
.form__total .price .large {
  font-size: 6.2rem;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  margin-right: 0.2rem;
}

.form__note {
  margin-top: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  padding-right: 3rem;
}

.form__next_btns {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.2rem;
}

.form__nav_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (max-width: 636px) {
  .form__nav_btns {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 2.4rem;
    gap: 1rem;
  }
}

.form__nav_btn__p::before {
  display: none;
}

.form__next_btn__p,
.form__nav_btn__p {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1FAFCB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.01em;
  border-radius: 100vmax;
  background: #ffffff;
  border: 0.4rem solid #1FAFCB;
  width: 47.9rem;
  height: 9rem;
  position: relative;
}
@media (max-width: 1232px) {
  .form__next_btn__p,
.form__nav_btn__p {
    width: 29.9rem;
    height: 6rem;
    font-size: 1.6rem;
  }
}
.form__next_btn__p::before,
.form__nav_btn__p::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4rem;
  background: currentColor;
  width: 2.1rem;
  height: 1.8rem;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.form__next_btn__p--blue,
.form__nav_btn__p--blue {
  background: #1FAFCB;
  color: #ffffff;
}
.form__next_btn__p--blue::before,
.form__nav_btn__p--blue::before {
  right: 4rem;
  left: auto;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.form__content-ttl {
  background: #1FAFCB;
  color: #ffffff;
  height: 9.2rem;
  font-weight: 900;
  font-size: 4.8rem;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__content-body {
  max-width: 100rem;
  margin-inline: auto;
}

.form__content-block:not(:first-child) {
  margin-top: 4rem;
}
.form__content-block.is-center {
  text-align: center;
}
.form__content-block--terms-wrap > p {
  text-align: center;
  color: #CA0000;
}

.form__content-block-ttl {
  color: #1FAFCB;
  font-weight: 900;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  margin-bottom: 2.5rem;
}
.form__content-block-ttl .required {
  margin-left: 2rem;
  font-size: 2rem;
  color: #CA0000;
}
.form__content-block-ttl.is-large {
  font-size: 4.8rem;
}
@media (max-width: 768px) {
  .form__content-block-ttl.is-large {
    font-size: 2.4rem;
  }
}

.form__content-block-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}

.form__content-block-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
.form__content-block-row--flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 3.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__content-block-row-ttl {
  font-size: 700px;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  min-width: 2em;
  line-height: 1.6;
}

.form__content-block-row-cont {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form__content-block-row-cont--sm {
  max-width: 24rem;
}
.form__content-block-row-cont input,
.form__content-block-row-cont select,
.form__content-block-row-cont textarea {
  width: 100%;
  background: #ffffff;
  border: 0.2rem solid #222222;
  border-radius: 0.8rem;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  padding: 0.9rem 2rem;
  line-height: 1.6;
}
.form__content-block-row-cont input::-webkit-input-placeholder, .form__content-block-row-cont select::-webkit-input-placeholder, .form__content-block-row-cont textarea::-webkit-input-placeholder {
  color: #939393;
}
.form__content-block-row-cont input::-moz-placeholder, .form__content-block-row-cont select::-moz-placeholder, .form__content-block-row-cont textarea::-moz-placeholder {
  color: #939393;
}
.form__content-block-row-cont input:-ms-input-placeholder, .form__content-block-row-cont select:-ms-input-placeholder, .form__content-block-row-cont textarea:-ms-input-placeholder {
  color: #939393;
}
.form__content-block-row-cont input::-ms-input-placeholder, .form__content-block-row-cont select::-ms-input-placeholder, .form__content-block-row-cont textarea::-ms-input-placeholder {
  color: #939393;
}
.form__content-block-row-cont input::placeholder,
.form__content-block-row-cont select::placeholder,
.form__content-block-row-cont textarea::placeholder {
  color: #939393;
}
.form__content-block-row-cont input:has(option:first-child:checked),
.form__content-block-row-cont select:has(option:first-child:checked),
.form__content-block-row-cont textarea:has(option:first-child:checked) {
  color: #939393;
}
.form__content-block-row-cont textarea {
  resize: none;
  min-height: 12rem;
  field-sizing: content;
}

.form__content-block-txt {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  font-weight: 500;
  line-height: 1.6;
}
.form__content-block-txt--red {
  font-size: 2.4rem;
  color: #CA0000;
  font-weight: bold;
}
@media (max-width: 768px) {
  .form__content-block-txt--red {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .form__content-block-txt {
    font-size: 1.5rem;
  }
}

.form__content-block-list {
  margin: 4rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  .form__content-block-list {
    margin: 2.4rem auto;
  }
}
.form__content-block-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 768px) {
  .form__content-block-list li {
    font-size: 1.5rem;
    gap: 10px;
  }
}
.form__content-block-list li:not(:first-child) {
  margin-top: 1.6rem;
}
.form__content-block-list li span {
  font-size: 2.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1FAFCB;
  border-radius: 50%;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .form__content-block-list li span {
    font-size: 1.4rem;
    width: 2.8rem;
    height: 2.8rem;
  }
}

.form__content-block-row-select {
  position: relative;
}
.form__content-block-row-select::after {
  content: "";
  position: absolute;
  top: 45%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-right: 0.4rem solid #222222;
  border-bottom: 0.4rem solid #222222;
  width: 1.6rem;
  height: 1.6rem;
  right: 2rem;
}

.form__content-block-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form__content-block-radio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__content-block-radio-item input {
  opacity: 0;
  position: absolute;
}
.form__content-block-radio-item input:checked + label::after {
  display: block;
}
.form__content-block-radio-item input[type=radio] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form__content-block-radio-item label {
  white-space: nowrap;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  padding-left: 5.6rem;
  position: relative;
}
.form__content-block-radio-item label::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 0.2rem solid #222222;
  width: 4rem;
  aspect-ratio: 1/1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__content-block-radio-item label::after {
  content: "";
  position: absolute;
  width: 3rem;
  aspect-ratio: 1/1;
  background: #1FAFCB;
  border-radius: 50%;
  left: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
}

.form__error {
  color: #CA0000;
}

.notice {
  position: fixed;
  right: 3rem;
  z-index: 9998;
  top: 19rem;
  background: #ffffff;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 8rem;
  gap: 1rem;
  padding-inline: 3rem;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 768px) {
  .notice {
    right: 1rem;
    top: 11rem;
    padding-inline: 1.6rem;
    height: 6rem;
  }
}
.notice.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.notice .notice__icon {
  width: 2rem;
  aspect-ratio: 1/1;
}
.notice .notice__text {
  font-size: 1.6rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .notice .notice__text {
    font-size: 1.4rem;
  }
}

.announce {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14rem 2rem;
}
@media (max-width: 768px) {
  .announce {
    padding: 10rem 1rem;
  }
}
.announce__text {
  line-height: 1.8;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 768px) {
  .announce__text {
    font-size: 1.6rem;
  }
}

/* display
----------------------------------------------------------------- */
.u-disp-contnts {
  display: contents;
}

.u-disp-block {
  display: block;
}
@media (max-width: 768px) {
  .u-disp-block--PU {
    display: block;
  }
}

.u-disp-none {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSU {
    display: none;
  }
}
.u-disp-none--DSO {
  display: none;
}
@media (max-width: 1448px) {
  .u-disp-none--DSO {
    display: block;
  }
}
@media (max-width: 1232px) {
  .u-disp-none--NU {
    display: none;
  }
}
.u-disp-none--NO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--NO {
    display: block;
  }
}
.u-disp-none--flexNO {
  display: none;
}
@media (max-width: 1232px) {
  .u-disp-none--flexNO {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1080px) {
  .u-disp-none--TLLU {
    display: none;
  }
}
.u-disp-none--TLLO {
  display: none;
}
@media (max-width: 1080px) {
  .u-disp-none--TLLO {
    display: block;
  }
}
@media (max-width: 960px) {
  .u-disp-none--TMU {
    display: none;
  }
}
.u-disp-none--TMO {
  display: none;
}
@media (max-width: 960px) {
  .u-disp-none--TMO {
    display: block;
  }
}
@media (max-width: 768px) {
  .u-disp-none--PU {
    display: none;
  }
}
.u-disp-none--PO {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--PO {
    display: block;
  }
}
.u-disp-none--flexPU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--flexPU {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.u-disp-none--inlinePU {
  display: none;
}
@media (max-width: 768px) {
  .u-disp-none--inlinePU {
    display: inline;
  }
}
.u-disp-none--MLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--MLLO {
    display: block;
  }
}
.u-disp-none--flexMLLO {
  display: none;
}
@media (max-width: 600px) {
  .u-disp-none--flexMLLO {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 600px) {
  .u-disp-none--LLU {
    display: none;
  }
}
@media (max-width: 375px) {
  .u-disp-none--MMU {
    display: none;
  }
}

.headline {
  background-image: url("../img/ttl-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .headline {
    background-image: url("../img/ttl-bg-sp.webp");
    height: 10.6rem;
  }
}
.headline__ttl {
  color: #ffffff;
  font-size: 4.8rem;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.04em;
}
@media (max-width: 768px) {
  .headline__ttl {
    font-size: 2.4rem;
    letter-spacing: 0.08em;
  }
}

/* --------------------------------------------------------------------- 
Foundation
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
Layout
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
pages
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
utility
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
腰越編集分
-----------------------------------------------------------------------*/
/* --------------------------------------------------------------------- 
form-container
-----------------------------------------------------------------------*/
.form-container {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: -10;
  padding-bottom: 5rem;
  will-change: transform;
}

.form-container.is-active {
  opacity: 1;
  visibility: visible;
  width: 100vw;
  height: 100dvh;
  overflow-y: auto;
  z-index: 11;
  background-color: white;
}

.form__block-note.is-active.sp {
  display: none;
}

.form__content-block-row--flex {
  margin-bottom: 1.6rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.form__content-block-row--flex > .form__content-block-ttl,
.form__content-block-row--flex-col > .form__content-block-ttl {
  margin-bottom: initial;
}

.form__content-block-row-cont-txt {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.form__content-block--terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  font-size: 2.4rem;
  font-weight: bold;
}

.form__content-block--terms > input {
  scale: 1.5;
}

.form__content-block--terms > label > a {
  color: #1fafcb;
  text-decoration: underline;
}

.form__loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  z-index: 9999;
  display: none;
  /* モダン環境での軽いブラー */
  -webkit-backdrop-filter: saturate(120%) blur(2px);
          backdrop-filter: saturate(120%) blur(2px);
  will-change: transform;
}

.form__loading-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.form__loading-spinner {
  width: 100px;
  height: 100px;
  border: 10px solid #1fafcb;
  border-top: 10px solid #ffffff;
  border-radius: 50%;
  -webkit-animation: formSpinner 0.8s linear infinite;
          animation: formSpinner 0.8s linear infinite;
  -webkit-box-shadow: 0 4px 16px rgba(31, 175, 203, 0.25);
          box-shadow: 0 4px 16px rgba(31, 175, 203, 0.25);
}

/* 表示切替用（JSで .is-active を付与） */
.form__loading.is-active {
  display: block;
}

@-webkit-keyframes formSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes formSpinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media (max-width: 1060px) {
  .cart .cart__slider {
    padding-top: 23.4rem;
  }
  .cart .cart__slider .slick-dots {
    gap: 7.5rem;
  }
  .cart .cart__slider .slick-dots li::after {
    white-space: wrap;
    font-size: 1.6rem;
  }
  .form__next_btns {
    gap: 1rem;
  }
  .form__next_btn__p {
    font-size: 1.6rem;
    width: 29.9rem;
    height: 6rem;
  }
  .form__block-ttl {
    /* font-size: 1.6rem; */
  }
  .form__block-label {
    margin-top: initial;
  }
  .form__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.6rem;
  }
  .form__block-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    width: 100%;
  }
  .form__block-img-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .form__block-img > img {
    width: 21.4rem;
    height: auto;
  }
  .form__block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: initial;
    margin: auto;
  }
  .form__block-quantity {
    padding-bottom: 1rem;
    border-bottom: 1px solid #707070;
  }
  .form__block-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__block-single,
.form__block-subtotal {
    width: 100%;
    margin: initial;
    margin-top: 1.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__block-note.u-disp-none--TLLU {
    display: none !important;
  }
  .form__block-note.is-active.sp {
    display: block;
  }
  .form__next_btn__p::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .cart .cart__slider .slick-dots li:not(:first-child) button::after {
    width: 150%;
  }
}
@media (max-width: 636px) {
  .cart .cart__slider .slick-dots li:not(:first-child) button::after {
    width: 100%;
  }
  .cart .cart__slider {
    padding-top: 18rem;
  }
  .cart .cart__slider .slick-dots {
    gap: 2.4rem;
  }
  .cart .cart__slider .slick-dots li {
    max-width: 8.75rem;
  }
  .cart .cart__slider .slick-dots li::after {
    font-size: 1.4rem;
  }
  .form__content {
    border: 0.2rem solid #1fafcb;
    padding: 2rem 1rem;
  }
  .form__block-ttl {
    font-size: 1.6rem;
  }
  .form__block-label {
    font-size: 1.2rem;
  }
  .form__block {
    gap: 1.6rem;
    padding: initial;
    padding-bottom: 2rem;
  }
  .form__block::after {
    height: 0.2rem;
  }
  .form__block-img {
    gap: 1rem;
  }
  .form__block-img-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .form__block-img > img {
    width: 9.4rem;
    height: auto;
  }
  .form__block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: initial;
    margin: auto;
  }
  .form__block-quantity {
    padding-bottom: 1rem;
    border-bottom: 1px solid #707070;
  }
  .form__block-remove {
    width: 1.9rem;
  }
  .form__block-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__block-single,
.form__block-subtotal {
    margin-top: initial;
  }
  .form__block-single {
    font-size: 2rem;
  }
  .form__block-single > .price {
    font-size: 2.4rem;
  }
  .form__block-single > .price > .large {
    font-size: 4rem;
  }
  .form__block-subtotal {
    font-size: 2rem;
  }
  .form__block-subtotal > .price {
    font-size: 2.4rem;
  }
  .form__block-subtotal > .price > .large {
    font-size: 4rem;
  }
  .form__total {
    font-size: 2rem;
  }
  .form__total .price {
    font-size: 3.2rem;
  }
  .form__total .price > .large {
    font-size: 4.2rem;
  }
  .form__block-note.u-disp-none--TLLU {
    display: none !important;
  }
  .form__block-note.is-active.sp {
    display: block;
  }
  .form__next_btn__p::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .form__next_btns {
    margin-top: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .form__next_btn__p,
.form__nav_btn__p {
    font-size: 1.6rem;
    width: 100%;
    height: 5.5rem;
    border: 0.2rem solid #1fafcb;
  }
  .form__content-ttl {
    font-size: 2.4rem;
  }
  .form__content-block-ttl {
    font-size: 2rem;
  }
  .form__content-block-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: initial;
  }
  .form__content-block-row {
    margin-top: 1.6rem;
    gap: 0.8rem;
  }
  .form__content-block-row-cont {
    width: 100%;
  }
  .form__content-block-row--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
  }
  .form__content-block-row-ttl {
    font-size: 2rem;
  }
  .form__content-block-row:not(:first-child) {
    margin-top: 1.6rem;
  }
  .form__content-block-row-cont input,
.form__content-block-row-cont select,
.form__content-block-row-cont textarea {
    font-size: 1.6rem;
  }
  .form__content-block-radio-item label {
    font-size: 1.6rem;
    padding-left: 2.6rem;
  }
  .form__content-block-radio-item label::before {
    width: 1.8rem;
  }
  .form__content-block-radio-item label::after {
    width: 0.8rem;
  }
  .form__content-block-row-ttl {
    font-size: 1.6rem;
  }
  .form__content-block--terms {
    font-size: 1.6rem;
  }
  .form__content-block-row-cont-txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 466px) {
  .cart .cart__slider {
    padding-top: 17rem;
  }
}
@media (max-width: 430px) {
  .cart .cart__slider {
    padding-top: 16rem;
  }
}
@media (max-width: 407px) {
  .cart .cart__slider {
    padding-top: 15rem;
  }
}
@media (max-width: 375px) {
  .cart .cart__slider .slick-dots li:not(:first-child) button::after {
    width: 100%;
  }
  .cart .cart__slider {
    padding-top: 14rem;
  }
  .cart .cart__slider .slick-dots {
    gap: 2.4rem;
  }
  .cart .cart__slider .slick-dots li::after {
    font-size: 1.4rem;
  }
  .form__content {
    border: 2px solid #1fafcb;
    padding: 2rem 1rem;
  }
  .form__block-ttl {
    font-size: 1.6rem;
  }
  .form__block-label {
    font-size: 1.2rem;
  }
  .form__block {
    gap: 1.6rem;
    padding: initial;
    padding-bottom: 2rem;
  }
  .form__block::after {
    height: 0.2rem;
  }
  .form__block-img {
    gap: 1rem;
  }
  .form__block-img-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .form__block-img > img {
    width: 9.4rem;
    height: auto;
  }
  .form__block-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: initial;
    margin: auto;
  }
  .form__block-quantity {
    padding-bottom: 1rem;
    border-bottom: 1px solid #707070;
  }
  .form__block-remove {
    width: 1.9rem;
  }
  .form__block-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__block-single,
.form__block-subtotal {
    margin-top: initial;
  }
  .form__block-single {
    font-size: 2rem;
  }
  .form__block-single > .price {
    font-size: 2.4rem;
  }
  .form__block-single > .price > .large {
    font-size: 4rem;
  }
  .form__block-subtotal {
    font-size: 2rem;
  }
  .form__block-subtotal > .price {
    margin: initial;
    font-size: 2.4rem;
  }
  .form__block-subtotal > .price > .large {
    font-size: 3.8rem;
  }
  .form__total {
    font-size: 2rem;
  }
  .form__total .price {
    font-size: 3.2rem;
  }
  .form__total .price > .large {
    font-size: 3.8rem;
  }
  .form__block-note.u-disp-none--TLLU {
    display: none !important;
  }
  .form__block-note.is-active.sp {
    display: block;
  }
  .form__next_btn__p::before {
    width: 1.4rem;
    height: 1.4rem;
  }
  .form__next_btns {
    margin-top: 2.4rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .form__next_btn__p {
    font-size: 1.6rem;
    width: 100%;
    height: 5.5rem;
    border: 0.2rem solid #1fafcb;
  }
  .form__content-ttl {
    font-size: 2.4rem;
  }
  .form__content-block-ttl {
    margin-bottom: 1.6rem;
    font-size: 2rem;
  }
  .form__content-block-ttl > .required {
    margin-left: 0.8rem;
    font-size: 1.2rem;
  }
  .form__content-block-unit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: initial;
  }
  .form__content-block-row {
    margin-top: 1.6rem;
    gap: 0.8rem;
  }
  .form__content-block-row-cont {
    width: 100%;
  }
  .form__content-block-row--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.8rem;
    margin-bottom: initial;
  }
  .form__content-block-row-ttl {
    font-size: 2rem;
  }
  .form__content-block-row:not(:first-child) {
    margin-top: 1.6rem;
  }
  .form__content-block-row-cont input,
.form__content-block-row-cont select,
.form__content-block-row-cont textarea {
    font-size: 1.6rem;
  }
  .form__content-block-radio-item label {
    font-size: 1.6rem;
    padding-left: 2.6rem;
  }
  .form__content-block-radio-item label::before {
    width: 1.8rem;
  }
  .form__content-block-radio-item label::after {
    width: 0.8rem;
  }
  .form__content-block-row-ttl {
    font-size: 1.6rem;
  }
  .form__content-block--terms {
    font-size: 1.6rem;
  }
  .form__content-block-row-cont-txt {
    font-size: 1.6rem;
  }
}
/* Slick Sliderの高さ制御 */
.cart .cart__slider .slick-list {
  min-height: 72rem;
}