@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, メイリオ, YuGothic, 游ゴシック, verdana, "ＭＳ Ｐゴシック", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.2;
  color: #1F1F1F;
  padding-top: 82px;
}

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

picture {
  display: inline-block;
}

.button-plan, .button-white, .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 196px;
  height: 34px;
  max-width: 100%;
  background: #E60000;
  border-radius: 100px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}
.button-plan::after, .button-white::after, .button::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/cleanup-lp2/icon-arrow-circle-right.svg) 0 0/100% auto no-repeat;
  width: 24px;
  height: 24px;
}
.button-plan:hover, .button-white:hover, .button:hover {
  background: #D6000A;
}
.button-kv {
  font-size: 24px;
  width: 384px;
  height: 54px;
}
.button-kv::after {
  right: 11px;
  width: 32px;
  height: 32px;
}
.button-w2 {
  font-size: 20px;
  width: 310px;
  height: 44px;
}
.button-w2::after {
  right: 10px;
  width: 24px;
  height: 24px;
}
.button-plan {
  font-size: 14px;
  height: 38px;
  width: 210px;
}
.button-white {
  width: 262px;
  height: 44px;
  padding: 10px;
  background: #FFFFFF;
  border: 2px solid #E60000;
  font-size: 20px;
  color: #E60000;
}
.button-white::after {
  background-image: url(../img/cleanup-lp2/icon-arrow-circle-right-red.svg);
  width: 32px;
  height: 32px;
  right: 6px;
}
.button-white:hover {
  background: #D6000A;
  color: #FFFFFF;
}
.button-white:hover::after {
  background-image: url(../img/cleanup-lp2/icon-arrow-circle-right.svg);
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-red {
  color: #E60000;
}
.text-slashed-2, .text-slashed {
  position: relative;
  font-weight: 600;
  font-size: 36px;
  line-height: 100%;
  color: #1F1F1F;
}
.text-slashed-2::before, .text-slashed-2::after, .text-slashed::before, .text-slashed::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 27px;
  top: 50%;
  background: url(../img/cleanup-lp2/icon-slashed.svg) 0 0/100% auto no-repeat;
}
.text-slashed-2::before, .text-slashed::before {
  right: 100%;
  -webkit-transform: translate(-10px, -50%);
          transform: translate(-10px, -50%);
}
.text-slashed-2::after, .text-slashed::after {
  left: 100%;
  -webkit-transform: rotateY(180deg) translate(-10px, -50%);
          transform: rotateY(180deg) translate(-10px, -50%);
}
.text-slashed-2 {
  font-size: 23px;
}
.text-slashed-2::before, .text-slashed-2::after {
  width: 17px;
  height: 20px;
}
.text-logo {
  font-weight: 600;
  font-size: 44px;
  line-height: 100%;
}
.text-logo > img {
  margin-right: -5px;
}
.text-point {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 45px;
  text-align: center;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 100%;
  background: url(../img/cleanup-lp2/bg-point.svg) top center/100% auto no-repeat;
}
.text-underline-2, .text-underline {
  position: relative;
  z-index: 1;
}
.text-underline-2::after, .text-underline::after {
  content: '';
  display: inline-block;
  width: calc(100% + 4px);
  height: 14px;
  background: #FFE879;
  position: absolute;
  left: -2px;
  bottom: 5px;
  z-index: -1;
}
.text-underline-2::after {
  background: #FFBA79;
}
.text-note-2, .text-note {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
}
.text-note-2 {
  font-size: 16px;
}
.text-link-right {
  font-weight: 600;
  font-size: 13px;
  color: #1F1F1F;
  line-height: 140%;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
}
.text-link-right::after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/cleanup-lp2/icon-arrow-right-black.svg) 0 0/100% auto no-repeat;
}
.text-question, .text-answer {
  padding: 18px 0 18px 37px;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  position: relative;
}
.text-question .title, .text-answer .title {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-weight: 600;
  font-size: 24px;
  color: #E60000;
}
.text-question {
  font-weight: 600;
  color: #E60000;
  border-bottom: 1px solid #DDDDDD;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 82px;
  padding: 16px 20px;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.header__button {
  text-align: right;
}

.kv {
  padding: 0 24px;
  position: relative;
}
.kv > img {
  border-radius: 20px;
}
.kv__button {
  position: absolute;
  bottom: 40%;
  right: 13.5%;
  width: 31.16%;
  text-align: center;
}

.section .content {
  max-width: 1072px;
  margin: 0 auto;
  padding: 0 20px;
}
.section-pink {
  background: #FFF3CE;
  padding: 80px 0;
}
.section-tan {
  background: #F5EDD2;
  padding: 89px 0 46px;
  position: relative;
}
.section-tan-2 {
  padding: 56px 0 50px;
}
.section-tan .box-comment {
  position: absolute;
  left: 50%;
  top: -47px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-beige {
  background: #F8F8F0;
  padding: 56px 0;
}
.section-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 42px;
  line-height: 130%;
}
.section-desc .text-1 {
  font-size: 32px;
}
.section-desc .text-2 {
  font-size: 48px;
}
.section-desc-2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 160%;
}
.section-desc-2 .text-1 {
  font-size: 28px;
}
.section-desc-3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
}
.section-desc-3 .text-1 {
  font-weight: 700;
  font-size: 28px;
}
.section-title-5, .section-title-2, .section-title {
  position: relative;
  padding-left: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 170%;
}
.section-title-5::before, .section-title-2::before, .section-title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 24px;
  width: 4px;
  border-radius: 2px;
  background: #E60000;
}
.section-title-2 {
  font-size: 20px;
  line-height: 1.4;
}
.section-title-2::before {
  height: 20px;
}
.section-title-4, .section-title-3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 160%;
}
.section-title-4 {
  position: relative;
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  font-size: 40px;
  line-height: 130%;
}
.section-title-4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 2px;
  width: 46px;
  background: #E60000;
  border-radius: 4px;
}
.section-title-4 .text-2 {
  font-size: 44px;
}
.section-title-5 {
  font-size: 28px;
}
.section-title-6 {
  font-weight: 600;
  font-size: 28px;
  line-height: 160%;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  padding-bottom: 27px;
  margin-bottom: 27px;
}
.section-title-6::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 75px;
  height: 2px;
  background: url(../img/cleanup-lp2/bg-black-red.svg) 0 0/auto 100% no-repeat;
}

.heading-1 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 0 64px 88px;
  position: relative;
  background: #E60000;
  border-radius: 0px 40px 40px 0px;
}
.heading-1::before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 50vw;
  height: 100%;
  background: #E60000;
}
.heading-1__text {
  position: relative;
  z-index: 2;
}
.heading-1__text > img {
  margin-right: 10px;
  vertical-align: bottom;
}
.heading-1__text span {
  color: #FFFFFF;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.grid__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  max-width: 100%;
}
.grid-yellow {
  background: #FFE879;
  border-radius: 16px;
  padding: 32px;
  gap: 30px;
}
.grid-yellow .grid__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 510px;
          flex: 0 1 510px;
}
.grid-yellow .grid__image img {
  -webkit-transform: translate(-7px, -7px);
          transform: translate(-7px, -7px);
}
.grid-border {
  border: 1px solid #666666;
  border-radius: 12px;
  padding: 20px 0;
}
.grid-border .grid__item {
  position: relative;
  padding: 0 20px;
  border-right: 1px solid #999999;
  max-width: 270px;
}
.grid-border .grid__item:nth-child(1) {
  max-width: 100%;
}
.grid-border .grid__item:last-child {
  border-right: 0;
}
.grid-border .grid__item:last-child::after {
  display: none;
}
.grid-border .image {
  margin-bottom: 16px;
}
.grid-border .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 160%;
  margin-bottom: 4px;
}
.grid-border .title-2 {
  font-weight: 600;
  font-size: 17px;
  line-height: 140%;
}
.grid-border .title-x2 {
  font-weight: 600;
  font-size: 28px;
  line-height: 140%;
}
.grid-info {
  gap: 24px;
}
.grid-info .grid__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 340px;
          flex: 0 1 340px;
}
.grid-info .list-check {
  margin-top: 24px;
}
.grid-info .list-check > li {
  margin-bottom: 16px;
}
.grid-info-2 {
  gap: 20px;
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
  padding: 0 30px;
}
.grid-info-2 .grid__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 200px;
          flex: 0 1 200px;
}
.grid-info-2 .grid__image img {
  border-radius: 12px;
}
.grid-info-2 .title {
  font-size: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 8px;
}
.grid-info-2 .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}
.grid-comment {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.grid-comment .grid__item {
  max-width: 248px;
}
.grid-comment .grid__item:nth-child(1) {
  padding-top: 10px;
}
.grid-comment .grid__item:nth-child(2) {
  padding-top: 33px;
}
.grid-comment .grid__item:nth-child(4) {
  padding-top: 29px;
}
.grid-comment .desc {
  background: url(../img/cleanup-lp2/bg-comment.png) center center/cover no-repeat;
  z-index: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  height: 148px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
}
.grid-comment .desc strong {
  font-size: 20px;
}
.grid-comment .image {
  position: relative;
  z-index: 2;
  margin-top: -20px;
}
.grid-card {
  gap: 24px;
}
.grid-card .grid__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 475px;
          flex: 0 1 475px;
}
.grid-card .row-1 {
  text-align: right;
}
.grid-card .row-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.grid-card .card {
  display: inline-block;
  position: relative;
  padding: 12px;
  margin-bottom: 26px;
  background-color: #FCE1E1;
  border-radius: 12px;
  width: 443px;
  height: 78px;
  font-weight: 300;
  font-size: 17px;
  line-height: 160%;
}
.grid-card .card::after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  left: 60%;
  width: 16px;
  height: 12px;
  -webkit-mask: url(../img/cleanup-lp2/icon-arrow-down-pink.svg) 0 0/100% auto no-repeat;
          mask: url(../img/cleanup-lp2/icon-arrow-down-pink.svg) 0 0/100% auto no-repeat;
  background-color: #FCE1E1;
}
.grid-card .card-2 {
  background-color: #E1F3FC;
  width: 238px;
}
.grid-card .card-2::after {
  left: 20%;
  background-color: #E1F3FC;
}
.grid-card .card-3 {
  background-color: #E1F7CC;
  width: 271px;
  margin-top: 24px;
}
.grid-card .card-3::after {
  background-color: #E1F7CC;
}
.grid-plan {
  padding-top: 100px;
  gap: 24px;
}
.grid-plan .grid__item {
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  position: relative;
  padding: 24px 13px 14px;
  text-align: center;
}
.grid-plan .box-comment-red {
  position: absolute;
  left: 50%;
  bottom: calc(100% - 20px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.grid-plan .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 8px;
}
.grid-plan .price .value {
  font-size: 32px;
  line-height: 125%;
  color: #E60000;
  margin-right: 5px;
}
.grid-plan .box-gray {
  display: inline-block;
}
.grid-plan .desc {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  margin-top: 8px;
  margin-bottom: 12px;
}
.grid-plan .button-plan {
  width: 100%;
}
.grid-beige {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px;
  margin-bottom: 40px;
}
.grid-beige .grid__item {
  width: 50%;
}
.grid-beige .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 160%;
  margin-bottom: 16px;
}
.grid-beige .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}
.grid-manual .grid__item {
  padding: 8px 30px;
  border-right: 1px solid #DDDDDD;
}
.grid-manual .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 140%;
  margin-bottom: 20px;
}
.grid-manual .image {
  margin-bottom: 20px;
}
.grid-manual .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}

.box-orange {
  padding: 10px;
  background: #FFFFFF;
  border: 3px solid #F38E00;
  border-radius: 18px;
  margin-bottom: 38px;
  position: relative;
}
.box-orange::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/cleanup-lp2/icon-arrow-down.svg) 0 0/100% auto no-repeat;
  width: 40px;
  height: 25px;
}
.box-orange .line-1 {
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 15px;
}
.box-orange .text-logo {
  margin-bottom: 17px;
  max-height: 39px;
}
.box-orange .text-logo span {
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
}
.box-orange .line-2 {
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
}
.box-white, .box-pink {
  padding: 24px 10px 24px 30px;
  background: #FFF3CE;
  border-radius: 16px;
}
.box-white {
  background: #FFFFFF;
}
.box-yellow {
  padding: 48px 40px 40px;
  background: #FFE879;
  border-radius: 12px;
  position: relative;
  margin-bottom: 114px;
}
.box-yellow .icon-error {
  position: absolute;
  left: 50%;
  top: -42px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.box-comment {
  padding: 22px 24px 12px;
  background: #F38E00;
  border-radius: 8px;
}
.box-comment::after {
  content: '';
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/cleanup-lp2/icon-arrow-down-orange.svg) 0 0/100% auto no-repeat;
  width: 29px;
  height: 20px;
}
.box-comment .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 170%;
  color: #FFFFFF;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.24);
}
.box-comment .title small {
  font-size: 24px;
}
.box-comment .title-dots {
  line-height: 0;
  margin: 0 0 -5px 15px;
}
.box-comment-red {
  background: url(../img/cleanup-lp2/bg-union.svg) top center/100% auto no-repeat;
  height: 78px;
  width: 192px;
  padding: 0 16px 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  line-height: 140%;
  color: #E60000;
}
.box-gray {
  padding: 4px 16px;
  background: #EDEDED;
  border-radius: 90px;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  text-align: center;
}
.box-beige {
  padding: 48px;
  background: #F8F8F0;
  border-radius: 16px;
}
.box-popup {
  width: 480px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #FFFFFF;
  padding: 48px 56px 32px;
}
.box-popup > div {
  margin-bottom: 24px;
}
.box-popup > div:last-child {
  margin-bottom: 0;
}
.box-popup .text {
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
.box-popup .desc {
  font-weight: 300;
  font-size: 16px;
  line-height: 170%;
}
.box-popup .button-white {
  width: 252px;
  font-size: 14px;
  line-height: 140%;
}
.box-popup .button-white::after {
  width: 24px;
  height: 24px;
}

.list-check {
  list-style: none;
  padding-left: 16px;
}
.list-check > li {
  position: relative;
  padding-left: 40px;
  line-height: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 8px;
}
.list-check > li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/cleanup-lp2/icon-check.svg) 0 0/100% auto no-repeat;
  width: 40px;
  height: 40px;
}
.list-check > li:last-child {
  margin-bottom: 0;
}
.list-check-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
.list-check-grid > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: calc(50% - 12px);
  margin-bottom: 0;
}
.list-check-inline > li {
  display: inline-block;
  margin-right: 24px;
}
.list-check-inline > li:nth-child(2n) {
  margin-right: 0;
}
.list-scroll {
  overflow: hidden;
}
.list-scroll > ul {
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 24px;
  list-style: none;
  padding: 0 calc((100vw - 1032px) / 2);
}
.list-scroll > ul.grabbing {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-scroll > ul.grabbing > * {
  pointer-events: none;
}
.list-scroll > ul::-webkit-scrollbar {
  display: none;
}
.list-scroll > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 454px;
          flex: 1 0 454px;
  max-width: 454px;
  padding: 24px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-scroll .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 32px;
}
.list-scroll .row .image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 170px;
          flex: 1 0 170px;
}
.list-scroll .row .info {
  font-weight: 300;
  font-size: 16px;
  line-height: 160%;
}
.list-scroll .row .title {
  font-weight: 600;
  font-size: 18px;
}
.list-scroll .desc {
  background: #F5F5F5;
  border-radius: 4px;
}
.list-scroll .desc .title-2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 160%;
  background: rgba(160, 147, 87, 0.2);
  border-radius: 4px 4px 0px 0px;
  text-align: center;
  padding: 4px 10px;
  margin-bottom: 6px;
}
.list-scroll .desc ul {
  list-style: none;
  padding: 0 0 8px 10px;
  font-weight: 300;
  font-size: 14px;
}
.list-scroll .desc ul li {
  line-height: 160%;
}
.list-step {
  list-style: none;
}
.list-step > li {
  padding: 16px 24px;
  height: 116px;
  background: #FFFFFF;
  border: 2px solid #DDDDDD;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 46px;
  position: relative;
}
.list-step > li::after {
  content: '';
  position: absolute;
  top: calc(100% + 14px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/cleanup-lp2/icon-arrow-down-red.svg) 0 0/100% auto no-repeat;
  width: 39px;
  height: 22px;
}
.list-step > li:last-child {
  margin-bottom: 0;
}
.list-step > li:last-child::after {
  display: none;
}
.list-step > li .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 124px;
          flex: 0 1 124px;
  margin-right: 16px;
}
.list-step > li .image img {
  border-radius: 7.75px;
}
.list-step > li .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 204px;
          flex: 0 1 204px;
  padding-right: 18px;
  border-right: 1px solid #DDDDDD;
}
.list-step > li .title {
  margin-top: 12px;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
}
.list-step > li .desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  padding-left: 24px;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}
.list-faq .text-answer {
  margin-bottom: 16px;
}
.list-modal-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}

.lnk-pagetop {
  position: fixed;
  width: 3rem;
  height: 3rem;
  bottom: 1rem;
  right: 1rem;
  background: url(../img/cleanup-lp2/pagetop.svg) no-repeat;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  z-index: 2000;
}
.lnk-pagetop.active {
  opacity: 1;
  visibility: visible;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #121212;
  padding: 1rem 1rem;
}
footer img {
  max-width: 200px;
  margin: 0 auto;
}

.c-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: auto;
}
.c-popup.show {
  opacity: 1;
  pointer-events: auto;
}
.c-popup .popup-wrapper {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 0;
  padding-top: 100px;
  text-align: center;
  min-height: 100%;
}
.c-popup .popup-wrapper .bg {
  display: block;
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.c-popup .popup-content {
  position: relative;
  z-index: 10;
  display: inline-block;
  max-width: 100%;
}
.c-popup .popup-close {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  right: 0;
  top: -48px;
  background: url(../img/cleanup-lp2/icon-close.svg) 0 0/100% auto no-repeat;
  cursor: pointer;
}
.c-popup .popup-close:hover {
  opacity: 0.8;
}

.mg-bottom-10 {
  margin-bottom: 10px;
}

.mg-bottom-16 {
  margin-bottom: 16px;
}

.mg-bottom-20 {
  margin-bottom: 20px;
}

.mg-bottom-32 {
  margin-bottom: 32px;
}

.mg-bottom-36 {
  margin-bottom: 36px;
}

.mg-bottom-40 {
  margin-bottom: 40px;
}

.mg-bottom-48 {
  margin-bottom: 48px;
}

.mg-bottom-56 {
  margin-bottom: 56px;
}

.mg-bottom-60 {
  margin-bottom: 60px;
}

.mg-bottom-80 {
  margin-bottom: 80px;
}

.mg-bottom-88 {
  margin-bottom: 88px;
}

.pd-left-10 {
  padding-left: 10px;
}

.mg-center {
  margin-left: auto;
  margin-right: auto;
}

.max-w-720 {
  max-width: 720px;
}

.max-w-920 {
  max-width: 920px;
}

@media screen and (min-width: 769px) {
  .box-beige .text-note {
    font-size: 12px;
  }

  .list-scroll {
    position: relative;
  }
  .list-scroll::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    width: 56px;
    height: 36px;
    -webkit-mask: url(../img/cleanup-lp2/icon-arrow-down.svg) 0 0/100% auto no-repeat;
            mask: url(../img/cleanup-lp2/icon-arrow-down.svg) 0 0/100% auto no-repeat;
    background-color: #CCCCCC;
  }
  .list-scroll.scrolled::after {
    display: none;
  }
  .list-scroll .scroll-container {
    overflow-x: hidden;
  }

  .u-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 16px 20px;
  }
  .header__button {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    padding: 16px 20px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .header__button.active {
    opacity: 1;
    pointer-events: all;
  }
  .header__button .button {
    font-size: 20px;
    width: 100%;
    height: 44px;
    line-height: 140%;
  }
  .header__button .button::after {
    right: 11px;
    width: 32px;
    height: 32px;
  }

  .button-kv {
    width: 100%;
    height: 44px;
    font-size: 20px;
    line-height: 140%;
  }

  .kv {
    padding: 0 20px;
  }
  .kv__image {
    width: 100%;
  }
  .kv__button {
    bottom: 27%;
    left: 0;
    right: 0;
    width: calc(100% - 84px);
    margin: 0 auto;
  }

  .text-slashed-2, .text-slashed {
    font-size: 20px;
  }
  .text-slashed-2::before, .text-slashed-2::after, .text-slashed::before, .text-slashed::after {
    width: 17px;
    height: 20px;
  }
  .text-logo {
    font-size: 32px;
  }
  .text-logo-sp-1 img {
    width: 188px;
  }
  .text-logo-sp-1 .sp-block {
    margin-top: 16px;
  }
  .text-point {
    font-size: 22px;
    height: 40px;
  }

  .heading-1 {
    padding: 32px 20px;
    width: calc(100% - 20px);
    margin-right: 20px;
    border-radius: 0px 16px 16px 0px;
  }
  .heading-1::before {
    display: none;
  }
  .heading-1 .text-logo img {
    width: 202px;
  }
  .heading-1 .text-logo .sp-block {
    font-size: 32px;
    padding-top: 15px;
  }

  .box-orange::after {
    width: 32px;
    height: 20px;
  }
  .box-orange .line-1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .box-orange .text-logo {
    height: 25px;
    margin-bottom: 10px;
  }
  .box-orange .text-logo img {
    width: 133px;
  }
  .box-orange .text-logo span {
    font-size: 22px;
  }
  .box-orange .line-2 {
    font-size: 22px;
  }
  .box-white, .box-pink {
    padding: 24px;
  }
  .box-white .list-check, .box-pink .list-check {
    padding-left: 0;
  }
  .box-yellow {
    padding: 32px 16px 40px;
    margin-bottom: 123px;
  }
  .box-yellow .icon-error {
    width: 56px;
    top: -28px;
  }
  .box-yellow .section-title-3 span {
    font-size: 24px;
  }
  .box-popup {
    padding: 48px 16px 32px;
  }
  .box-comment .title-dots img {
    width: 110px;
  }
  .box-comment .title {
    font-size: 32px;
    white-space: nowrap;
  }
  .box-comment .title small {
    font-size: 24px;
  }
  .box-comment-red {
    font-size: 14px;
  }
  .box-beige {
    margin: 0 -20px;
    padding: 48px 20px;
  }

  .grid {
    display: block;
  }
  .grid-yellow {
    padding: 24px 10px;
  }
  .grid-yellow .grid__image img {
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
  .grid-yellow .list-check {
    padding-left: 14px;
  }
  .grid-card .card {
    width: 100%;
  }
  .grid-card .row-2 {
    display: block;
  }
  .grid-plan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 80px;
  }
  .grid-plan .grid__item {
    width: calc(50% - 12px);
  }
  .grid-plan .box-comment-red {
    width: calc(100% + 10px);
  }
  .grid-plan .price .value {
    font-size: 28px;
  }
  .grid-plan .button-plan {
    height: 48px;
  }
  .grid-plan .button-plan::after {
    display: none;
  }
  .grid-beige .grid__item {
    width: 100%;
    margin-bottom: 16px;
  }
  .grid-beige .grid__item:last-child {
    margin-bottom: 0;
  }
  .grid-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px 16px;
  }
  .grid-border .title {
    font-size: 14px;
  }
  .grid-border .title-x2 {
    font-size: 20px;
  }
  .grid-border .image {
    text-align: center;
  }
  .grid-border .grid__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0;
    max-width: 50%;
  }
  .grid-border .grid__item:nth-child(1) {
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #999999;
    padding: 0 8px 24px;
    margin-bottom: 24px;
  }
  .grid-border .grid__item:nth-child(2) {
    padding-right: 16px;
  }
  .grid-border .grid__item:nth-child(3) {
    padding-left: 16px;
  }
  .grid-comment .image {
    position: absolute;
    width: 120px;
    margin-top: 0;
    bottom: -20px;
  }
  .grid-comment .desc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: calc(100% - 108px);
    height: 120px;
    background: #FFFFFF;
    border-radius: 440px;
    -webkit-box-shadow: 0 0 4px 4px #FFFFFF;
            box-shadow: 0 0 4px 4px #FFFFFF;
    text-align: center;
  }
  .grid-comment .grid__item {
    position: relative;
    padding-top: 0;
    max-width: 100%;
    text-align: left;
    margin-bottom: 40px;
  }
  .grid-comment .grid__item:nth-child(2n-1) {
    text-align: right;
  }
  .grid-comment .grid__item:nth-child(2n-1) .image {
    left: 0;
  }
  .grid-comment .grid__item:nth-child(2n) {
    padding-top: 0;
  }
  .grid-comment .grid__item:nth-child(2n) .image {
    right: 0;
  }
  .grid-comment .grid__item:last-child {
    margin-bottom: 0;
  }
  .grid-card .row-1 {
    text-align: left;
    padding-left: 39px;
  }
  .grid-card .card {
    font-size: 16px;
    height: auto;
    margin-bottom: 34px;
  }
  .grid-card .card-2 {
    width: calc(100% - 100px);
  }
  .grid-card .card-3 {
    width: calc(100% - 70px);
    margin: 0 0 0 70px;
  }
  .grid-info-2 {
    padding: 0;
  }
  .grid-info-2 .grid__image {
    margin-bottom: 15px;
  }
  .grid-manual .grid__item {
    position: relative;
    padding: 24px 20px 24px 120px;
    border-right: 0;
    border-bottom: 1px solid #DDDDDD;
  }
  .grid-manual .grid__item:last-child {
    border-bottom: 0;
  }
  .grid-manual .image {
    position: absolute;
    left: 0;
    top: 24px;
    width: 120px;
  }
  .grid-manual .title {
    font-size: 20px;
  }
  .grid-manual .desc {
    font-size: 14px;
  }

  .section .content {
    width: 100%;
  }
  .section-desc {
    font-size: 28px;
  }
  .section-desc .sp-text-1 {
    font-size: 22px;
  }
  .section-desc .sp-text-2,
  .section-desc .text-1 {
    font-size: 23px;
  }
  .section-desc .text-2 {
    font-size: 36px;
  }
  .section-desc-2 {
    font-size: 32px;
  }
  .section-desc-2 .text-1 {
    font-size: 22px;
  }
  .section-desc-3 {
    font-size: 16px;
  }
  .section-desc-3-sp-1 .text-1 {
    font-size: 20px;
  }
  .section-title-2 {
    font-size: 16px;
  }
  .section-title-3 {
    font-size: 20px;
  }
  .section-title-4 {
    font-size: 32px;
  }
  .section-title-4 img {
    max-width: 40px;
  }
  .section-title-4 .text-2 {
    font-size: 32px;
  }
  .section-title-5 {
    font-size: 24px;
  }
  .section-pink {
    padding: 40px 0;
  }
  .section-tan {
    padding: 75px 0 40px;
  }
  .section-tan .box-comment {
    top: -59px;
    width: 360px;
    max-width: calc(100% - 28px);
    margin: 0 auto;
  }
  .section-tan .section-title-3 {
    font-size: 24px;
  }
  .section-tan-sp-2 {
    padding: 64px 0;
  }
  .section-tan .section-image img {
    width: 100%;
  }
  .section-beige .text-link-right {
    font-size: 16px;
  }

  .list-check {
    padding-left: 0;
  }
  .list-check > li {
    font-size: 20px;
    padding-left: 32px;
  }
  .list-check > li::before {
    width: 28px;
    height: 28px;
  }
  .list-scroll > ul {
    width: 100%;
    padding: 0 20px;
  }
  .list-scroll > ul > li {
    max-width: 243px;
    padding: 16px;
  }
  .list-scroll .row {
    display: block;
    margin-bottom: 16px;
  }
  .list-scroll .row .image {
    margin-bottom: 16px;
  }
  .list-scroll .row .image img {
    width: 100%;
  }
  .list-scroll .row .info {
    font-size: 14px;
  }
  .list-scroll .row .title {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .list-step > li {
    height: auto;
    padding: 16px;
    margin-bottom: 38px;
  }
  .list-step > li::after {
    top: calc(100% + 10px);
  }
  .list-step > li:last-child {
    margin-bottom: 0;
  }
  .list-step > li .image {
    max-width: 124px;
    margin-right: 10px;
  }
  .list-step > li .title {
    margin-top: 8px;
  }
  .list-step > li .info {
    max-width: calc(100% - 134px);
    padding-right: 0;
    border-right: 0;
  }
  .list-step > li .desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    padding: 12px 0 0;
    font-size: 18px;
  }

  .c-popup .popup-wrapper {
    padding: 90px 27px;
  }

  .lnk-pagetop {
    bottom: 5rem;
  }

  .sp-mg-bottom-12 {
    margin-bottom: 12px;
  }

  .sp-mg-bottom-16 {
    margin-bottom: 16px;
  }

  .sp-mg-bottom-24 {
    margin-bottom: 24px;
  }

  .sp-mg-bottom-32 {
    margin-bottom: 32px;
  }

  .sp-mg-bottom-40 {
    margin-bottom: 40px;
  }

  .sp-mg-bottom-56 {
    margin-bottom: 56px;
  }

  .sp-mg-bottom-64 {
    margin-bottom: 64px;
  }

  .sp-mg-bottom-80 {
    margin-bottom: 80px;
  }

  .sp-pd-left-0 {
    padding-left: 0;
  }

  .u-pc {
    display: none;
  }

  .sp-block {
    display: block;
  }
}
