@charset "UTF-8";
/**
 * Modern CSS Reset Tweaks
 * ==================================================
 * A collection of modern CSS reset and normalization styles
 * to ensure consistent behavior across browsers, OS and devices.
 */
/* Ensure consistent font resizing on mobile devices */
html {
  -webkit-text-size-adjust: 100%;
}
html:focus-within {
  scroll-behavior: smooth;
}

/* Basic body setup for layout and text rendering optimization */
body {
  text-size-adjust: 100%;
  position: relative;
  width: 100%;
  min-height: 100vh;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* Apply box-sizing globally for consistent element sizing */
*,
::after,
::before {
  box-sizing: border-box;
}

/* Style unclassed links for better accessibility */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/**
 * CSS Reset Tweaks
 * Based on Eric Meyer's CSS Reset v2.0-modified (public domain)
 * URL: http://meyerweb.com/eric/tools/css/reset/
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
br,
button,
canvas,
caption,
center,
cite,
code,
col,
colgroup,
data,
datalist,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
head,
header,
hgroup,
hr,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
link,
main,
map,
mark,
menu,
meta,
meter,
nav,
noscript,
object,
ol,
optgroup,
option,
output,
p,
param,
picture,
pre,
progress,
q,
rb,
rp,
rt,
rtc,
ruby,
s,
samp,
script,
section,
select,
small,
source,
span,
strong,
style,
svg,
sub,
summary,
sup,
table,
tbody,
td,
template,
textarea,
tfoot,
th,
thead,
time,
title,
tr,
track,
tt,
u,
ul,
var,
video,
wbr {
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* Add focus styles to improve accessibility */
:focus {
  outline: 0;
}

/* Normalize HTML5 elements for older browsers */
article,
aside,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
object,
section {
  display: block;
}

canvas,
iframe {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Remove default list styling */
ol,
ul {
  list-style: none;
}

/* Normalize quote styling */
blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* Reset and normalize form inputs */
input:required,
input {
  box-shadow: none;
}

/* Autofill styling for better compatibility */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset;
}

/* Improve appearance of search inputs */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

input:focus {
  outline: none;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 */
[hidden] {
  display: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: none;
}

/**
 * Make media easier to work with
 */
audio,
img,
picture,
svg,
video {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
  border: 0;
  background: transparent;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* Additional attribute handling for accessibility */
[disabled],
[disabled=true],
[aria-disabled=true] {
  pointer-events: none;
}

/**
 * Address box sizing set to content-box in IE 8/9.
 */
input[type=checkbox],
input[type=radio] {
  padding: 0;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button {
  border: 0;
  background: transparent;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  text-indent: 0;
}

/**
 * Based on normalize.css v8.0.1
 * github.com/necolas/normalize.css
 */
hr {
  box-sizing: content-box;
  overflow: visible;
  background: #000;
  border: 0;
  height: 1px;
  line-height: 0;
  margin: 0;
  padding: 0;
  page-break-after: always;
  width: 100%;
}

/**
 * Correct the inheritance and scaling of font size in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 100%;
}

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

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

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

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

sup {
  top: -5px;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

/**
 * Show the overflow in IE and Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

legend {
  color: inherit;
  white-space: normal;
  display: block;
  border: 0;
  max-width: 100%;
  width: 100%;
}

fieldset {
  min-width: 0;
}

body:not(:-moz-handler-blocked) fieldset {
  display: block;
}

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

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

/* Misc
   ========================================================================== */
template {
  display: none;
}

*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #595757;
  line-height: 1.5;
  background-color: #fff;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
}

.footer-logo img {
  width: unset;
}

.md {
  display: block;
}
@media (max-width: 599px) {
  .md {
    display: none !important;
  }
}

.sm {
  display: none;
}
@media (max-width: 599px) {
  .sm {
    display: block !important;
  }
}

.common__link {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  border-radius: 25px;
}
.common__link:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
.common__link.bg-orange {
  box-shadow: 0 0 15px #faa957;
}
@media (max-width: 599px) {
  .common__link.bg-orange {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.16);
  }
}
.common__link.bg-green {
  box-shadow: 0 0 15px #226d3a;
}
@media (max-width: 599px) {
  .common__link.bg-green {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.16);
  }
}

.sp__view {
  display: none;
}
@media (max-width: 599px) {
  .sp__view {
    display: block;
  }
}

.pc__view {
  display: block;
}
@media (max-width: 599px) {
  .pc__view {
    display: none;
  }
}

.hero {
  padding: 70px 20px 0;
  background-image: url(../img/background.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .hero {
    padding: 2.6666666667vw 0 0;
    background-image: url(../img/sp__hero-bg.svg);
  }
}
.hero .hero-vis {
  max-width: 94%;
  width: 107rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .hero .hero-vis {
    width: 85.3333333333vw;
  }
}
.hero .hero-rogo {
  max-width: 90%;
}
@media (max-width: 599px) {
  .hero .hero-vis-rogo {
    width: 18.6666666667vw;
    margin: 1.3333333333vw 0 0 2.6666666667vw;
  }
}
@media (max-width: 599px) {
  .hero .hero-vis-text {
    text-align: center;
    margin: 0 0 0vw 5.3333333333vw;
  }
}
@media (max-width: 599px) {
  .hero .hero-vis-hero {
    text-align: center;
    margin: 0 0 0 9.3333333333vw;
    max-width: 80vw;
  }
}

.new-week {
  text-align: center;
  background-color: #f8ffff;
  padding: 8rem 2rem 16.3rem;
  position: relative;
}
@media (max-width: 599px) {
  .new-week {
    padding-bottom: 17.0666666667vw;
  }
}
@media (max-width: 599px) {
  .new-week .bg-green {
    max-width: 90.6666666667vw;
  }
}
.new-week .bg-green img {
  width: 100%;
}
.new-week .new-week-back {
  position: absolute;
  left: 0;
  top: 31rem;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.new-week .new-week-back-img {
  width: 100%;
}

.new-week-sec {
  position: relative;
  z-index: 1;
}
.new-week-sec img {
  width: 51.8rem;
  margin-top: 5.5555555556vw;
}
@media (max-width: 599px) {
  .new-week-sec img {
    width: 85.3333333333vw;
    margin-top: 18.1333333333vw;
  }
}

.news-week-video {
  position: relative;
  width: 64.6rem;
  max-width: 100%;
  margin-top: 2.3rem;
  aspect-ratio: 646/364;
  z-index: 1;
  margin: 5.3333333333vw auto 0;
}
@media (max-width: 599px) {
  .news-week-video {
    width: 85.3333333333vw;
    margin-top: 4.5333333333vw;
  }
}

.trouble-section {
  width: 90rem;
  max-width: 100%;
  margin: 5.5555555556vw auto 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 599px) {
  .trouble-section {
    width: 100vw;
    margin: 10.6666666667vw 0 0;
  }
}
@media (max-width: 599px) {
  .trouble-section img {
    width: 86.6666666667vw;
  }
}
.trouble-section.bg-orange {
  box-shadow: 0 0 15px #faa957;
}
@media (max-width: 599px) {
  .trouble-section.bg-orange {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.16);
  }
}
.trouble-section.bg-green {
  box-shadow: 0 0 15px #226d3a;
}
@media (max-width: 599px) {
  .trouble-section.bg-green {
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.16);
  }
}

.Product {
  position: relative;
  padding: 14.2rem 2rem 0;
  background: #ffffff;
}
@media (max-width: 599px) {
  .Product {
    padding: 38.9333333333vw 0 0;
  }
}
.Product .arrow-down {
  position: absolute;
  top: -8.3rem;
  right: 50%;
  transform: translateX(50%);
  display: block;
}
@media (max-width: 599px) {
  .Product .arrow-down {
    top: -4vw;
  }
}
.Product .arrow-down img {
  display: block;
  width: 36rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .Product .arrow-down img {
    width: 67.4666666667vw;
    max-width: none;
  }
}
.Product .detergent {
  display: block;
}
.Product .detergent img {
  display: block;
  width: 64rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .Product .detergent img {
    width: 80vw;
  }
}
.Product .product-discription {
  display: block;
  margin-top: 4.1666666667vw;
}
.Product .product-discription img {
  display: block;
  width: 90rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .Product .product-discription img {
    width: calc(100vw - 30px);
    margin: 0 16px;
    max-width: 100%;
  }
}
.Product .btn-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.3888888889vw;
}
@media (max-width: 599px) {
  .Product .btn-wrap {
    padding: 0 5.3333333333vw;
    gap: 5.3333333333vw;
  }
}

.how-to-use {
  position: relative;
  width: 90rem;
  max-width: 94%;
  margin: 12.5vw auto 0;
  padding: 2.4305555556vw 0 6.9444444444vw;
  background-color: #f0fafb;
  border-radius: 1.3888888889vw;
  z-index: 1;
}
@media (max-width: 599px) {
  .how-to-use {
    width: 89.3333333333vw;
    margin: 16vw 5.3333333333vw 0;
    padding: 13.3333333333vw 0 16vw;
    border-radius: 2.6666666667vw;
  }
}
.how-to-use .news-week-video02 {
  position: relative;
  width: 64.6rem;
  max-width: 100%;
  margin-top: 2.3rem;
  aspect-ratio: 646/364;
  margin: 1.3888888889vw auto;
  z-index: 1;
  display: block;
}
@media (max-width: 599px) {
  .how-to-use .news-week-video02 {
    width: 85.3333333333vw;
    margin-top: 4.5333333333vw;
  }
}
.how-to-use h2 {
  position: absolute;
  top: -3.8rem;
  right: 50%;
  transform: translateX(50%);
}
@media (max-width: 599px) {
  .how-to-use h2 {
    top: -5.3333333333vw;
  }
}
.how-to-use h2 img {
  width: 28.7rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .how-to-use h2 img {
    width: 53.8666666667vw;
    max-width: none;
  }
}
.how-to-use .product-discription {
  display: block;
}
@media (max-width: 599px) {
  .how-to-use .product-discription {
    width: 106.6666666667vw;
  }
}
@media (max-width: 599px) {
  .how-to-use .product-discription img {
    width: 100%;
    max-width: 90.6666666667vw;
  }
}
.how-to-use h3 {
  margin-top: 5.5555555556vw;
}
.how-to-use h3 img {
  display: block;
  width: 38.2rem;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .how-to-use h3 img {
    width: 72vw;
    margin-top: 15.7333333333vw;
    margin-bottom: 4.5333333333vw;
  }
}
.how-to-use video {
  width: 64.6rem;
  max-width: 92%;
  aspect-ratio: 646/364;
}
@media (max-width: 599px) {
  .how-to-use video {
    width: 80vw;
  }
}

.voice {
  position: relative;
  padding: 13.7rem 2rem 12rem;
  background: #fffce0;
  z-index: 1;
}
@media (max-width: 599px) {
  .voice {
    padding: 8.7rem 4vw 8rem;
  }
}
.voice-container {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.voice-container::before {
  content: "";
  position: absolute;
  top: -21.8rem;
  right: 6.9rem;
  width: 62.1rem;
  height: 21.8rem;
  background-image: url(../img/voice/ill_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 725px) {
  .voice-container::before {
    right: 0;
  }
}
@media (min-width: 1440px) {
  .voice-container::before {
    top: -218px;
  }
}
@media (max-width: 599px) {
  .voice-container::before {
    top: -37.6vw;
    right: 0;
    width: 89.3333333333vw;
    height: 37.6vw;
    background-image: url(../img/voice/sp/ill_01.png);
  }
}
.voice-flex {
  display: flex;
  flex-direction: column;
  gap: 2.5rem 0;
}
@media (max-width: 599px) {
  .voice-flex {
    gap: 2rem 0;
  }
}
.voice-flex-item {
  max-width: 84rem;
  width: 100%;
  padding: 2rem 0;
  background-color: #fff;
  border: 3px solid #ffedb1;
  border-radius: 2rem;
  text-align: center;
}
@media (max-width: 599px) {
  .voice-flex-item {
    padding: 4.5333333333vw;
  }
}
.voice-flex-item:nth-child(2n-1) {
  margin-left: auto;
}
.voice-flex-item p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 599px) {
  .voice-flex-item p {
    font-size: 5.3333333333vw;
  }
}
.voice-flex-item p span {
  color: #ee7800;
}
.voice-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  margin-top: 12rem;
}
@media (max-width: 599px) {
  .voice-btn {
    margin-top: 8rem;
  }
}

.flow {
  padding: 12rem 2rem 8rem;
  background: #beebed;
  background: linear-gradient(180deg, rgb(190, 235, 237) 0%, rgb(255, 255, 255) 100%);
}
@media (max-width: 599px) {
  .flow {
    padding: 6rem 5.3333333333vw 4rem;
  }
}
.flow-container {
  max-width: 800px;
  padding: min(5.5555555556vw, 8rem) min(2.0833333333vw, 3rem);
  margin: 0 auto;
  border-radius: 2rem;
  background: #fff;
}
@media (max-width: 599px) {
  .flow-container {
    padding: 6rem 1.8666666667vw 4rem;
  }
}
.flow-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.3;
  color: #ee7800;
  text-align: center;
  letter-spacing: 0.03em;
}
@media (max-width: 599px) {
  .flow-title {
    font-size: 7.4666666667vw;
  }
}
.flow-desc {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .flow-desc {
    margin-top: 3rem;
    font-size: 5.3333333333vw;
  }
}
.flow-ill_01 {
  margin-top: 4rem;
}
@media (max-width: 599px) {
  .flow-ill_01 {
    width: 69.3333333333vw;
    margin: 5rem auto 0;
  }
}
.flow-ill_02 {
  margin-top: 4rem;
}
@media (max-width: 599px) {
  .flow-ill_02 {
    width: 85.3333333333vw;
    margin: 6rem auto 0;
  }
}
.flow-content {
  margin-top: 3.3rem;
  text-align: center;
}
@media (max-width: 599px) {
  .flow-content {
    margin-top: 4rem;
  }
}
.flow-content-title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  color: #00b3c4;
}
@media (max-width: 599px) {
  .flow-content-title {
    font-size: 6.1333333333vw;
  }
}
.flow-content-desc {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 2rem;
}
@media (max-width: 599px) {
  .flow-content-desc {
    font-size: 5.3333333333vw;
    margin-top: 1.5rem;
  }
}
.flow-content-desc span {
  color: #ee7800;
}
.flow-pic_03 {
  margin-top: 4.4rem;
}
@media (max-width: 599px) {
  .flow-pic_03 {
    margin-top: 4rem;
  }
}
.flow-bottom {
  width: fit-content;
  margin: 8rem auto 0;
}
@media (max-width: 599px) {
  .flow-bottom {
    margin-top: 16vw;
  }
}
.flow-bottom-text1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.65;
  text-align: center;
  color: #003245;
}
@media (max-width: 599px) {
  .flow-bottom-text1 {
    font-size: 5.3333333333vw;
  }
}
.flow-bottom-text2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
  color: #ee7800;
  letter-spacing: 0.03em;
  margin-top: 6rem;
}
@media (max-width: 599px) {
  .flow-bottom-text2 {
    font-size: 8vw;
    margin-top: 4rem;
  }
}

.Secret {
  position: relative;
  padding: 10.9027777778vw 2rem 15.625vw;
  background: #ffffff;
}
@media (max-width: 599px) {
  .Secret {
    padding: 37.8666666667vw 0 34.6666666667vw;
  }
}
.Secret:before {
  content: "";
  position: absolute;
  top: -12.6388888889vw;
  left: 0;
  width: 100%;
  height: 103.4027777778vw;
  background-image: url(../img/secret/secret-bg-bubble.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 599px) {
  .Secret:before {
    top: 2.6666666667vw;
    width: 100%;
    height: 251.2vw;
    background-image: url(../img/secret/sp/secret-bg-bubble01.svg);
  }
}
.Secret::after {
  content: none;
}
@media (max-width: 599px) {
  .Secret::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 206.4vw;
    background-image: url(../img/secret/sp/secret-bg-bubble02.svg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
  }
}
.Secret .section-box1 {
  position: relative;
  border-radius: 20px;
  background: #ffffff;
  border: solid 5px #b3dede;
  padding: 7.5vw 2.7777777778vw 6.9444444444vw;
  z-index: 2;
  width: 100%;
  max-width: 90rem;
  margin: 0 auto 0;
  z-index: 1;
}
@media (max-width: 599px) {
  .Secret .section-box1 {
    width: 89.3333333333vw;
    padding: 16vw 4.2666666667vw;
    max-width: 186.6666666667vw;
  }
}
.Secret .section-box1 .Caregivers-before {
  position: absolute;
  top: -5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 599px) {
  .Secret .section-box1 .Caregivers-before {
    top: -21.8666666667vw;
  }
}
.Secret .section-box1 .Caregivers-before img {
  width: 77.8rem;
  max-width: 100%;
}
@media (max-width: 599px) {
  .Secret .section-box1 .Caregivers-before img {
    width: 80vw;
  }
}
.Secret .section-box1 h3.inner-ttl {
  text-align: center;
}
.Secret .section-box1 h3.inner-ttl01 img {
  width: 31.2rem;
}
@media (max-width: 599px) {
  .Secret .section-box1 h3.inner-ttl01 img {
    width: 53.8666666667vw;
    margin-top: 8vw;
  }
}
.Secret .section-box1 h3.inner-ttl02 {
  margin-top: 4rem;
}
.Secret .section-box1 h3.inner-ttl02 img {
  width: 64rem;
}
@media (max-width: 599px) {
  .Secret .section-box1 h3.inner-ttl02 img {
    width: 80vw;
    margin-top: 9.3333333333vw;
  }
}
.Secret .section-box1 .inner-vis-list img {
  width: 100%;
}
@media (max-width: 599px) {
  .Secret .section-box1 .inner-vis-list img {
    width: 80vw;
  }
}
.Secret .section-box1 .inner-vis-list01 {
  margin-top: 1.3888888889vw;
}
@media (max-width: 599px) {
  .Secret .section-box1 .inner-vis-list01 {
    margin-top: 5.3333333333vw;
  }
}
.Secret .section-box1 .inner-vis-list02 {
  margin-top: 2.0833333333vw;
}
@media (max-width: 599px) {
  .Secret .section-box1 .inner-vis-list02 {
    margin-top: 5.3333333333vw;
  }
}

/* キャッチコピーのバルーン */
.Caregivers-before span {
  font-size: 30px;
}

.Caregivers-before-sp {
  display: none;
}

/* 小見出し */
.Removes-dirt p {
  color: #248ac8;
  font-size: 28px;
  margin: 30px 0 20px;
  text-align: center;
}

.Removes-dirt span {
  font-size: 18px;
}

/* 画像を横並びにする行 */
.image-row1,
.image-row2 {
  display: flex;
  margin-bottom: 40px;
}

.image-row1,
.image-row2 p {
  text-align: center;
}

/* 画像とテキストのコンテナ */
.img-container-secret {
  width: 300px;
  text-align: center;
}

.section-divider {
  position: absolute;
  border-top: 1px dashed #ccc;
  margin: 40px auto;
  width: 90%;
  top: 440px;
  left: 40px;
}

.section-title {
  font-size: 28px;
  color: #248ac8;
  text-align: center;
}

.section-desc {
  font-size: 20px;
  color: #248ac8;
  text-align: center;
}

.section-desc-1 {
  display: none;
}

.img-container-secret p {
  font-size: 20px;
}

.apron {
  padding: 10rem 0 12rem;
  background-color: #fff;
}
@media (max-width: 599px) {
  .apron {
    padding: 6rem 5.3333333333vw;
  }
}
.apron > h3 {
  text-align: center;
}
.apron > h3 img {
  display: block;
  width: 67rem;
  max-width: 94%;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .apron > h3 img {
    width: 80.8vw;
  }
}
.apron .product-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 4rem 3rem;
  max-width: 910px;
  width: 100%;
  margin: 8rem auto 0;
}
@media (max-width: 599px) {
  .apron .product-flex {
    margin-top: 10.6666666667vw;
    gap: 10.6666666667vw 4.8vw;
  }
}
.apron .product-flex .product-item {
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
  max-width: 203px;
}
@media (max-width: 599px) {
  .apron .product-flex .product-item {
    width: 42.1333333333vw;
  }
}
.apron .product-flex .product-item .product-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  background-color: #68c0f2;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 0 #d9d9d9;
}
.apron .product-flex .product-item .product-button:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}
@media (max-width: 599px) {
  .apron .product-flex .product-item .product-button {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 2.6666666667vw 0;
  }
}
.apron .product-flex .product-item .product-button::after {
  content: "";
  position: absolute;
  bottom: 0.7rem;
  right: 0.7rem;
  width: 1.4rem;
  height: 1.4rem;
  background-image: url("../img/common/icon_arrow_bg-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 599px) {
  .apron .product-flex .product-item .product-button::after {
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 0 auto;
    width: 4vw;
    height: 4vw;
  }
}
.apron .product-flex .product-item .product-button .product-button-text {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.25;
  color: #fff;
  text-align: center;
}
@media (max-width: 599px) {
  .apron .product-flex .product-item .product-button .product-button-text {
    font-size: 4.8vw;
  }
}
.apron .product-flex .product-item .product-button .product-button-text span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
}
@media (max-width: 599px) {
  .apron .product-flex .product-item .product-button .product-button-text span {
    font-size: 4.2666666667vw;
  }
}

.purchase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem 0;
  padding: 7rem 2rem;
  background-color: #FFFCE0;
}
@media (max-width: 599px) {
  .purchase {
    padding: 5rem 5.3333333333vw;
  }
}