@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  tab-size: 4;
  word-break: normal;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

hr {
  color: inherit;
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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;
  text-indent: 0;
}

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  font-size: 16px;
  width: 100%;
  line-height: 1;
}

a {
  text-decoration: none;
  transition: 0.3s all;
}

img {
  width: 100%;
}

li {
  list-style: none;
}

@font-face {
  font-family: "LINE Seed JP App_TTF";
  src: url("../font/LINESeedJPApp_TTF-ExtraBold.woff2") format("woff2"), url("../font/LINESeedJPApp_TTF-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "LINE Seed JP App_TTF";
  src: url("../font/LINESeedJPApp_TTF-Bold.woff2") format("woff2"), url("../font/LINESeedJPApp_TTF-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100dvh;
}

main {
  max-width: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contents {
  position: relative;
  width: 90%;
}

.swiper {
  aspect-ratio: 750/1340;
  height: 100%;
}

.slide-last {
  position: relative;
}

.top-scroll-button {
  position: absolute;
  width: 16%;
  max-width: 60px;
  aspect-ratio: 60/60;
  bottom: 12.6865671642%;
  right: 3.4666666667%;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 2px;
}
.top-scroll-button .scroll-arrow-wrapper {
  position: relative;
  width: 20px;
  height: 15px;
}
.top-scroll-button .scroll-arrow {
  position: absolute;
  display: block;
  height: 3px;
  width: 13px;
  background-color: #000;
  top: 50%;
  left: 50%;
  transform-origin: center;
}
.top-scroll-button .scroll-arrow:first-child {
  transform: translate(-85%, -50%) rotate(-30deg);
}
.top-scroll-button .scroll-arrow:last-child {
  transform: translate(-5%, -50%) rotate(30deg);
}
.top-scroll-button .scroll-text {
  color: #000;
}

/*非洗濯中の色*/
.swiper-pagination-bullet {
  background: #dcdddd;
  opacity: 1;
}

/* アクティブな（選択中の）色 */
.swiper-pagination-bullet-active {
  background: #d61218;
}

.line-button {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  background-color: #00b900;
  width: 100%;
  max-width: 350px;
  height: 70px;
  border-radius: 10px;
  padding-block: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 auto;
}
.line-button .line-maintext {
  font-family: "LINE Seed JP App_TTF", sans-serif;
  font-weight: 800;
  font-size: 1.5625rem;
  color: #fff;
  letter-spacing: 0.05em;
}
.line-button .line-subtext {
  font-family: "LINE Seed JP App_TTF", sans-serif;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  color: #fff;
}/*# sourceMappingURL=style.css.map */