@charset "UTF-8";
.back-img {
  background: url("../images/hero.png") no-repeat;
  background-size: contain;
}

#hero {
  display: flex;
  padding-top: 7%;
  padding-bottom: 10%;
  padding-left: 8%;
  position: relative;
}
#hero::after {
  content: "";
  width: max(88px, 29.3%);
  aspect-ratio: 564 / 809;
  background: url("../images/leaves.png") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
}

.catch p {
  font-weight: 700;
  text-shadow: -3px -3px 0 #fff, 0px -3px 0 #fff, 3px -3px 0 #fff, -3px 0px 0 #fff, 3px 0px 0 #fff, -3px 3px 0 #fff, 0px 3px 0 #fff, 3px 3px 0 #fff;
}

.catch-top {
  font-size: clamp(2rem, 3vw, 4.2rem);
  color: #01264D;
  line-height: 1.6;
}

.catch-mein {
  font-size: clamp(2rem, 4.5vw, 5.8rem);
  color: #428CDB;
  line-height: 1.4;
  margin-top: .5em;
  margin-bottom: .5em;
}

.catch-bottom {
  font-size: clamp(2rem, 4vw, 5.2rem);
  color: #01264D;
  line-height: 1.4;
}

.catch-accent {
  font-size: clamp(2rem, 4.5vw, 5.5rem);
  color: #D71969;
}

/* TOP HEAD*/
.top-head {
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.top-head p {
  color: #fff;
  text-align: center;
}
.top-head p span {
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
  text-align: center;
  font-size: clamp(1.7rem, 4vw, 4.4rem);
  font-weight: 500;
  line-height: 1.7;
  padding: 0 .5em;
  background-color: #72A4DA;
}
@media (max-width: 600px) {
  .top-head p span {
    margin-bottom: 5px;
  }
}

@media (max-width: 540px) {
  .top-head {
    margin-top: 0;
  }

  .back-img {
    background-size: 120%;
  }

  #hero {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
@media (max-width: 960px) {
  #hero {
    padding-left: 4%;
  }
  #hero::after {
    top: 40%;
  }
}
/*新着情報*/
.news-wrap {
  padding: 4%;
  background-color: #CFE0F3;
}

.ttl-news {
  font-size: clamp(2rem, 4vw, 4rem);
  font-weight: 700;
  color: #01264D;
}
.ttl-news a {
  display: inline-block;
  padding: 2px 10px;
  background-color: #D71969;
  color: #fff;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  float: right;
  border-radius: 5px;
}

.news {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news dt {
  width: 5em;
}
.news dd {
  width: calc( 100% - 6em );
  padding-left: 6.5em;
  position: relative;
}
.news dd span {
  display: block;
  position: absolute;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  left: 0;
  border-bottom-left-radius: 0;
  width: 6em;
  text-align: center;
  padding: 1px 5px;
  color: #fff;
  background-color: #E75582;
}

@media (max-width: 540px) {
  .news dt, .news dd {
    width: 100%;
  }
  .news dd span {
    padding: 1px 2px;
  }
}
/*お財布に優しいセット価格*/
.friendly-price_wrap {
  margin-top: max(100px, 15%);
  padding: .5em;
  background-color: #D71969;
}
.friendly-price_wrap .friendly-price__ttl {
  font-size: clamp(1.8rem, 4vw, 4.4rem);
  color: #fff;
  font-weight: 700;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.friendly-price_wrap .friendly-price__ttl::before {
  content: "";
  display: inline-block;
  width: max(50px, 20%);
  aspect-ratio: 1;
  background: url("../images/circle.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: -18%;
  top: -.5em;
}

.friendly-price-paragraph {
  position: relative;
}
.friendly-price-paragraph::before {
  content: "";
  width: max(80px, 35%);
  aspect-ratio: 475 / 594;
  background: url("../images/top-ila01.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -164%;
}

.friendly-price_paragraph__txt {
  font-size: clamp(1.7rem, 3.5vw, 4.4rem);
  font-weight: 700;
  text-align: center;
  width: fit-content;
}
.friendly-price_paragraph__txt .border-bottom {
  padding-bottom: 10px;
  border-bottom: solid 3px #222;
}
.friendly-price_paragraph__txt .marker {
  background-color: #F5F50A;
  color: #D71969;
}

@media (max-width: 600px) {
  .friendly-price-paragraph::before {
    display: none;
  }

  .friendly-price_wrap {
    margin-top: 40px;
  }
  .friendly-price_wrap .friendly-price__ttl::before {
    top: -.8em;
  }

  .friendly-price_paragraph__txt.space2 {
    margin-top: 30px;
  }
  .friendly-price_paragraph__txt .border-bottom {
    padding-bottom: 5px;
    border-bottom: solid 2px #222;
  }
}
/*セフルフィルターの特徴-*/
#characteristic {
  padding-top: max(40px, 8%);
  padding-bottom: max(40px, 8%);
  background: url("../images/top-back01.png") no-repeat;
  background-size: cover;
  margin-top: 3%;
}

.characteristic__ttl {
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 700;
  position: relative;
}
.characteristic__ttl::before {
  content: "";
  display: block;
  position: absolute;
  right: 3%;
  top: -68px;
  width: min(151px, 12%);
  aspect-ratio: 151 / 178;
  background: url("../images/kirakira.png") no-repeat;
  background-size: contain;
}
@media (max-width: 1000px) {
  .characteristic__ttl::before {
    right: -1%;
    top: -33%;
  }
}
@media (max-width: 800px) {
  .characteristic__ttl::before {
    right: -1%;
    top: -33%;
  }
}
@media (max-width: 600px) {
  .characteristic__ttl::before {
    right: -1%;
    top: -17px;
  }
}

.characteristic-item li figure {
  border-radius: 10px;
}
.characteristic-item li p {
  margin-top: .5em;
  line-height: 1.6;
}
.characteristic-item li p.strong {
  font-size: clamp(1.6rem, 1.7vw, 1.8rem);
}

.characteristic-item__ttl span {
  font-size: clamp(1.8rem, 2.4vw, 2.6rem);
  font-weight: 500;
  background-color: #D71969;
  color: #fff;
}

/*トピックス*/
.topics-back {
  background-color: #428CDB;
  padding-top: max(30px, 6%);
  padding-bottom: max(30px, 6%);
}

.topics__ttl {
  font-size: clamp(1.7rem, 3.5vw, 4.4rem);
  color: #428CDB;
  font-weight: 500;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.topics__ttl::before {
  content: "";
  width: 2px;
  height: 1.3em;
  background-color: #428CDB;
  display: block;
  position: absolute;
  left: -1em;
  top: .15em;
  transform: rotate(-24deg);
}
.topics__ttl::after {
  content: "";
  width: 2px;
  height: 1.3em;
  background-color: #428CDB;
  display: block;
  position: absolute;
  right: -1em;
  top: .15em;
  transform: rotate(24deg);
}

#topics-wrap .column3 li figure {
  width: 100%;
  aspect-ratio: 1;
}
#topics-wrap .column3 li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
#topics-wrap .column3 li a {
  color: #fff;
}

/*素朴な疑問解決*/
.faq-head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.faq-head figure {
  width: 23%;
}

.faq__ttl {
  font-size: clamp(1.7rem, 3.5vw, 4.4rem);
  font-weight: 700;
}
.faq__ttl span {
  font-size: clamp(2.2rem, 4.5vw, 5.5rem);
  color: #D71969;
}

.faq-back {
  padding-top: max(30px, 6%);
  padding-bottom: max(30px, 6%);
  background-color: #CFE0F2;
}

.faq-item {
  counter-reset: my-counter;
}
.faq-item dt {
  position: relative;
}
.faq-item dt::before {
  content: "";
  width: max(50px, 9%);
  aspect-ratio: 1;
  background: url("../images/top-ic.png") no-repeat;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.faq-item dt span {
  width: 81.45%;
  display: block;
  padding: .8em .8em .8em 3.2em;
  background-color: #fff;
  font-size: clamp(1.6rem, 2.4vw, 2.8rem);
  font-weight: 500;
  border-radius: 20px;
  position: relative;
}
.faq-item dt span::before {
  counter-increment: my-counter;
  content: "Q" counter(my-counter);
  font-size: clamp(2rem, 3.4vw, 3.8rem);
  color: #D71969;
  font-weight: 700;
  display: inline-block;
  position: absolute;
  left: .8em;
  top: .4em;
}
.faq-item dt span::after {
  position: absolute;
  content: "▶";
  color: #fff;
  display: inline-block;
  right: -.8em;
  top: 50%;
  transform: translateY(-50%);
}
.faq-item dd {
  padding: 2.7em 2.7em 2.7em 5em;
  position: relative;
}
.faq-item dd::before {
  content: "A";
  font-size: clamp(2rem, 3vw, 3.2rem);
  color: #D71969;
  font-weight: 700;
  position: absolute;
  top: 1em;
  left: 1em;
}
@media (max-width: 600px) {
  .faq-item dd {
    padding: 1.5em 1.5em 1.5em 2.7em;
  }
}
.faq-item dd em {
  font-size: clamp(1.7rem, 1.78vw, 2rem);
  font-weight: 700;
  color: #D71969;
}

#faq .btn {
  padding-top: max(30px, 6%);
  padding-bottom: max(30px, 6%);
  background-color: #EAEAEA;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#faq .btn li {
  width: min(490px, 90%);
  margin-left: 5px;
  margin-right: 5px;
}
#faq .btn li.bk-bl a {
  background-color: #428CDB;
}
@media (max-width: 999px) {
  #faq .btn li {
    margin-bottom: 10px;
  }
}

/*レンジフードのお掃除って大変！*/
.cleaning-txt {
  margin-left: 7%;
  margin-top: -12%;
}
.cleaning-txt p {
  width: 46%;
  line-height: 1.8;
}

.cleaning__ttl {
  text-align: center;
  font-size: clamp(2rem, 4vw, 4.4rem);
  font-weight: 700;
  color: #D71969;
}

@media (max-width: 600px) {
  #cleaning p.t-center {
    text-align: left;
  }
}
/*セルフフィルターの安全性*/
#safety {
  margin-top: 10%;
  padding: 8%;
  border: solid 1px #ccc;
  border-radius: 20px;
  position: relative;
}
#safety::before {
  content: "";
  width: 12.016%;
  display: block;
  aspect-ratio: 149 / 111;
  background: url("../images/leaf02.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -2em;
  left: -1%;
}
@media (max-width: 600px) {
  #safety {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
  }
  #safety::before {
    top: -6px;
  }
  #safety img {
    margin: 5px;
  }
}
#safety .safety__ttl {
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 700;
  color: #428CDB;
}

.safety-img img {
  width: 48%;
}

@media (max-width: 597px) {
  .safety-img img {
    width: 47%;
  }

  .top-bottom.t-center {
    text-align: left;
  }
}
@media (max-width: 398px) {
  .safety-img img {
    width: 46%;
  }
}
/*注文ボタン*/
#order-btn {
  text-align: center;
}
#order-btn .btn {
  margin-top: 5em;
}
#order-btn .btn a {
  position: relative;
}
#order-btn .btn a::before {
  content: "";
  display: inline-block;
  width: max(72px, 18.8%);
  aspect-ratio: 128/180;
  background: url("../images/btn-ila.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: -74px;
  left: 11%;
}

@media (max-width: 524px) {
  #order-btn .btn a::before {
    top: -45px;
    left: 5%;
  }
}
.order-btn__txt {
  font-weight: 500;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.order-btn__txt::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 3em;
  background-color: #D71969;
  transform: rotate(154deg);
  position: absolute;
  top: 1em;
  left: -2.5em;
}
.order-btn__txt::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 3em;
  background-color: #D71969;
  transform: rotate(29deg);
  position: absolute;
  top: 1em;
  right: -2.5em;
}
