@charset "UTF-8";
/* これはリセットCSSです */
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* Max-width */
/* Break-point */
/* Colors */
/* Spacing */
/* Font_size */
/* Font_weight */
/* Fonts */
/* Radius */
/* PC版レイアウト */
/* 各セクションのレイアウト(背景別） */
/* 空のdivタグなどに背景画像挿入する時 */
/* セクション内のflex、margin/paddingなし */
.js-fade-in {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1.2s cubic-bezier(0.25, 0.1, 0.25, 1), transform 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.firstview {
  overflow: hidden;
  position: relative;
}

.firstview__img {
  width: 100%;
  aspect-ratio: 1.875;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/firstview.jpg);
  background-position: center;
  margin-block-end: 2.5rem;
  display: flex;
  position: relative;
  z-index: 1;
}
.firstview__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit;
  background-size: cover;
  background-position: center;
  z-index: -1;
  animation: perspectiveZoom 5s infinite alternate ease-in-out;
}

.firstview__title {
  max-width: 1200px;
  padding-inline: 1.5rem;
  align-self: flex-end;
  margin-block-end: -1.2em;
  /* 320pxで24px、375pxで約32px、1440pxで36pxになるよう調整 */
  font-size: clamp(1.5rem, 0.43rem + 4.57vw, 2.25rem);
  position: relative;
  z-index: 10;
}
@media (min-width: 1024px) {
  .firstview__title {
    padding-inline: 7.5rem;
  }
}

@keyframes perspectiveZoom {
  0% {
    transform: scale(1) translate(0, 0);
  }
  100% {
    transform: scale(1.1) translate(1%, -1%);
  }
}
html {
  font-size: 100%;
}

body {
  background-color: #1c1f23;
  color: #f5f6f8;
  font-size: 1rem;
  font-family: "Noto Sans", sans-serif, "Noto Sans JP", sans-serif;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  body {
    font-size: 1.125rem;
  }
}

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

ul {
  list-style: none;
}

ul li a {
  text-decoration: none;
  color: #f5f6f8;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 2.25rem;
  }
}

h2 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 1.5rem;
  }
}

label {
  font-weight: 700;
}

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

.u-notice {
  font-size: 0.75rem;
}
@media (min-width: 1024px) {
  .u-notice {
    font-size: 0.875rem;
  }
}

button,
.cta-btn a,
#order-submit {
  padding-inline: 1rem;
  padding-block: 0.5rem;
  display: block;
  margin-inline: auto;
  font-size: 1.125rem;
  border-radius: 4px;
  border: none;
  transition: all 0.3s ease-out 0s;
}
@media (min-width: 1024px) {
  button,
  .cta-btn a,
  #order-submit {
    font-size: 1.25rem;
  }
}

.cta-btn--primary a,
button.cta-btn--primary,
#order-submit {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, transparent 100%), #7a96c4;
  color: #f5f6f8;
  font-weight: 700;
}
.cta-btn--primary a:hover,
button.cta-btn--primary:hover,
#order-submit:hover {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 100%), #7a96c4;
}

.cta-btn--secondary a,
button.cta-btn--secondary {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, transparent 100%), #454c56;
  color: #f5f6f8;
}
.cta-btn--secondary a:hover,
button.cta-btn--secondary:hover {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 100%), #454c56;
}

.cta-btn--primary a,
.cta-btn--secondary a {
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
}

.site-header__logo-img {
  width: 160px;
  margin-inline: auto;
  margin-block: 2.5rem;
}

.site-header__nav {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .site-header__nav {
    font-size: 1.5rem;
  }
}
.site-header__nav ul {
  max-width: 327px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  margin-block-end: 2.5rem;
}
@media (min-width: 1024px) {
  .site-header__nav ul {
    max-width: 50%;
    margin-block-end: 5rem;
  }
}

.site-header__nav-link {
  position: relative;
  display: inline-block;
  padding-bottom: 8px;
  transition: all 0.3s ease-out 0s;
}
.site-header__nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 8px;
  background: url("../images/active-line.png") no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.site-header__nav-link:hover::after, .site-header__nav-link.site-header__nav-link--active::after {
  opacity: 1;
}

.site-footer__nav,
.buy-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .site-footer__nav,
  .buy-nav {
    gap: 1.5rem;
    font-size: 1rem;
  }
}

.site-footer__nav-link,
.buy-nav-link {
  transition: all 0.3s ease-out 0s;
}
.site-footer__nav-link:hover,
.buy-nav-link:hover {
  border-bottom: 1px dotted #c9ccd1;
}

.product-carousel__slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.product-carousel__slider::-webkit-scrollbar {
  display: none;
}
.product-carousel__slider img {
  width: 100%;
  flex-shrink: 0;
  scroll-snap-align: start;
}

.product-carousel__dots {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  .product-carousel__dots {
    gap: 1rem;
  }
}

.product-carousel__dot {
  width: 12px;
  height: 12px;
  background-color: #c9ccd1;
  border-radius: 50%;
  transition: all 0.3s;
}
@media (min-width: 1024px) {
  .product-carousel__dot {
    width: 14px;
    height: 14px;
  }
}
.product-carousel__dot--active {
  background-color: #f5f6f8;
}

dialog {
  max-width: 50%;
  min-width: 280px;
  margin: auto;
  border: none;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.modal__inner {
  padding: 1.5rem;
  background-color: #c9ccd1;
  color: #1c1f23;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.modal__img {
  width: 80%;
  max-width: 400px;
  margin-inline: auto;
}

dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

#page-top-btn {
  position: fixed;
  bottom: 4.5rem;
  right: 1.5rem;
  z-index: 200;
  width: 48px;
  height: 48px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0%, transparent 100%), #454c56;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease, background 0.3s ease-out;
}
#page-top-btn.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
#page-top-btn:hover {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, transparent 100%), #2c2f35;
}
#page-top-btn svg {
  width: 20px;
  height: 20px;
  stroke: #fff;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.2s ease;
}
#page-top-btn:active svg {
  transform: translateY(-3px);
}

.site-footer__inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block-start: 10rem;
  padding-block-end: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .site-footer__inner {
    padding-inline: 7.5rem;
  }
}

.site-footer__nav {
  text-align: start;
}

.site-footer__logo-img {
  width: 160px;
  margin-inline: auto;
}

.fixed-cta {
  width: 100%;
  padding-block: 0.5rem;
  background-color: #1c1f23;
  display: block;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.firstview__inner {
  padding-inline: 1.5rem;
  padding-block-end: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .firstview__inner {
    padding-inline: 7.5rem;
  }
}

.care {
  width: 100%;
  background-color: #f5f6f8;
}
.care > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 5rem;
  color: #1c1f23;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .care > .l-inner {
    padding-inline: 7.5rem;
    gap: 5rem;
  }
}
@media (min-width: 1024px) {
  .care .l-inner {
    flex-direction: row;
    align-items: center;
  }
}

.care__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.concept {
  background-image: url(../images/bg_SP.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.concept > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 5rem;
  color: #f5f6f8;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .concept > .l-inner {
    padding-inline: 7.5rem;
  }
}

.new-choice {
  width: 100%;
  background-color: #1c1f23;
}
.new-choice > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block-start: 5rem;
  padding-block-end: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .new-choice > .l-inner {
    padding-inline: 7.5rem;
  }
}
@media (min-width: 1024px) {
  .new-choice .l-inner {
    flex-direction: row;
    align-items: center;
  }
}

.new-choice__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.new-choice__img {
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/using_img01.jpg);
}

.features {
  width: 100%;
  padding-block: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.features .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .features .l-inner {
    padding-inline: 7.5rem;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}

.features__title {
  text-align: center;
}

.features__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .features__text {
    flex: 4;
  }
}

@media (min-width: 1024px) {
  .features__img {
    flex: 6;
  }
}

.beforeafter {
  width: 100%;
  padding-block: 5rem;
  background-color: #f5f6f8;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.beforeafter .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  color: #1c1f23;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .beforeafter .l-inner {
    padding-inline: 7.5rem;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.beforeafter__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .beforeafter__text {
    flex: 4;
  }
}

.beforeafter__image {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1024px) {
  .beforeafter__image {
    flex: 6;
  }
}
.beforeafter__image h3 {
  text-align: center;
}

.design {
  padding-block: 5rem;
  text-align: center;
}

.design__inner {
  display: flex;
  flex-direction: column;
  gap: 7.5rem;
  padding-block-start: 2.5rem;
}
@media (min-width: 1024px) {
  .design__inner {
    padding-inline: 7.5rem;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }
}

.design__col {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .design__col {
    flex: 1;
  }
}

.design__img--using {
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/using_img02.jpg);
}

.design__img--ai {
  width: 100%;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/ai.jpg);
}

.product {
  background: linear-gradient(rgba(28, 31, 35, 0.5), rgba(28, 31, 35, 0.5)), url(../images/bg_bubble_black.PNG) no-repeat center/cover;
  width: 100%;
}
.product > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 5rem;
  color: #f5f6f8;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .product > .l-inner {
    padding-inline: 7.5rem;
  }
}
.product {
  text-align: center;
}

.product__img {
  width: min(50vw, 720px);
  margin-inline: auto;
}

.quality-top,
.five-modes {
  width: 100%;
  background-color: #1c1f23;
}
.quality-top > .l-inner,
.five-modes > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block-start: 5rem;
  padding-block-end: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .quality-top > .l-inner,
  .five-modes > .l-inner {
    padding-inline: 7.5rem;
  }
}
.quality-top,
.five-modes {
  text-align: center;
}

.quality-top .l-inner {
  padding-block-start: 0;
}

.design-point,
.safety-reasons {
  width: 100%;
  background-color: #f5f6f8;
}
.design-point > .l-inner,
.safety-reasons > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 5rem;
  color: #1c1f23;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .design-point > .l-inner,
  .safety-reasons > .l-inner {
    padding-inline: 7.5rem;
    gap: 5rem;
  }
}

.design-point__col,
.safety-reasons__item {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.design-point__col--bordered,
.safety-reasons__item--bordered {
  padding-block-end: 2.5rem;
  border-bottom: 1px solid #c9ccd1;
}

.five-modes {
  padding-block-end: 2.5rem;
}
@media (min-width: 1024px) {
  .five-modes {
    padding-block-end: 7.5rem;
  }
}

.five-modes .mode {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-inline: auto;
}
@media (min-width: 1024px) {
  .five-modes .mode {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
  .five-modes .mode.mode--reverse {
    flex-direction: row-reverse;
  }
}

.mode__text {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.mode__img {
  width: clamp(327px, 50vw, 560px);
}

.safety-reasons h2 {
  text-align: center;
}

.safety-reasons__doctor-img {
  width: 100%;
  aspect-ratio: 1.5;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/doctor.jpg);
}

.proceed-to-checkout {
  width: 100%;
  background-color: #1c1f23;
}
.proceed-to-checkout > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block-start: 0;
  padding-block-end: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .proceed-to-checkout > .l-inner {
    padding-inline: 7.5rem;
  }
}
.proceed-to-checkout {
  text-align: center;
}

.product-description {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-carousel__color-selector {
  margin-block: 2.5rem;
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}

.product-carousel__color-option {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product-carousel__color-circle {
  margin-inline-end: 0.75rem;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}

.product-carousel__color-option--active .product-carousel__color-circle::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border: 2px solid #f5f6f8;
  border-radius: 50%;
}

.buy-text {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.product-select,
.customer-form,
.payment-method {
  width: 100%;
  background-color: #1c1f23;
}
.product-select > .l-inner,
.customer-form > .l-inner,
.payment-method > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block-start: 0;
  padding-block-end: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .product-select > .l-inner,
  .customer-form > .l-inner,
  .payment-method > .l-inner {
    padding-inline: 7.5rem;
  }
}

.product-select,
.customer-form h2,
.payment-method h2 {
  text-align: center;
}

input,
select {
  padding-inline: 0.75rem;
  background-color: #f5f6f8;
  color: #1c1f23;
  border: 1px solid #c9ccd1;
  border-radius: 4px;
}
@media (min-width: 1024px) {
  input,
  select {
    max-width: 50%;
  }
}

.product-carousel,
.product-select__options {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.product-select__option-group p {
  padding-block-start: 0.5em;
  font-size: 0.875rem;
  color: #c9ccd1;
}

.price-summary {
  padding: 1rem;
  background-color: #c9ccd1;
  color: #1c1f23;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.price-summary__row {
  display: flex;
  justify-content: space-between;
}
.price-summary__row--total .price-summary__value {
  font-size: 1.25rem;
}

.customer-form__fields {
  padding-block-end: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.customer-form__fields label {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.customer-form__group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.customer-form__name-inputs {
  display: flex;
  gap: 1rem;
}
.customer-form__name-inputs input {
  width: 0;
  flex: 1;
  min-width: 0;
}
@media (min-width: 1024px) {
  .customer-form__name-inputs input {
    max-width: 25%;
  }
}

.customer-form__required-badge {
  color: #E73434;
  font-size: 0.75rem;
}

.customer-form__delivery {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.payment-method__body {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.payment-method__options {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 1024px) {
  .payment-method__options {
    gap: 2rem;
  }
}

.error-box {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 1rem 0;
  padding: 1rem;
  background-color: #c9ccd1;
  border: 1px solid #7a96c4;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(231, 52, 52, 0.05);
  animation: fadeInSlide 0.3s ease-out;
}
.error-box p {
  color: #E73434;
  font-size: 0.875rem;
  margin: 0;
  text-align: left;
}
.error-box p br {
  display: block;
  content: "";
  margin-top: 6px;
}

@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.checkout-form__input--error {
  border-color: #E73434;
  background-color: #f5f6f8;
}
.checkout-form__input--error:focus {
  box-shadow: 0 0 0 3px rgba(231, 52, 52, 0.2);
}

#order-submit {
  transition: all 0.3s ease;
  cursor: pointer;
}
#order-submit:disabled, #order-submit.cta-btn--disabled {
  background-color: #c9ccd1;
  color: #f5f6f8;
  cursor: not-allowed;
  opacity: 0.7;
  box-shadow: none;
  transform: none;
}

.spec-top {
  width: 100%;
  background-color: #1c1f23;
}
.spec-top > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block-start: 0;
  padding-block-end: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .spec-top > .l-inner {
    padding-inline: 7.5rem;
  }
}
.spec-top h2 {
  text-align: center;
}

.spec-table {
  color: #1c1f23;
  font-size: 0.875rem;
}
.spec-table th {
  background-color: #c9ccd1;
}
.spec-table td {
  padding: 1rem;
  background-color: #f5f6f8;
}

.page {
  width: 100%;
  background-color: #1c1f23;
}
.page > .l-inner {
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block-start: 5rem;
  padding-block-end: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media (min-width: 1024px) {
  .page > .l-inner {
    padding-inline: 7.5rem;
  }
}

.legal-list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.legal-list dt {
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */