@charset "UTF-8";
/* CSS Document */
/*---------------------------------

  copyBlock

---------------------------------*/
.copyBlock {
  background: var(--white);
}
.copyBlock .txtBox {
  display: flex;
  justify-content: space-between;
  padding: 7.2rem 6.3rem 6.4rem 8rem;
}
.copyBlock h2 {
  width: 2.4rem;
  transition-delay: 0.5s;
}
.copyBlock ._txt {
  color: var(--black);
  margin-top: 6rem;
  transition-delay: 1.5s;
}
.copyBlock ._txt p {
  margin: 1em 0;
}
.copyBlock figure {}
/*---------------------------------

  facewashBlock

---------------------------------*/
.facewashBlock {
  background: var(--pink);
  color: var(--black);
  padding: 7.2rem 0 5.6rem;
}
.facewashBlock .ttlBox {
  position: relative;
  z-index: 1;
}
.facewashBlock .imgBox {
  margin: -8rem 0 -2rem;
}
.facewashBlock .txtBox {
  position: relative;
  z-index: 1;
}
.facewashBlock .txtBox ._txt {}
.facewashBlock .txtBox ._txt p {}
.facewashBlock .txtBox ._why {
  background: var(--pink);
  margin: 2.4rem auto 3.2rem;
  text-align: center;
}
.facewashBlock .txtBox ._why p {
  background: url("../images/why.png") no-repeat bottom center/ 100px;
  mix-blend-mode: multiply;
  padding-bottom: 2.2rem;
}
.facewashBlock .txtBox ._parentheses {
  background-image: url("../images/parentheses_top.png"), url("../images/parentheses_bottom.png");
  background-repeat: no-repeat;
  background-position: top, bottom;
  background-size: contain;
  padding: 4rem 2rem;
}
.facewashBlock .txtBox ._parentheses h3 {
  margin-bottom: 2.8rem;
  text-align: center;
}
/*---------------------------------

  header

---------------------------------*/
.worriesBlock {
  background: var(--blue);
  color: var(--white);
  padding: 6.5rem 0;
  position: relative;
}
.worriesBlock::after {
  background: var(--blue);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 24px;
  height: 16px;
}
.worriesBlock h2 {
  text-align: center;
}
.worriesBlock .imgBox {
  margin: 2.4rem 0 3.2rem;
}
.worriesBlock ._recommendation {
  font: 1.6rem/2.6rem var(--mincho);
  letter-spacing: 0.05em;
  text-align: center;
}
.worriesBlock ._recommendation p {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.worriesBlock ._recommendation p::before {
  content: "";
  width: 1px;
  height: 57px;
  transform: rotate(-20deg);
  box-sizing: border-box;
  background-color: var(--white);
}
.worriesBlock ._recommendation p::after {
  content: "";
  width: 1px;
  height: 57px;
  transform: rotate(20deg);
  box-sizing: border-box;
  background-color: var(--white);
}
/*---------------------------------

  reasonBlock

---------------------------------*/
.reasonBlock {
  color: var(--black);
  padding: 7.2rem 0 5.6rem;
}
.reasonBlock .ttlBox + ._txt {
  margin: 5rem 0 7rem;
}
.reasonBlock .reasoBox {}
.reasonBlock .reasoBox ._box {
  position: relative;
}
.reasonBlock .reasoBox ._box::after {
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  position: absolute;
}
.reasonBlock .reasoBox ._box dt {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  transform: translateX(-1rem);
}
.reasonBlock .reasoBox ._box dt ._num {
  background: url("../images/reason_01.png") no-repeat center/contain;
  width: 5.4rem;
  height: 5.4rem;
}
.reasonBlock .reasoBox ._box dt ._num span {
  opacity: 0;
}
.reasonBlock .reasoBox ._box dt ._ttl {}
.reasonBlock .reasoBox ._box dt ._ttl span {
  display: block;
}
.reasonBlock .reasoBox ._box dd {
  margin-top: 1.2rem;
  margin-left: 2rem;
}
.reasonBlock .reasoBox ._box dd .body_sans_s {
  text-align: right;
}
/*01*/
.reasonBlock .reasoBox ._box._01::after {
  background-image: url("../images/reason_01_line.svg");
  top: 8rem;
  width: 51px;
  height: 536px;
}
/*02*/
.reasonBlock .reasoBox ._box._02 {
  margin: 4.8rem 0;
}
.reasonBlock .reasoBox ._box._02::after {
  background-image: url("../images/reason_02_line.svg");
  top: 8rem;
  right: 0;
  width: 16px;
  height: 375px;
}
.reasonBlock .reasoBox ._box._02 dt {
  justify-content: flex-end;
  transform: translateX(1rem);
}
.reasonBlock .reasoBox ._box._02 dt ._num {
  background-image: url("../images/reason_02.png");
  order: 1;
}
.reasonBlock .reasoBox ._box._02 dt ._ttl {
  text-align: right;
}
.reasonBlock .reasoBox ._box._02 dd {
  margin-left: 5rem;
  margin-right: 2rem;
}
/*03*/
.reasonBlock .reasoBox ._box._03 {
  margin-top: 4.8rem;
}
.reasonBlock .reasoBox ._box._03::after {
  background-image: url("../images/reason_03_line.svg");
  top: -8rem;
  width: 35px;
  height: 81px;
}
.reasonBlock .reasoBox ._box._03 dt ._num {
  background-image: url("../images/reason_03.png");
}
@media screen and (max-width: 480px) {
  .reasonBlock .reasoBox ._box._01::after {
    width: 51px;
    height: 536px;
  }
  .reasonBlock .reasoBox ._box._02::after {
    right: 0;
    width: 17px;
    height: 385px;
  }
  .reasonBlock .reasoBox ._box._03::after {
    width: 34px;
    height: 75px;
  }
}
@media screen and (max-width: 375px) {
  .reasonBlock .reasoBox ._box._02::after {
    width: 16px;
    height: 365px;
  }
}
/*---------------------------------

  insertBlock

---------------------------------*/
.insertBlock {
  background: var(--white);
  color: var(--black);
}
.insertBlock > .l-inner {
  max-width: 24.4rem;
  position: relative;
  padding: 7.2rem 0 4rem;
}
.insertBlock > .l-inner::after {
  background: var(--white);
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  width: 24px;
  height: 16px;
}
.insertBlock > .l-inner h2 {
  margin-bottom: 1.5rem;
}
.insertBlock > .l-inner ._txt {
  text-align: center;
}
.insertBlock > .l-inner ._txt p + p {
  margin-top: 2.4rem;
}
.insertBlock > .l-inner ._txt p span {
  color: var(--red);
}
.insertBlock > .l-inner ._txt p img {
  display: inline-block;
  margin: 1.2rem 0 .8rem;
}
.insertBlock .CTAblock {
  padding-top: 2rem;
}
/*---------------------------------

  howtoUseBlock

---------------------------------*/
.howtoUseBlock {
  background: var(--white);
  color: var(--black);
  padding: 6.4rem 0 5.6rem;
}
.howtoUseBlock h2 {}
.howtoUseBlock h2 span {
  border-bottom: 1px solid;
  display: inline-block;
  margin-bottom: 1rem;
}
.howtoUseBlock .flowList {
  margin: 4rem 0;
}
.howtoUseBlock .flowList ol {
  display: grid;
  gap: 3.2rem;
  list-style: none;
}
.howtoUseBlock .flowList .listBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .8rem;
  position: relative;
}
.howtoUseBlock .flowList .listBox:nth-child(2) {
  align-items: flex-start;
}
.howtoUseBlock .flowList .listBox ._num {
  background-repeat: no-repeat;
  background-position: top left;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 3.8rem;
  height: 4rem;
}
.howtoUseBlock .flowList .listBox ._num span {
  opacity: 0;
}
.howtoUseBlock .flowList .listBox:nth-child(1) ._num {
  background-image: url("../images/flow_01.png");
}
.howtoUseBlock .flowList .listBox:nth-child(2) ._num {
  background-image: url("../images/flow_02.png");
}
.howtoUseBlock .flowList .listBox:nth-child(3) ._num {
  background-image: url("../images/flow_03.png");
}
.howtoUseBlock .flowList .listBox:nth-child(4) ._num {
  background-image: url("../images/flow_04.png");
}
.howtoUseBlock .flowList .listBox ._img {
  flex-basis: 12rem;
  margin-left: .8rem;
}
.howtoUseBlock .flowList .listBox ._txt {
  flex-basis: 17rem;
}
.howtoUseBlock .txtBox {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: auto;
  max-width: 26.2rem;
  padding: 2.4rem 0;
}
.howtoUseBlock .txtBox h3 {
  margin-bottom: 1.6rem;
  text-align: center;
}
/*---------------------------------

  catBlock

---------------------------------*/
.catBlock .CTAblock {
  padding: 0;
}
.catBlock .CTAblock .imgBox {
  position: relative;
}
.catBlock .CTAblock .imgBox ._proImg {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.5rem;
  width: 8rem;
  z-index: 1;
}
.catBlock .CTAblock .imgBox ._proImg img {
  filter: drop-shadow(0 0 1.2rem rgba(0, 0, 0, 0.16));
}
.catBlock .CTAblock .imgBox ._bg {
  width: 100%;
}
.catBlock .CTAblock .l-inner {
  padding: 8rem 0 5.6rem;
}
.catBlock .CTAblock h2 {
  margin-bottom: 2.4rem;
  text-align: center;
}
.catBlock .CTAblock h2 img {
  max-width: 24rem;
  width: 100%;
}
.catBlock .CTAblock h2 p {
  margin-top: 1.2rem;
}
.catBlock .CTAblock ._details {
  margin: auto;
  max-width: 23.8rem;
}
.catBlock .CTAblock ._btn {}
.catBlock .CTAblock ._btn a span {}
.catBlock .CTAblock ._btn a span::after {
  background-image: url("../images/Icon feather-shopping-cart.png");
  order: -1;
  width: 2rem;
  height: 2rem;
}
.catBlock .CTAblock .body_sans_s {
  margin: 1.6rem 0;
  text-align: center;
}
.catBlock .CTAblock .body_sans_s a {
  background: url("../images/Icon feather-external-link.png") no-repeat right center/1.5rem;
  color: var(--red);
  display: inline-block;
  text-decoration: underline;
  padding-right: 2.3rem;
}
.catBlock .CTAblock ._attention {
  border-top: 1px solid rgba(13, 10, 10, 0.20);
  margin-top: 2.4rem;
  padding-top: 2rem;
}
.catBlock .CTAblock ._attention dt {
  font-weight: 500;
  margin-bottom: 1rem;
}
.catBlock .CTAblock ._attention dd {}
.catBlock .contactBox {
  background: var(--white);
  color: var(--black);
  padding: 2.4rem 6.1rem;
  text-align: center;
}
.catBlock .contactBox dt {
  margin-bottom: 1.6rem;
  font-weight: 500;
}
.catBlock .contactBox dd {}
.catBlock .contactBox dd ._tel {
  margin-bottom: .6rem;
}