@charset "utf-8";
/*!
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
input,
select,
textarea,
button {
  line-height: 1;
  vertical-align: baseline;
  font-family: inherit;
  font-size: 100%;
  outline: none;
}
img {
  height: auto;
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}
body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
a:focus {
  outline: none;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
sup {
  vertical-align: baseline;
  font-size: 0.5rem;
  line-height: 1;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
em,
address {
  font-style: normal;
}
button,
input[type=submit],
input[type=reset],
input[type=button] {
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  background-color: #ddd;
}
select::-ms-expand {
  display: none;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
html {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
body {
  font-family: 'Noto Sans JP', "Helvetica Neue", Arial, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #2C4160;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {
  color: #2C4160;
  cursor: pointer;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.73333vw;
  }
  img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  html.desktop body {
    width: 100vw;
    overflow-x: hidden;
  }
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #2C4160;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
}
button {
  display: inline-block;
  padding: 0;
  background-color: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
label,
input[type=radio],
input[type=checkbox] {
  cursor: pointer;
  outline: 0;
}
input[type=text],
input[type=email],
input[type=submit],
input[type=password],
input[type=tel],
textarea {
  border-radius: 0px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=submit]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ccc;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=submit]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=submit]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ccc;
}
.pc-inline,
.sp-inline {
  display: inline;
}
@media screen and (min-width: 768px) {
  .sp,
  [id*="sp-"],
  [class*="sp-"] {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc,
  [id*="pc-"],
  [class*="pc-"] {
    display: none;
  }
}
body [data-text="jp"],
body [data-text="en"],
body [data-block="jp"],
body [data-block="en"] {
  display: none;
}
body[data-language="jp"] [data-text="jp"] {
  display: inline-block;
}
body[data-language="en"] [data-text="en"] {
  display: inline-block;
}
body[data-language="jp"] [data-block="jp"] {
  display: block;
}
body[data-language="en"] [data-block="en"] {
  display: block;
}
.hBookmark-widget-counter {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
  display: none;
}
#guide {
  position: absolute;
  left: 50%;
  top: 0%;
  z-index: 100000;
  opacity: 0.33;
  pointer-events: none;
}
#guide img {
  position: relative;
  left: -50%;
}
@media screen and (max-width: 767px) {
  #guide {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 100000;
    opacity: 0.33;
    pointer-events: none;
  }
  #guide img {
    left: 0%;
  }
}
@media screen and (min-width: 768px) {
  /************************************************************************
*
* ■ layout(PC)
*
************************************************************************/
  #pc-header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 300;
    width: 100%;
  }
  #footer {
    position: relative;
    width: 100%;
    padding-top: 100px;
    background-color: #fff;
  }
  #footer .pagetop-container {
    position: absolute;
    right: 85px;
    bottom: 82px;
    z-index: auto;
  }
  #footer .pagetop-container .btn {
    display: block;
    width: 39px;
    height: 67px;
    background-image: url("../img/nav/arrow_pagetop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #footer .pagetop-container .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .pagetop-container .btn:hover {
    opacity: 0.8;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #footer .logo-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
  }
  #footer .logo-list > li {
    position: relative;
    width: 400px;
    height: 150px;
  }
  #footer .logo-list > li.laundrier .logo {
    position: absolute;
    left: 78px;
    top: 0px;
    z-index: auto;
    width: 276px;
    height: 123px;
    background-image: url("../img/nav/footer_logo_laundrier.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #footer .logo-list > li.laundrier .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .logo-list > li.nishikawa .logo {
    position: absolute;
    left: 87px;
    top: 23px;
    z-index: auto;
    width: 255px;
    height: 76px;
    background-image: url("../img/nav/footer_logo_nishikawa.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #footer .logo-list > li.nishikawa .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .logo-list > li.nishikawa .logo {
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  #footer .logo-list > li.nishikawa .logo:hover {
    opacity: 0.7;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  #footer .copyright {
    margin-top: 75px;
    padding: 13px 0;
    border-top: 1px solid #2C4160;
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
  }
  /************************************************************************
*
* ■ home(PC)
*
************************************************************************/
  .home .mainContent .pageSummary {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }
  .home .mainContent .kv-area {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .home .mainContent .about-area {
    margin-top: 115px;
  }
  .home .mainContent .about-area .heading-block {
    width: 1000px;
    margin: 0 auto;
  }
  .home .mainContent .about-area .heading-block .title {
    font-family: 'Noto Serif JP';
    font-weight: 500;
    font-size: 32px;
    color: inherit;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.3em;
  }
  .home .mainContent .about-area .document-block {
    width: 1000px;
    margin: 60px auto 0;
  }
  .home .mainContent .about-area .document-block .intro-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .about-area .document-block .intro-container .text {
    margin-top: -5px;
    width: 450px;
    font-size: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.045em;
    line-height: 2.35;
  }
  .home .mainContent .about-area .document-block .intro-container .image {
    position: relative;
    width: 484px;
  }
  .home .mainContent .about-area .document-block .intro-container .image img {
    margin-top: -25px;
  }
  .home .mainContent .about-area .document-block .intro-container .image:before {
    content: "";
    position: absolute;
    left: -4px;
    bottom: 6px;
    z-index: auto;
    width: 160px;
    height: 32.5px;
    background-image: url("../img/icon/ico_gooddesign.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .about-area .document-block .intro-container .image:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .about-area .document-block .logo-container {
    margin-top: 95px;
  }
  .home .mainContent .about-area .document-block .logo-container .logo {
    margin: 0 auto;
    width: 411px;
    height: 178px;
    background-image: url("../img/home/about_logo_laundrier.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .about-area .document-block .logo-container .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .problem-area {
    margin-top: 120px;
    background-color: #F7F3E8;
  }
  .home .mainContent .problem-area .problem-block {
    width: 770px;
    margin: 0 auto;
    padding: 48px 0 30px;
  }
  .home .mainContent .problem-area .problem-block .subject-container {
    text-align: center;
  }
  .home .mainContent .problem-area .problem-block .subject-container .title {
    font-size: 32px;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
  .home .mainContent .problem-area .problem-block .problem-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    width: 366px;
    height: 143px;
    padding-bottom: 24px;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li > p {
    font-size: 26px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.4;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li:nth-child(1),
  .home .mainContent .problem-area .problem-block .problem-list > li:nth-child(5) {
    background: url("../img/home/problem_fukidashi_01_pc.svg") no-repeat center top;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li:nth-child(2),
  .home .mainContent .problem-area .problem-block .problem-list > li:nth-child(6) {
    background: url("../img/home/problem_fukidashi_02_pc.svg") no-repeat center top;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li:nth-child(3) {
    background: url("../img/home/problem_fukidashi_03_pc.svg") no-repeat center top;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li:nth-child(4) {
    background: url("../img/home/problem_fukidashi_04_pc.svg") no-repeat center top;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li:nth-child(3) p {
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
  }
  .home .mainContent .problem-area .problem-block .notes {
    margin-top: 20px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  .home .mainContent .problem-area .message-block {
    padding: 35px 0 40px;
    background: url("../img/icon/line_01.png") repeat-x center top;
    text-align: center;
  }
  .home .mainContent .problem-area .message-block .text {
    line-height: 1.9;
    font-size: 20px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .movie-area {
    margin-top: 110px;
  }
  .home .mainContent .movie-area .heading-block {
    text-align: center;
  }
  .home .mainContent .movie-area .heading-block .title {
    font-size: 44px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .movie-area .heading-block .description {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 300;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.47;
  }
  .home .mainContent .movie-area .document-block {
    margin-top: 30px;
  }
  .home .mainContent .movie-area .document-block .movie1-container {
    position: relative;
    width: 1000px;
    height: 560px;
    margin: 0 auto;
  }
  .home .mainContent .movie-area .document-block .movie1-container .open-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: auto;
    -webkit-transform: translate(-53px, -53px);
            transform: translate(-53px, -53px);
    width: 106px;
    height: 106px;
    background-image: url("../img/icon/movie_arrow_01_pc.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .home .mainContent .movie-area .document-block .movie1-container .open-btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .movie-area .document-block .movie1-container .open-btn:hover {
    opacity: 0.8;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .home .mainContent .movie-area .document-block .movie1-container .image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../img/home/movie_img_01.jpg") no-repeat center center;
    background-size: cover;
  }
  .home .mainContent .laundry-area {
    margin-top: 185px;
    padding: 50px 0 115px;
    background-color: #F7F3E8;
  }
  .home .mainContent .laundry-area .heading-block {
    text-align: center;
  }
  .home .mainContent .laundry-area .heading-block .title {
    font-size: 44px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
  .home .mainContent .laundry-area .heading-block .description {
    font-size: 24px;
    font-weight: 300;
    margin-top: 25px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .laundry-area .use-block {
    margin-top: 50px;
  }
  .home .mainContent .laundry-area .use-block .image1-container .image {
    width: 100%;
    height: 560px;
    background: url("../img/home/laundry_img_01_pc.jpg") no-repeat center center;
    background-size: cover;
  }
  .home .mainContent .laundry-area .use-block .image2-container {
    margin-top: 80px;
  }
  .home .mainContent .laundry-area .use-block .image2-container .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .laundry-area .use-block .image2-container .wrapper .image {
    width: 60%;
    height: 460px;
    background: url("../img/home/laundry_img_02.jpg") no-repeat center center;
    background-size: cover;
  }
  .home .mainContent .laundry-area .use-block .image2-container .wrapper .text {
    width: 40%;
    padding: 110px 0 0 100px;
    font-size: 20px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  .home .mainContent .laundry-area .reccomend-block {
    margin-top: 100px;
  }
  .home .mainContent .laundry-area .reccomend-block .subject-container {
    text-align: center;
  }
  .home .mainContent .laundry-area .reccomend-block .subject-container .topic {
    font-size: 33px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.125em;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list {
    width: 800px;
    margin: 45px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 60px;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li {
    text-align: center;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li .image {
    width: 245px;
    height: 245px;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li .text {
    display: inline-block;
    position: relative;
    padding-top: 40px;
    text-align: center;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li .text:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -6px;
    z-index: auto;
    width: 100%;
    height: 1px;
    background-color: #2C4160;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li:nth-child(1) .image {
    background: url("../img/home/laundry_img_03.png") no-repeat center center;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li:nth-child(2) .image {
    background: url("../img/home/laundry_img_05.png") no-repeat center center;
  }
  .home .mainContent .feature-area {
    margin-top: 155px;
  }
  .home .mainContent .feature-area .heading-block {
    text-align: center;
  }
  .home .mainContent .feature-area .heading-block .title {
    font-size: 44px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.09em;
  }
  .home .mainContent .feature-area .heading-block .description {
    font-size: 24px;
    font-weight: 300;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.02em;
    margin-top: 27px;
  }
  .home .mainContent .feature-area .point1-sec {
    margin-top: 50px;
  }
  .home .mainContent .feature-area .point1-sec .subject-block {
    position: relative;
    height: 560px;
  }
  .home .mainContent .feature-area .point1-sec .subject-block .image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 560px;
    background: url("../img/home/feature_point1_img_01.jpg") no-repeat center center;
    background-size: cover;
  }
  .home .mainContent .feature-area .point1-sec .subject-block .point {
    position: absolute;
    left: 50%;
    bottom: -100px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 294px;
    height: 164px;
    background-image: url("../img/home/feature_point1_title.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point1-sec .subject-block .point a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block {
    margin-top: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 39%;
    padding-top: 90px;
    text-align: center;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text .num {
    font-size: 70px;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text .topic {
    font-size: 23px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-top: 45px;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text .topicEn {
    font-size: 18px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 22px;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text .description {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 15px;
    line-height: 1.8;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 61%;
    height: 475px;
    outline: 1px solid #2C4160;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .image .fig {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: auto;
    -webkit-transform: translate(-144px, -160px);
            transform: translate(-144px, -160px);
    width: 340px;
    height: 316px;
    background-image: url("../img/home/feature_point1_fig_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .image .fig a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .secret-block {
    margin: 100px auto 0;
    padding-bottom: 35px;
    width: 670px;
    border-bottom: 1px solid #2C4160;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .subject-container {
    text-align: center;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .subject-container .topic {
    padding: 8px 0;
    border-top: 1px solid #2C4160;
    border-bottom: 1px solid #2C4160;
    font-size: 18px;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .subject-container .sub {
    display: inline-block;
    background-color: #F7F3E8;
    margin-top: 20px;
    padding: 5px 15px;
    font-size: 17px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.14em;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list {
    position: relative;
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list:before {
    content: "";
    position: absolute;
    left: 323px;
    top: 57px;
    z-index: auto;
    width: 20px;
    height: 24px;
    background-image: url("../img/icon/arrow_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li {
    width: 335px;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li .text {
    margin-top: 25px;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.6;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(1) {
    padding-left: 20px;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(2) {
    padding-right: 42px;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(1) .image {
    width: 165px;
    height: 145px;
    background-image: url("../img/home/feature_point1_fig_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    margin-left: 75px;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(1) .image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(2) .image {
    width: 165px;
    height: 145px;
    background-image: url("../img/home/feature_point1_fig_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    margin-left: 60px;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(2) .image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block {
    margin-top: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text {
    width: 39%;
    padding-top: 98px;
    text-align: center;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text .num {
    font-size: 70px;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text .topic {
    font-size: 23px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-top: 45px;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text .topicEn {
    font-size: 18px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 20px;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text .description {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 15px;
    line-height: 1.8;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .image {
    position: relative;
    width: 61%;
    height: 475px;
    outline: 1px solid #2C4160;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .image .fig {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: auto;
    -webkit-transform: translate(-130px, -165px);
            transform: translate(-130px, -165px);
    width: 229.32px;
    height: 326.43px;
    background-image: url("../img/home/feature_point1_fig_04.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .image .fig a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point2-sec {
    margin-top: 245px;
  }
  .home .mainContent .feature-area .point2-sec .subject-block {
    position: relative;
    width: 100%;
    height: 740px;
  }
  .home .mainContent .feature-area .point2-sec .subject-block .image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 560px;
    background: url("../img/home/feature_point2_img_01.jpg") no-repeat center center;
    background-size: cover;
  }
  .home .mainContent .feature-area .point2-sec .subject-block .point {
    position: absolute;
    left: 50%;
    top: 495px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 324px;
    height: 163px;
    background-image: url("../img/home/feature_point2_title.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point2-sec .subject-block .point a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point2-sec .subject-block .description {
    padding-top: 690px;
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
    line-height: 1.8;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 39%;
    padding: 185px 0 0 0px;
    text-align: center;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .text .topicEn {
    font-size: 24px;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.19em;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .text .description {
    font-size: 15px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin-top: 18px;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .image {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: relative;
    width: 61%;
    height: 470px;
    outline: 1px solid #2C4160;
    overflow: hidden;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .image .fig {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: auto;
    -webkit-transform: translate(-220px, -185px);
            transform: translate(-220px, -185px);
    width: 409px;
    height: 595px;
    background-image: url("../img/home/feature_point2_fig_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .image .fig a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point2-sec .secret-block {
    margin-top: 100px;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .subject-container {
    text-align: center;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .subject-container .title {
    font-size: 29px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.25em;
    line-height: 1.7;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container {
    position: relative;
    width: 800px;
    margin: 70px auto 0;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container .image {
    margin: 0 auto;
    width: 520px;
    height: 365px;
    background-image: url("../img/home/feature_point2_fig_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container .image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container .memo {
    position: absolute;
    right: 130px;
    bottom: 95px;
    z-index: auto;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container .caption {
    margin-top: 60px;
    font-size: 24px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home .mainContent .feature-area .matome-sec {
    margin-top: 125px;
    padding: 36px 0;
    background-color: #F7F3E8;
  }
  .home .mainContent .feature-area .matome-sec .inner {
    position: relative;
    padding: 40px 0;
    font-size: 32px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
  }
  .home .mainContent .feature-area .matome-sec .inner:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    content: "";
    width: 100%;
    height: 2px;
    background: url("../img/icon/line_01.png") repeat-x center top;
  }
  .home .mainContent .feature-area .matome-sec .inner:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    content: "";
    width: 100%;
    height: 2px;
    background: url("../img/icon/line_01.png") repeat-x center top;
  }
  .home .mainContent .product-area {
    width: 1000px;
    margin: 140px auto 0;
  }
  .home .mainContent .product-area .heading-block {
    text-align: center;
  }
  .home .mainContent .product-area .heading-block .title {
    font-size: 45px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .product-area .product-block {
    width: 800px;
    margin: 45px auto 0;
  }
  .home .mainContent .product-area .product-block .product-list > li {
    margin-top: 105px;
  }
  .home .mainContent .product-area .product-block .product-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .product-area .product-block .product-list > li .subject-container {
    text-align: center;
  }
  .home .mainContent .product-area .product-block .product-list > li .subject-container .productName {
    font-size: 31px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
  .home .mainContent .product-area .product-block .product-list > li .subject-container .color {
    margin-top: 20px;
    font-size: 25px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container {
    margin-top: 25px;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .mainImage {
    position: relative;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .mainImage .image {
    text-align: center;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .mainImage .badge {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: auto;
    width: 109px;
    height: 104px;
    background-image: url("../img/icon/ico_coinlaundry.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .mainImage .badge a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec {
    margin-top: 48px;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table {
    width: 100%;
    background-color: #95A0AF;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table td {
    padding: 12px 0px;
    line-height: 1.5;
    background-color: #fff;
    vertical-align: middle;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    text-align: center;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table td.material {
    width: 315px;
    padding-left: 30px;
    text-align: left;
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.07em;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table td.size {
    width: 165px;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table td.price {
    width: 170px;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .notes {
    margin-top: 12px;
    line-height: 1.8;
    font-size: 12px;
  }
  .home .mainContent .laundryPoint-area {
    margin: 100px auto 0;
    width: 1000px;
    padding: 30px;
    background-color: #F7F3E8;
  }
  .home .mainContent .laundryPoint-area > .inner {
    position: relative;
    padding: 55px 0;
    background: url("../img/icon/line_02.png") repeat-y center top;
  }
  .home .mainContent .laundryPoint-area > .inner:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    content: "";
    width: 100%;
    height: 2px;
    background: url("../img/icon/line_01.png") repeat-x center top;
  }
  .home .mainContent .laundryPoint-area > .inner:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    content: "";
    width: 100%;
    height: 2px;
    background: url("../img/icon/line_01.png") repeat-x center top;
  }
  .home .mainContent .laundryPoint-area > .inner .subject-container .title {
    margin: 0 auto;
    width: 541px;
    height: 103px;
    background-image: url("../img/home/laundryPoint_title.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .laundryPoint-area > .inner .subject-container .title a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list {
    margin-top: 40px;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list > li {
    margin-top: 43px;
    text-align: center;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list > li p {
    font-size: 24px;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
    line-height: 1.6;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list > li p strong {
    font-size: 25px;
    font-weight: 700;
  }
  .home .mainContent .bottomImage-area {
    margin-top: 105px;
  }
  .home .mainContent .bottomImage-area .image {
    width: 100%;
    height: 560px;
    background: url("../img/home/bottom_img_01_pc.jpg") no-repeat center center / cover;
  }
}
@media screen and (max-width: 767px) {
  /************************************************************************
*
* ■ layout(SP)
*
************************************************************************/
  #footer {
    position: relative;
    padding-top: 9.33333vw;
    background-color: #fff;
  }
  #footer .pagetop-container {
    position: absolute;
    right: 7.2vw;
    bottom: 9.6vw;
    z-index: auto;
  }
  #footer .pagetop-container .btn {
    display: block;
    width: 5.2vw;
    height: 8.933vw;
    background-image: url("../img/nav/arrow_pagetop.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #footer .pagetop-container .btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .logo-list > li.laundrier .logo {
    height: 16.53333vw;
    background-image: url("../img/nav/footer_logo_laundrier.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #footer .logo-list > li.laundrier .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .logo-list > li.nishikawa .logo {
    height: 10.4vw;
    margin-top: 11.73333vw;
    background-image: url("../img/nav/footer_logo_nishikawa.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  #footer .logo-list > li.nishikawa .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  #footer .copyright {
    margin-top: 9.33333vw;
    padding: 1.6vw 0;
    border-top: 0.5px solid #2C4160;
    font-size: 2.4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    text-align: center;
  }
  /************************************************************************
*
* ■ home(SP)
*
************************************************************************/
  .home .mainContent .pageSummary {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
  }
  .home .mainContent .kv-area {
    position: relative;
    width: 100%;
    height: 100vh;
  }
  .home .mainContent .about-area {
    margin-top: 11.46667vw;
  }
  .home .mainContent .about-area .heading-block {
    text-align: center;
  }
  .home .mainContent .about-area .heading-block .title {
    font-family: 'Noto Serif JP';
    font-weight: 500;
    font-size: 3.2vw;
    color: inherit;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.18em;
  }
  .home .mainContent .about-area .document-block {
    margin: 2.66667vw auto 0;
    width: 67.2vw;
  }
  .home .mainContent .about-area .document-block .intro-container .text {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.04em;
    line-height: 2.4;
  }
  .home .mainContent .about-area .document-block .intro-container .image {
    position: relative;
    width: 88%;
    margin: 5.33333vw 0 0 5.33333vw;
  }
  .home .mainContent .about-area .document-block .intro-container .image:before {
    content: "";
    position: absolute;
    left: -0.8vw;
    bottom: 1.06667vw;
    z-index: auto;
    width: 20.48vw;
    height: 4.16vw;
    background-image: url("../img/icon/ico_gooddesign.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .about-area .document-block .intro-container .image:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .about-area .document-block .logo-container {
    margin-top: 7.46667vw;
  }
  .home .mainContent .about-area .document-block .logo-container .logo {
    margin: 0 auto;
    width: 54.8vw;
    height: 23.733vw;
    background-image: url("../img/home/about_logo_laundrier.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .about-area .document-block .logo-container .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .problem-area {
    margin-top: 10.93333vw;
    background-color: #F7F3E8;
  }
  .home .mainContent .problem-area .problem-block {
    padding: 6.13333vw 0 8vw;
  }
  .home .mainContent .problem-area .problem-block .subject-container {
    text-align: center;
  }
  .home .mainContent .problem-area .problem-block .subject-container .title {
    font-size: 4vw;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
  .home .mainContent .problem-area .problem-block .problem-list {
    margin-top: 8vw;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li {
    margin: 4vw auto 0;
    width: 69.33333vw;
    height: 11.46667vw;
    padding-top: 2.66667vw;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li > p {
    font-size: 3.46667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li:nth-child(odd) {
    background: url("../img/home/problem_fukidashi_01_sp.svg") no-repeat center top;
    background-size: 69.33333vw 11.46667vw;
  }
  .home .mainContent .problem-area .problem-block .problem-list > li:nth-child(even) {
    background: url("../img/home/problem_fukidashi_02_sp.svg") no-repeat center top;
    background-size: 69.33333vw 11.46667vw;
  }
  .home .mainContent .problem-area .problem-block .notes {
    margin-top: 6.66667vw;
    text-align: center;
    font-size: 2.66667vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
  }
  .home .mainContent .problem-area .message-block {
    padding: 6.66667vw 0;
    background: url("../img/icon/line_01.png") repeat-x center top;
    background-size: 12.5px 1px;
    text-align: center;
  }
  .home .mainContent .problem-area .message-block .text {
    line-height: 1.9;
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .movie-area {
    margin-top: 12vw;
    padding-bottom: 13.33333vw;
  }
  .home .mainContent .movie-area .heading-block {
    text-align: center;
  }
  .home .mainContent .movie-area .heading-block .title {
    font-size: 5.6vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .movie-area .heading-block .description {
    margin-top: 4.53333vw;
    font-size: 2.66667vw;
    font-weight: 300;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.47;
  }
  .home .mainContent .movie-area .document-block {
    margin-top: 4vw;
  }
  .home .mainContent .movie-area .document-block .movie1-container {
    position: relative;
    width: 84.53333vw;
    height: 46.66667vw;
    margin: 0 auto;
  }
  .home .mainContent .movie-area .document-block .movie1-container .open-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 8.933vw;
    height: 8.933vw;
    background-image: url("../img/icon/movie_arrow_01_sp.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    cursor: pointer;
  }
  .home .mainContent .movie-area .document-block .movie1-container .open-btn a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .movie-area .document-block .movie1-container .image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url("../img/home/movie_img_01.jpg") no-repeat center center / cover;
  }
  .home .mainContent .laundry-area {
    padding: 12.8vw 0 13.33333vw;
    background-color: #F7F3E8;
  }
  .home .mainContent .laundry-area .heading-block {
    text-align: center;
  }
  .home .mainContent .laundry-area .heading-block .title {
    font-size: 4.26667vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.03em;
  }
  .home .mainContent .laundry-area .heading-block .description {
    font-size: 2.66667vw;
    font-weight: 300;
    margin-top: 3.2vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .laundry-area .use-block {
    margin-top: 6.4vw;
  }
  .home .mainContent .laundry-area .use-block .image1-container .image {
    width: 100%;
    height: 40vw;
    background: url("../img/home/laundry_img_01_sp.jpg") no-repeat center center / cover;
  }
  .home .mainContent .laundry-area .use-block .image2-container {
    margin-top: 6.66667vw;
  }
  .home .mainContent .laundry-area .use-block .image2-container .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home .mainContent .laundry-area .use-block .image2-container .wrapper .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 6.4vw auto 0;
    width: 69.33333vw;
    height: 44.53333vw;
    background: url("../img/home/laundry_img_02.jpg") no-repeat center center / cover;
  }
  .home .mainContent .laundry-area .use-block .image2-container .wrapper .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    font-size: 2.66667vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: center;
  }
  .home .mainContent .laundry-area .reccomend-block {
    margin-top: 13.33333vw;
  }
  .home .mainContent .laundry-area .reccomend-block .subject-container {
    text-align: center;
  }
  .home .mainContent .laundry-area .reccomend-block .subject-container .topic {
    font-size: 4vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.125em;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list {
    width: 85.33333vw;
    margin: 6.66667vw auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 9.33333vw;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li {
    text-align: center;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li .image {
    width: 24vw;
    height: 24vw;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li .text {
    display: inline-block;
    position: relative;
    padding-top: 2.13333vw;
    text-align: center;
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    line-height: 1.5;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li .text:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -0.53333vw;
    z-index: auto;
    width: 100%;
    height: 0.5px;
    background-color: #2C4160;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li:nth-child(1) .image {
    background: url("../img/home/laundry_img_03.png") no-repeat center center / cover;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li:nth-child(2) .image {
    background: url("../img/home/laundry_img_05.png") no-repeat center center / cover;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li:nth-child(1) .text:before {
    content: "";
    position: absolute;
    left: 1.33333vw;
    bottom: 4vw;
    z-index: auto;
    width: 12vw;
    height: 0.4px;
    background-color: #2C4160;
  }
  .home .mainContent .laundry-area .reccomend-block .item-list > li:nth-child(2) .text {
    padding-top: 3.73333vw;
  }
  .home .mainContent .feature-area {
    margin-top: 16.53333vw;
  }
  .home .mainContent .feature-area .heading-block {
    text-align: center;
  }
  .home .mainContent .feature-area .heading-block .title {
    font-size: 5.33333vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .feature-area .heading-block .description {
    font-size: 2.93333vw;
    font-weight: 300;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.05em;
    margin-top: 2.4vw;
  }
  .home .mainContent .feature-area .point1-sec {
    margin-top: 6.66667vw;
  }
  .home .mainContent .feature-area .point1-sec .subject-block {
    position: relative;
    height: 60vw;
  }
  .home .mainContent .feature-area .point1-sec .subject-block .image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 47.2vw;
    background: url("../img/home/feature_point1_img_01.jpg") no-repeat center center / cover;
  }
  .home .mainContent .feature-area .point1-sec .subject-block .point {
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 39.2vw;
    height: 21.867vw;
    background-image: url("../img/home/feature_point1_title.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point1-sec .subject-block .point a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block {
    margin-top: 5.86667vw;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text {
    text-align: center;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text .num {
    font-size: 9.33333vw;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text .topic {
    font-size: 2.93333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 3.2vw;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text .topicEn {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 2.66667vw;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .text .description {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    margin-top: 2.13333vw;
    line-height: 1.5;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .image {
    position: relative;
    margin: 6.66667vw auto 0;
    width: 69.6vw;
    height: 48vw;
    border: 0.5px solid #2C4160;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .image .fig {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: auto;
    -webkit-transform: translate(calc(-50% + 4vw), -50%);
            transform: translate(calc(-50% + 4vw), -50%);
    width: 39.893vw;
    height: 37.077vw;
    background-image: url("../img/home/feature_point1_fig_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point1-sec .topic1-block .image .fig a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .secret-block {
    margin: 8vw auto 0;
    padding-bottom: 6.66667vw;
    width: 69.86667vw;
    border-bottom: 0.5px solid #2C4160;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .subject-container {
    text-align: center;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .subject-container .topic {
    padding: 1.06667vw 0;
    border-top: 0.5px solid #2C4160;
    border-bottom: 0.5px solid #2C4160;
    font-size: 2.66667vw;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.17em;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .subject-container .sub {
    display: inline-block;
    background-color: #F7F3E8;
    margin-top: 1.86667vw;
    padding: 1.33333vw 2.66667vw;
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list {
    position: relative;
    margin-top: 5.86667vw;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list:before {
    content: "";
    position: absolute;
    left: 14.66667vw;
    top: 22.66667vw;
    z-index: auto;
    width: 2.667vw;
    height: 3.2vw;
    background-image: url("../img/icon/arrow_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list:before a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 9.86667vw;
    margin-left: 4.8vw;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li .text {
    width: 40vw;
    padding: 0px 0px 0 8vw;
    font-size: 2.93333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(1) .image {
    width: 22vw;
    height: 19.333vw;
    background-image: url("../img/home/feature_point1_fig_02.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(1) .image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(2) .image {
    width: 22vw;
    height: 19.333vw;
    background-image: url("../img/home/feature_point1_fig_03.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point1-sec .secret-block .point-list > li:nth-child(2) .image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block {
    margin-top: 14.66667vw;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text {
    text-align: center;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text .num {
    font-size: 9.33333vw;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text .topic {
    font-size: 2.93333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 3.2vw;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text .topicEn {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    margin-top: 2.66667vw;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .text .description {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    margin-top: 2.13333vw;
    line-height: 1.5;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .image {
    position: relative;
    margin: 6.66667vw auto 0;
    width: 69.6vw;
    height: 48vw;
    border: 0.5px solid #2C4160;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .image .fig {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 26.133vw;
    height: 37.2vw;
    background-image: url("../img/home/feature_point1_fig_04.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point1-sec .topic2-block .image .fig a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point2-sec {
    margin-top: 16vw;
  }
  .home .mainContent .feature-area .point2-sec .subject-block {
    position: relative;
    width: 100%;
    height: 78.66667vw;
  }
  .home .mainContent .feature-area .point2-sec .subject-block .image {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 46.66667vw;
    background: url("../img/home/feature_point2_img_01.jpg") no-repeat center center;
    background-size: 100vw 46.66667vw;
  }
  .home .mainContent .feature-area .point2-sec .subject-block .point {
    position: absolute;
    left: 50%;
    top: 37.33333vw;
    z-index: 2;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 43.2vw;
    height: 21.733vw;
    background-image: url("../img/home/feature_point2_title.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point2-sec .subject-block .point a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point2-sec .subject-block .description {
    padding-top: 66.13333vw;
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.55;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block {
    margin-top: 5.86667vw;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .text {
    text-align: center;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .text .topicEn {
    font-size: 3.46667vw;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .text .description {
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 1.86667vw;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .image {
    position: relative;
    margin: 6.66667vw auto 0;
    width: 69.6vw;
    height: 48vw;
    border: 0.5px solid #2C4160;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .image .fig {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: auto;
    -webkit-transform: translate(calc(-50% - 1.333vw), calc(-50% + 8.9vw));
            transform: translate(calc(-50% - 1.333vw), calc(-50% + 8.9vw));
    width: 49.08vw;
    height: 71.4vw;
    background-image: url("../img/home/feature_point2_fig_01.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point2-sec .topic1-block .image .fig a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point2-sec .secret-block {
    margin-top: 8vw;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .subject-container {
    text-align: center;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .subject-container .title {
    font-size: 3.2vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.25em;
    line-height: 1.7;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container {
    position: relative;
    margin: 7.46667vw auto 0;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container .image {
    margin: 0 auto;
    width: 63.787vw;
    height: 44.773vw;
    background-image: url("../img/home/feature_point2_fig_02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container .image a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container .memo {
    position: absolute;
    right: 9.33333vw;
    bottom: 16vw;
    z-index: auto;
    font-size: 2.66667vw;
  }
  .home .mainContent .feature-area .point2-sec .secret-block .image-container .caption {
    margin-top: 4.53333vw;
    font-size: 2.93333vw;
    line-height: 1.7;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
    text-align: center;
  }
  .home .mainContent .feature-area .matome-sec {
    margin-top: 11.2vw;
    padding: 4vw 0;
    background-color: #F7F3E8;
  }
  .home .mainContent .feature-area .matome-sec .inner {
    position: relative;
    padding: 5.86667vw 0;
    font-size: 4vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.08em;
    line-height: 1.7;
    text-align: center;
  }
  .home .mainContent .feature-area .matome-sec .inner:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    content: "";
    width: 100%;
    height: 1px;
    background: url("../img/icon/line_01.png") repeat-x center top;
    background-size: 12.5px 1px;
  }
  .home .mainContent .feature-area .matome-sec .inner:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    content: "";
    width: 100%;
    height: 1px;
    background: url("../img/icon/line_01.png") repeat-x center top;
    background-size: 12.5px 1px;
  }
  .home .mainContent .product-area {
    margin-top: 11.2vw;
  }
  .home .mainContent .product-area .heading-block {
    text-align: center;
  }
  .home .mainContent .product-area .heading-block .title {
    font-size: 4vw;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .product-area .product-block {
    margin: 4vw 8vw 0;
  }
  .home .mainContent .product-area .product-block .product-list > li {
    margin-top: 13.33333vw;
  }
  .home .mainContent .product-area .product-block .product-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .product-area .product-block .product-list > li .subject-container {
    text-align: center;
  }
  .home .mainContent .product-area .product-block .product-list > li .subject-container .productName {
    font-size: 2.93333vw;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.2em;
  }
  .home .mainContent .product-area .product-block .product-list > li .subject-container .color {
    margin-top: 1.6vw;
    font-size: 2.93333vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container {
    margin-top: 4vw;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .mainImage {
    position: relative;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .mainImage .image {
    text-align: center;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .mainImage .badge {
    position: absolute;
    left: 2.4vw;
    bottom: 2.4vw;
    z-index: auto;
    width: 11.045vw;
    height: 10.539vw;
    background-image: url("../img/icon/ico_coinlaundry.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .mainImage .badge a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec {
    margin-top: 4vw;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table {
    width: 100%;
    background-color: #95A0AF;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table td {
    display: inline-block;
    background-color: #fff;
    line-height: 1.35;
    text-align: center;
    font-size: 2.66667vw;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.1em;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table td.material {
    width: 100%;
    text-align: left;
    padding: 1.6vw 0 1.6vw 14.66667vw;
    border-bottom: 1px solid #95A0AF;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table td.size {
    width: 50%;
    height: 25px;
    padding-top: 1.33333vw;
    border-right: 1px solid #95A0AF;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .spec .table td.price {
    width: 50%;
    height: 25px;
    padding-top: 1.33333vw;
  }
  .home .mainContent .product-area .product-block .product-list > li .info-container .notes {
    margin-top: 1.6vw;
    line-height: 1.3;
    font-size: 2.66667vw;
  }
  .home .mainContent .laundryPoint-area {
    margin: 13.33333vw auto 0;
    width: 84.8vw;
    padding: 2.66667vw;
    background-color: #F7F3E8;
  }
  .home .mainContent .laundryPoint-area > .inner {
    position: relative;
    padding: 9.33333vw 0 7.2vw;
    background: url("../img/icon/line_03.png") repeat-y center top;
    background-size: 79.46667vw 2.13333vw;
  }
  .home .mainContent .laundryPoint-area > .inner:before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: auto;
    content: "";
    width: 100%;
    height: 1px;
    background: url("../img/icon/line_01.png") repeat-x center top;
    background-size: 12.5px 1px;
  }
  .home .mainContent .laundryPoint-area > .inner:after {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    content: "";
    width: 100%;
    height: 1px;
    background: url("../img/icon/line_01.png") repeat-x center top;
    background-size: 12.5px 1px;
  }
  .home .mainContent .laundryPoint-area > .inner .subject-container .title {
    margin: 0 auto;
    width: 54.821vw;
    height: 10.437vw;
    background-image: url("../img/home/laundryPoint_title.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
  }
  .home .mainContent .laundryPoint-area > .inner .subject-container .title a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list {
    margin-top: 5.33333vw;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list > li {
    margin-top: 3.73333vw;
    text-align: center;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list > li:first-of-type {
    margin-top: 0px;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list > li p {
    font-size: 2.93333vw;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
    line-height: 1.6;
  }
  .home .mainContent .laundryPoint-area > .inner .point-list > li p strong {
    font-size: 2.93333vw;
    font-weight: 700;
  }
  .home .mainContent .bottomImage-area {
    margin-top: 14.66667vw;
  }
  .home .mainContent .bottomImage-area .image {
    width: 100%;
    height: 45.33333vw;
    background: url("../img/home/bottom_img_01_sp.jpg") no-repeat center center / cover;
  }
}
