<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/** Shopify CDN: Minification failed

Line 494:69 Unexpected ")"

**/
/* mv */
.inner-banner {
  width: 100%;
}
.inner-banner figure {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 350px;
}
.inner-banner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-banner.specification-main-banner picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media only screen and (max-width: 767px) {
  .inner-banner figure {
    height: 250px;
  }
  .inner-banner figure img.desktop {
    display: none;
  }
  .inner-banner figure img.mobile {
    display: block;
  }
}
/* how-to-use */
.how-to-use {
  padding: 120px 0 0;
  background: #f7f7f7;
}
.how-to-use .col {
  max-width: 740px;
  margin: 0 auto;
}
.how-to-use .col .how-to-use-description .c-text1 p {
  text-align: center;
  font-size: 1.8rem;
}
.how-to-use .col-2 {
  margin: 60px 60px 0px;
}
.how-to-use .col h3 {
  font-weight: 500;
  line-height: 1.0625 !important;
  text-align: center;
  margin-bottom: 40px;
  font-family: "azo-sans-web",sans-serif;
  font-size: 40px;
}
.how-to-use .col table {
  border-spacing: unset;
}
.how-to-use .col table tr td {
  border-top: 1px solid #D9D9D9;
}
.how-to-use .col table tr:last-of-type td {
  border-bottom: 1px solid #D9D9D9;
}
.how-to-use .col table tr td:first-of-type {
  width: 245px;
  font-size: 16px;
  color: #999999;
  padding: 20px 0;
  vertical-align: top;
}
.how-to-use .col table tr td:last-of-type {
  width: calc(100% - 245px);
  font-size: 16px;
  color: #4D4D4D;
  padding: 20px 0;
  font-family: "Helvetica Neue", "Helvetica", "Open Sans", sans-serif;
  font-weight: 500;
}
.how-to-use .col table tr td:last-of-type p:first-of-type {
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 15px;
}
.how-to-use-steps ul {
  display: flex;
  width: 940px;
  margin: 0px auto;
}
.how-to-use.custom-how-to-use .col-2 .how-to-use-steps ul li {
  width: 20vw;
}
.how-to-use.custom-how-to-use .col-2 .how-to-use-steps ul li p {
  font-size: 1.2rem;
}
.how-to-use.custom-how-to-use .col-2 .how-to-use-steps ul li .p-center-mode-slider__info {
  border-right: 1px solid #D9D9D9;
}
.how-to-use.custom-how-to-use .col-2 .how-to-use-steps ul li:last-child .p-center-mode-slider__info {
  border-right: none;
}
.how-to-use.custom-how-to-use .col-2 .how-to-use-steps .p-center-mode-slider__category + .c-heading6 {
  margin-top: 14px;
  margin-bottom: 14px;
}
@media only screen and (max-width: 992px) {
  .custom-how-to-use .how-to-use-steps ul {
    width: 100%;
  }
  .custom-how-to-use .how-to-use-steps ul li p {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .how-to-use .col .how-to-sp {
    display: none;
  }
  .how-to-use .col .how-to-use-description .c-text1 p {
    font-size: 15px;
  }
  .how-to-use .col .how-to-use-description .c-text1 br {
    display: none;
  }
  .how-to-use .how-to-use-steps h3.c-heading6 {
    font-size: 15px;
  }
  .how-to-use {
    padding: 60px 0;
  }
  .how-to-use .col h3 {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .how-to-use .col {
    max-width: 100%;
    margin: 0 20px;
  }
  .how-to-use .col table tr {
    display: flex;
    flex-wrap: wrap;
  }
  .how-to-use .col table tr td:first-of-type,
  .how-to-use .col table tr td:last-of-type {
    width: 100%;
  }
  .how-to-use .col table tr td:last-of-type {
    border-top: none;
    padding-top: 0;
    padding-left: 20px;
  }
  .how-to-use .col table tr td:first-of-type {
    padding-bottom: 15px;
  }
  .how-to-use .col table tr:last-of-type td {
    border-bottom: none;
  }
  .how-to-use .col table tr:last-of-type td:last-of-type {
    border-bottom: 1px solid #D9D9D9;
  }
  .how-to-use.custom-how-to-use .col h3 {
    font-size: 26px;
  }
  .how-to-use.custom-how-to-use .col p {
    text-align: center;
    font-size: 15px;
  }
  .how-to-use.custom-how-to-use .col-2 {
    margin: 50px 0 0 0;
  }
  .how-to-use.custom-how-to-use .col-2 .how-to-use-steps {
    overflow-x: scroll;
  }
  .how-to-use.custom-how-to-use .col-2 .how-to-use-steps ul {
    width: 650px;
    padding-bottom: 10px;
  }
  .how-to-use.custom-how-to-use .col-2 .how-to-use-steps ul li {
    width: 30%;
  }
  .how-to-use.custom-how-to-use .col-2 .how-to-use-steps ul li h3 {
    font-weight: 400;
    margin-top: 10px;
  }
  .how-to-use.custom-how-to-use {
    padding-bottom: 0;
  }
  .c-heading6 {
    font-size: 2.5rem;
    font-weight: 600;
  }
}
@media only screen and (max-width:580px) {
  .how-to-use.custom-how-to-use .col-2 .how-to-use-steps ul li p {
    font-size: 11px;
  }
}
/* single_step_section */
.single_step_section.odd_step_section {
  background: #f7f7f7;
}
.single_step_section.even_step_section {
  background: #ffffff;
}
.single_step_section .step_description_wrapper {
  width: 1140px;
  text-align: center;
  margin: 0px auto;
}
.single_step_section .step_description_wrapper .step_description .step_info {
  max-width: 540px;
  margin: 0px auto;
}
.single_step_section .step_description_wrapper .step_description .step_info .c-heading3 {
  padding: 15px 0px;
  font-size: 50px;
}
.single_step_section .step_description_wrapper .step_description .step_info .p-center-mode-slider__category {
  font-size: 16px;
  padding: 10px 0px;
}
.single_step_section .step_description_wrapper .step_description .step_images {
  display: flex;
  margin: 90px 0px;
}
.single_step_section .step_description_wrapper .step_description .step_images figure {
  margin: 0px auto;
}
.step_faq.p-stories__content {
  margin-top: 60px;
  padding: 0;
}
.single_step_section .step_description_wrapper.p-stories .c-heading4a {
  font-weight: 400;
  opacity: 1;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  margin-right: 15px;
}
.single_step_section .step_description_wrapper.p-stories .c-heading4a:before {
  display: none;
}
.step_faq.p-stories__content .p-stories__items .p-stories__texts {
  display: none;
  border-left: none;
  padding: 0px 36px;
  margin-top: 20px;
}
.step_faq.p-stories__content .p-stories__items .p-stories__text {
  text-align: left;
  font-size: 16px;
}
.step_faq.p-stories__content .p-stories__items {
  margin: 0px;
  padding: 0px;
  width: 100%;
  flex: none;
}
.step_faq.p-stories__content .p-stories__item {
  padding: 20px 0px;
  border-top: 2px solid #99999921;
}
.step_faq.p-stories__content .p-stories__item:last-child {
  border-bottom: 2px solid #99999921;
}
.step_faq.p-stories__content .p-stories__item + .p-stories__item {
  margin-top: 0;
}
.single_step_section .p-stories__info {
  margin-top: 0;
}
.custom-faq-wrapper .p-stories__items .c-heading4a:after {
  width: 17px !important;
  height: 1px;
  left: auto;
  right: 0px;
  background-color: #333333;
}
.custom-faq-wrapper .p-stories__items .c-heading4a:before {
  content: "";
  display: block !important;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 1px;
  height: 17px;
  opacity: 1;
  visibility: visible;
  background-color: #333333;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-property: width;
  transition-property: width;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-50%);
}
.custom-faq-wrapper .p-stories__items .c-heading4a.is-active:before {
  opacity: 0;
  visibility: hidden;
}
.step_images &gt; .place1 {
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .single_step_section .step_description_wrapper {
    width: 90%;
    margin: 0px auto;
    padding: 80px 0;
  }
}
@media only screen and (max-width: 992px) {
  .single_step_section .step_description_wrapper .step_info p {
    text-align: center;
  }
  .single_step_section .custom-faq-wrapper .p-stories__item h3 {
    font-size: 17px !important;
  }
  .custom-faq-wrapper .p-stories__items .c-heading4a::after {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) {
  .single_step_section .step_description_wrapper {
    width: 95%;
    margin: 0px auto;
    padding: 60px 0;
    width: 90%;
  }
  .single_step_section .step_description_wrapper .step_info p {
    font-size: 15px !important;
    padding-bottom: 0 !important;
  }
  .single_step_section .step_description_wrapper .step_info h2 {
    font-size: 30px;
  }
  .single_step_section .step_description_wrapper .step_images {
    margin: 35px 0 !important;
    flex-wrap: wrap;
  }
  .single_step_section.custom-step-first .step_description_wrapper .step_images figure:last-of-type {
    margin-top: 45px;
  }
  .single_step_section .step_description_wrapper .step_description .step_info .c-heading3 {
    font-size: 30px;
  }
  .single_step_section .step_description_wrapper.p-stories .c-heading4a {
    margin-right: 5px;
  }
  .step_faq.p-stories__content .p-stories__items .p-stories__texts .p-stories__text .p-stories__texts {
    padding: 0px;
  }
  .step_faq.p-stories__content .p-stories__items .p-stories__texts .p-stories__text p {
    height: fit-content;
    display: block;
  }
  .step_images &gt; .place1 {
    margin: 0;
    padding: 0;
    padding-bottom: 200px;
  }
  .place1 &gt; img {
    position: fixed;
    margin-left: -50px;
  }
  .place1 &gt; figcaption {
    position: fixed;
    padding-top: 150px;
    padding-left: 18%;
  }
  .step_images &gt; .place2 {
    margin: 0;
    padding: 0;
  }
  .p-stories__text &gt; .place {
    padding: 0 !important;
  }
  .custom-faq-sections .custom-faq-wrapper {
    margin-top: 0px;
  }
}
@media only screen and (max-width:580px) {
  .single_step_section .step_description_wrapper .step_description .step_info .c-heading3 {
    font-size: 30px;
  }
  .single_step_section .step_description_wrapper .step_info p {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
/* accordion-table(step2) */
.accordion-table .p-stories__item figure {
  margin: 0 0 30px 0;
  padding: 0;
  text-align: left;
}
.accordion-table .p-stories__item table {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-spacing: 0;
}
.accordion-table .p-stories__item table td {
  border-bottom: 1px solid #D9D9D9;
  font-size: 16px;
  border-right: 1px solid #D9D9D9;
  padding: 7px 15px;
  text-align: left;
}
.accordion-table .p-stories__item table td:last-of-type {
  border-right: none;
}
.accordion-table .p-stories__item table tr:last-of-type td {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .accordion-table .p-stories__item table td {
    font-size: 12px;
    padding: 7px;
  }
}
/* tab-wrapper(step3) */
.tab-wrapper .tab-head {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #D9D9D9;
  margin-top: 100px;
}
.tab-wrapper .tab-head li {
  width: auto;
  text-align: left;
  position: relative;
}
.tab-wrapper .tab-head li a {
  color: #333333;
  font-size: 20px;
  line-height: 1.0625 !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: "azo-sans-web",sans-serif;
}
.tab-wrapper .tab-head li a img {
  margin-right: 8px;
}
.tab-wrapper .tab-head li:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 2px;
  width: 100%;
  background-color: #333333;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.tab-wrapper .tab-head li.active:before {
  opacity: 1;
  visibility: visible;
}
.tab-inner-wrapper {
  padding: 85px 0 25px;
}
.tab-inner-wrapper .tab-inner {
  display: none;
}
.tab-inner-wrapper .tab-inner &gt; div {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.tab-inner-wrapper .tab-inner.active {
  display: block;
}
.tab-inner-wrapper .tab-inner .content {
  width: 50%;
  text-align: left;
}
.tab-inner-wrapper .tab-inner .content.second ul li {
  margin-bottom: 37px;
}
.tab-inner-wrapper .tab-inner .content.second ul li:nth-last-of-type() {
  margin-bottom: 0;
}
.tab-inner-wrapper .tab-inner .content.second p.small {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 1.33349 !important;
  font-family: "Helvetica Neue", "Helvetica", "Open Sans", sans-serif;
  font-weight: 400;
}
.tab-inner-wrapper .tab-inner .content h2 {
  color: #333333;
  font-size: 30px;
  line-height: 1.33349 !important;
  font-weight: 400;
  display: flex;
  align-items: center;
  font-family: "azo-sans-web",sans-serif;
  margin-bottom: 28px;
}
.tab-inner-wrapper .tab-inner .content h2 img {
  margin-right: 8px;
}
.tab-inner-wrapper .tab-inner .content p {
  font-size: 16px;
  line-height: 1.33349 !important;
  color: #4D4D4D;
  font-weight: 500;
  font-family: "Helvetica Neue", "Helvetica", "Open Sans", sans-serif;
}
.tab-inner-wrapper .tab-inner .content ul {
  margin-top: 55px;
  display: block;
  text-align: center;
}
.tab-inner-wrapper .tab-inner .content ul li {
  width: 32%;
  margin: 0 auto;
  display: inline-block;
  align-items: center;
  min-width: 140px;
  padding: 0 5px;
}
.tab-inner-wrapper .tab-inner .content ul li p {
  font-size: 13px;
  line-height: 1.33349 !important;
  font-weight: 600;
  text-align: center;
}
.tab-inner-wrapper .tab-inner .content ul li img {
  align-self: center;
  display: block;
  margin: 0 auto;
}
.tab-inner-wrapper .tab-inner .content ul li span {
  font-size: 13px;
  line-height: 1.33349 !important;
  font-weight: 600;
  padding-top: 15px;
  border-top: solid 1px #D9D9D9;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  max-width: 140px;
}
.tab-inner-wrapper .tab-inner figure {
  margin: 0;
  padding: 0;
  width: 520px;
}
@media only screen and (max-width: 1200px) {
  .tab-wrapper .tab-head li a {
    color: #333333;
    font-size: 18px;
    line-height: 1.33349 !important;
    font-family: "azo-sans-web",sans-serif;
    font-weight: 400;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
  }
}
@media only screen and (max-width: 992px) {
  .tab-wrapper .tab-head li a {
    font-size: 14px;
  }
  .tab-inner-wrapper .tab-inner .content h2 {
    font-size: 26px;
  }
  .tab-inner-wrapper .tab-inner .content {
    width: 420px;
  }
  .tab-inner-wrapper .tab-inner figure {
    width: 460px;
  }
  .tab-inner-wrapper .tab-inner .content p {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .tab-wrapper .tab-head {
    margin-top: 20px;
    width: 800px;
  }
  .tab-wrapper .tab-wrapper-innre {
    overflow-x: scroll;
  }
  .tab-inner-wrapper {
    padding: 40px 0 25px;
  }
  .tab-inner-wrapper .tab-inner &gt; div {
    flex-wrap: wrap;
  }
  .tab-inner-wrapper .tab-inner .content,
  .tab-inner-wrapper .tab-inner figure {
    width: 100%;
  }
  .tab-inner-wrapper .tab-inner .content {
    order: 1;
    margin-top: 30px;
  }
  .tab-inner-wrapper .tab-inner .content h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .tab-inner-wrapper .tab-inner .content p {
    padding-right: 0px;
    font-size: 14px;
  }
  .tab-inner-wrapper .tab-inner .content ul {
    margin-top: 40px;
  }
  .tab-inner-wrapper .tab-inner .content ul li {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:580px) {
  .tab-wrapper .tab-head li a {
    font-size: 15px;
  }
  .tab-inner-wrapper .tab-inner .content p {
    font-size: 14px;
  }
  .tab-inner-wrapper .tab-inner .content ul li p,
  .tab-inner-wrapper .tab-inner .content ul li span {
    font-size: 13px;
  }
}
/* stepThird(step3) */
.stepThird-list .p-stories__item .p-stories__text {
  margin-bottom: 15px;
}
.stepThird-list table {
  border: 1px solid #fff;
  border-spacing: 0;
}
.stepThird-list table th {
  border-bottom: 1px solid #fff;
  text-align: left;
  padding: 20px;
  background-color: #e8e8e8;
}
.stepThird-list table th h3 {
  font-size: 18px;
  line-height: 1.1 !important;
  margin-bottom: 5px;
}
.stepThird-list table th p {
  font-size: 12px;
}
.stepThird-list table td {
  border-bottom: 1px solid #fff;
  font-size: 16px;
  border-right: 1px solid #fff;
  padding: 7px 15px;
  text-align: left;
}
.stepThird-list table td:first-of-type {
  width: calc(100% - 205px);
}
.stepThird-list table tr:nth-of-type(odd) {
  background-color: #f6f6f6;
}
.stepThird-list table tr:nth-of-type(even) {
  background-color: #fff;
}
.stepThird-list table td:last-of-type {
  border-right: none;
  width: 205px;
}
.stepThird-list table tr:last-of-type td {
  border-bottom: none;
}
.stepThird-list .note-section {
  padding: 0;
  margin-top: 25px;
  list-style: none;
  position: relative;
  height: fit-content;
}
.stepThird-list .note-section li {
  padding-left: 65px;
  font-size: 13px;
  margin-bottom: 10px;
  text-align: left;
}
.stepThird-list .note-section li:first-of-type {
  padding-left: 0;
  position: absolute;
  left: 0;
}
.stepThird-list .image-content {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.stepThird-list .image-content li figure {
  margin: 0;
  padding: 0;
}
.stepThird-list .image-content li:first-of-type {
  width: 345px;
}
.stepThird-list .image-content li:last-of-type {
  width: calc(100% - 395px);
}
.stepThird-list .items-list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  height: fit-content;
}
.stepThird-list .items-list li {
  margin-bottom: 20px;
}
.stepThird-list .items-list li h4 {
  font-size: 16px;
  margin-bottom: 7px;
}
.stepThird-list .items-list li p {
  font-size: 14px;
}
.stepThird-list .items-list li ul {
  padding: 15px 0 0 25px;
  margin: 0;
  text-align: left;
}
.stepThird-list .items-list li ul li {
  margin-bottom: 20px;
  font-size: 13px;
}
.stepThird-list .items-list li ul li figure {
  margin: 0 0 15px 0;
  padding: 0;
}
.stepThird-list .items-list li ul li p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .stepThird-list table td:first-of-type,
  .stepThird-list table td:last-of-type {
    width: 62%;
  }
  .stepThird-list .image-content {
    flex-wrap: wrap;
  }
  .stepThird-list .image-content li:first-of-type {
    margin-bottom: 20px;
  }
  .stepThird-list .image-content li:first-of-type,
  .stepThird-list .image-content li:last-of-type {
    width: 100%;
  }
}
.single_step_section .p-stories__text {
  display: block;
}
/* button-section */
#shopify-section-toaster-how-to-manual-support .button-section a {
  color: #fff;
}
#shopify-section-toaster-how-to-manual-support .button-section a:hover {
  color: #000;
}
.button-section {
  background-color: #e6e6e6;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-section a {
  padding: 20px 0px;
  width: 400px;
  display: inline-block;
  text-align: center;
  margin: 0 20px;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  line-height: 1.3em;
  line-height: 1.1 !important;
  font-weight: 400;
  border: 1px solid #000;
  transition: all 0.5s;
}
.button-section a:hover {
  background-color: #fff;
  color: #000;
}
.button-section a i {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .button-section {
    padding: 50px 0;
    flex-direction: column;
  }
  .button-section a:first-of-type {
    margin-bottom: 15px;
  }
  .button-section a {
    width: 315px;
  }
}

/* ç”¨é€”ä¸æ˜Ž */
@media only screen and (max-width: 1440px) {
  .last-wrapper .content {
    padding-right: 40px;
  }
  .last-wrapper .content svg {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .last-wrapper,
  .award-section,
  .package-detail {
    padding: 60px 0;
  }
  .last-wrapper {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .last-wrapper figure,
  .last-wrapper .content {
    width: 100%;
  }
  .last-wrapper .content {
    margin-left: 0;
    padding: 30px 30px 0 30px;
  }
  .last-wrapper .content h2 {
    font-size: 18px;
    margin: 20px 0;
  }
  .product-slider .p-color-variation__thumbnails {
    margin-top: 0;
    padding: 20px 20px 0 20px;
  }
  .product-slider .u-inner--1120 {
    margin: 0;
    width: 100%;
  }
  .award-section .column {
    margin: 0 20px;
  }
  .award-section .column h3 {
    margin-bottom: 25px;
  }
  .award-section .column &gt; p {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .award-section .column ul li {
    padding: 20px;
  }
  .award-section .column ul li figure,
  .award-section .column ul li .content {
    width: 100%;
  }
  .award-section .column ul li .content h4 {
    margin-top: 20px;
    font-size: 17px;
    margin-bottom: 13px;
  }
  .award-section .column ul li .content p {
    font-size: 13px;
  }
  .package-detail ul {
    flex-wrap: wrap;
  }
  .package-detail ul li {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
  .package-detail h3 {
    font-size: 22px;
    margin-bottom: 40px;
  }
  .package-detail.second ul li {
    width: 43%;
  }
  .product-slider.second .p-color-variation__info .p-color-variation__thumbnail {
    padding: 0;
  }
}

/* add @2020.10.02 [No.75] start */
.p-how-to-clean {
  background: #f7f7f7;
}
.p-how-to-clean__inner {
  width: 90%;
  margin: 0px auto;
  padding: 60px 0;
}
.p-how-to-clean__heading {
  text-align: center;
}
.p-how-to-clean__heading-category {
  padding: 10px 0 0;
  color: #333333;
  letter-spacing: 1px;
  font-size: 1.5rem;
}
.p-how-to-clean__heading-title.c-heading3 {
  font-size: 3rem;
  padding: 15px 0px;
  font-weight: 400;
}
.p-how-to-clean__heading-description.c-text1 {
  max-width: 540px;
  margin: 0px auto;
  font-size: 1.5rem;
}
.p-how-to-clean__movie {
  width: 100%;
  margin: 40px auto 0;
}
.p-how-to-clean__movie-inner {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}
.p-how-to-clean__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media only screen and (min-width: 48.0625em) {
  .p-how-to-clean__inner {
    max-width: 960px;
    padding: 120px 0;
  }
  .p-how-to-clean__heading-category {
    font-size: 1.6rem;
    padding: 10px 0px;
  }
  .p-how-to-clean__heading-title.c-heading3 {
    font-size: 5rem;
    padding: 15px 0px 25px;
  }
  .p-how-to-clean__heading-description.c-text1 {
    font-size: 1.8rem;
  }
  .p-how-to-clean__movie {
    max-width: 960px;
    margin: 60px auto 0;
  }
}
/* add @2020.10.02 [No.75] end */

/* add @2020.10.02 [No.70-2] start */
@media only screen and (max-width: 767px) {
  .single_step_section.step3 .step_description_wrapper {
    width: 100%;
  }
  .single_step_section.step3 .step_description {
    width: 90%;
    margin: 0 auto;
  }
  .single_step_section.step3 .step_faq.p-stories__content {
    width: 90%;
    margin: 60px auto 0;
  }
}
.c-five-modes__slider-slides .slick-arrow {
  display: none!important;
}
.c-five-modes__slider {
  overflow: hidden;
  margin-left: 20px;
  display: block;
}
.c-five-modes__slider-slides {
  position: relative;
  overflow: visible !important;
}
.c-five-modes__slider-slide {
  margin-right: 2.5vw;
  margin-left: 2.5vw;
  width: 80vw;
}
.c-five-modes__content-sp {
  display: flex;
  flex-direction: column-reverse;
  width: 100%;
  margin-top: 40px;
  text-align: left;
}
.c-five-modes__content-sp .content h2 {
  color: #333333;
  font-size: 2rem;
  line-height: 1.0625;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: azo-sans-web, Helvetica Neue, Helvetica, Open Sans, sans-serif;
  padding: 15px 0;
  min-height: 60px;
}
.c-five-modes__content-sp .content h2 img {
  margin-right: 5px;
  height: 25px;
  width: auto;
}
.c-five-modes__content-sp figure {
  margin: 0;
  padding: 0;
  width: 100%;
}
.c-five-modes__tab {
  display: none;
}
@media only screen and (min-width: 768px) {
  .c-five-modes__tab {
    display: block;
  }
  .c-five-modes__tab-wrapper {
    display: block;
    overflow-x: scroll;
  }
  .c-five-modes__tab-items {
    width: 100%;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 5vw;
    min-width: 435px;
    overflow-x: auto;
  }
  .c-five-modes__tab-head {
    width: 100%;
    list-style: none;
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    justify-content: space-between;
    width: 890px;
    margin: 20px auto 0;
    padding: 15px 0 0;
  }
  .c-five-modes__slider {
    display: none;
  }
  .c-five-modes__tab-inner {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .c-five-modes__tab-item {
    display: inline-block;
  }
  .c-five-modes__tab-item a {
    color: #333333;
    font-size: 1.4rem;
    font-family: azo-sans-web, Helvetica Neue, Helvetica, Open Sans, sans-serif;
    font-weight: 400;
    line-height: 1.33349;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    padding: 15px 5px;
  }
  .c-five-modes__tab-item a img {
    margin-right: 5px;
  }
  .c-five-modes__tab-item + .c-five-modes__tab-item {
    margin-left: 5px;
  }
  .c-five-modes__tab-border {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #d8d8d8;
    width: 95%;
    height: 2px;
  }
  .c-five-modes__tab-border span {
    display: block;
    position: absolute;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-property: width, left;
    transition-property: width, left;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #333;
    width: 10px;
    height: 2px;
  }
  .c-five-modes__tab-contents {
    padding: 60px 0 25px;
  }
  .c-five-modes__tab-content {
    display: none;
  }
  .c-five-modes__tab-content.active {
    display: block;
  }
  .c-five-modes__tab-content &gt; div {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: nowrap;
  }
  .c-five-modes__tab-content .content {
    width: calc(50% - 20px);
    order: -1;
    max-width: 450px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: left;
  }
  .c-five-modes__tab-content .content h2 {
    color: #333333;
    font-size: 2.6rem;
    font-family: azo-sans-web, Helvetica Neue, Helvetica, Open Sans, sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .c-five-modes__tab-content .content h2 img {
    display: none;
  }
  .c-five-modes__tab-content figure {
    margin: 0;
    padding: 0;
    width: calc(50% - 20px);
  }
}
@media only screen and (min-width: 991px) {
  .c-five-modes__tab-wrapper {
    overflow-x: hidden;
  }
  .c-five-modes__tab-inner {
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
  }
  .c-five-modes__tab-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .c-five-modes__tab-head {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .c-five-modes__tab-item a {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .c-five-modes__tab-item a img {
    margin-right: 8px;
  }
  .c-five-modes__tab-item + .c-five-modes__tab-item {
    margin-left: 20px;
  }
  .c-five-modes__tab-border {
    width: 100%;
  }
  .c-five-modes__tab-contents {
    padding: 80px 0 20px;
  }
  .c-five-modes__tab-content .content {
    padding-top: 80px;
  }
  .c-five-modes__tab-content .content h2 {
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:1140px) {
  .c-five-modes__tab-item a {
    font-size: 2rem;
  }
}
/* add @2020.10.02 [No.70-2] end */</pre></body></html>