@charset "UTF-8";
/* ==========
共通
========== */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
#comparison-humidifier {
  text-align: center;
  color: #202020;
}
#comparison-humidifier p {
  line-height: 1.6;
}
#comparison-humidifier img {
  max-width: 100%;
  vertical-align: top;
}
#comparison-humidifier a:hover {
  opacity: 0.8;
}
.font-Futura{
  font-family: futura-pt, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.tax {
  font-size: 0.8em;
}
.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn {
    padding: 7px 10px;
    font-weight: 500;
}
.btn-A {
  background-color: #202020;
  color: #fff;
  border: none;
}
.btn-B {
  border: 1px solid #202020;
  color: #202020;
  cursor: auto;
  line-height: 4rem !important;
  
}
.bg-bl {
  background-color: #F5FBFF;
}
.section-ttl {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: bold;
}
.section-ttl .small {
  font-size: 0.6em;
}
.ttl-label {
  background-color: #80A0BE;
  color: #fff;
  padding: 15px 0;
}
.triangle-ttl {
  background: #80A0BE;
  height: 17.3205080757px;
  width: 50px;
  clip-path: polygon(100% 0, 50% 100%, 0 0%);
  margin: 0 auto;
}
.box-inner {
  width: 86%;
  margin: 0 auto;
}
.content-txt {
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 15px;
}
.type-card-label, .item-desc-label {
  font-size: 1.5rem;
  font-weight: bold;
  color: #52779A;
  background-color: #fff;
  border-radius: 50px;
  border: 1px solid #52779A;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.3;
}
.txt-link {
  font-size: 1.4rem;
  text-decoration: underline;
  position: relative;
  padding-right: 17px;
}
.txt-link-wrapper {
    text-align: right;
}
.txt-link:after {
  position: absolute;
  content: ">";
  right: 0;
}
/* ==========
sec-lead
========== */
.lead-txt {
  margin: 40px 0 45px;
  font-weight: 500;
}
.series-point {
  width: 66%;
  margin: 0 auto;
  border-radius: 3px;
  border: 1.5px solid #80A0BE;
  padding: 25px 0 40px;
}
.series-point h2 {
  color: #52779A;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
}
.series-point h2 .small {
  font-size: 0.7em;
}
.series-point-card-wrapper {
  gap: 40px;
  margin-top: 25px;
}
.series-point-card-wrapper dl {
  width: 31%;
}
.series-point-card-wrapper dl dt {
  background-color: #80A0BE;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 50px;
  margin-bottom: 10px;
}
.series-point-card-wrapper dl dd:nth-of-type(2) {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
      margin-top: 10px;
}
/* ==========
nav
========== */
.sec-nav {
  margin-top: 70px;
  margin-bottom: 40px;
}
.sec-nav .section-ttl .small {
  color: #52779A;
}
.nav-card-wrapper {
  margin-top: 30px;
}
.nav-card-wrapper li {
  width: 165px;
}
.nav-card-wrapper li p {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 5px 0 10px;
}
.nav-card-wrapper li:nth-child(n+2) {
  border-left: 1px solid #52779A;
}
.triangle-nav {
  background: #52779A;
  height: 13px;
  width: 15px;
  clip-path: polygon(100% 0, 50% 100%, 0 0%);
  margin: 0 auto;
}
/* ==========
sec-type
========== */
.sec-type{
  padding-bottom: 65px;
}
.type-card-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          flex-wrap: wrap;
}
.type-card {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.type-card:nth-child(n+3) {
    margin-top: 50px;
}
.type-card__illust {
    margin: 0 auto;
}
.type-card h3 {
  font-size: 2.3rem;
  text-align: left;
  font-weight: bold;
  margin-top: 25px;
}
.type-card-label {
  margin-right: 10px;
}
.type-desc-txt {
  font-weight: 500;
  text-align: left;
  margin: 10px 0;
}
.type-feature-list li {
  text-decoration: underline;
  position: relative;
  padding-left: 20px;
  text-align: left;
  font-size: 1.5rem;
}
.type-feature-list li:after {
  position: absolute;
  content: "✓";
  left: 0;
  top: 0;
}
.type-feature-list {
    margin-bottom: 20px;
}
.type-recommend-item {
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #52779A;
  padding: 20px 20px 30px;
  margin-bottom: 10px;
  margin-top: auto;
}
.type-recommend-item h4 {
  font-weight: bold;
  font-size: 2rem;
  color: #52779A;
}
.type-recommend-item-inner {
  gap: 15px;
  margin-top: 15px;
}
.type-recommend-left {
  width: 119px;
}
.type-recommend-right {
  text-align: left;
  font-size: 1.5rem;
  width: 237px;
}
.type-recommend-right dt {
  font-weight: bold;
  margin-bottom: 3px;
}
.type-recommend-right dd:nth-of-type(1) {
    font-weight: 500;
    font-size: 1.6rem;
}
.type-recommend-right .btn-A {
width: 204px;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 10px;
}
/* ==========
sec-comparison
========== */
.spec-table {
  width: 930px;
  table-layout: fixed;
  margin: 0 auto 80px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.spec-table th {
  width: 130px;
  background-color: #9FB7CD;
  color: #fff;
  vertical-align: middle;
}
.spec-table td {
  width: 200px;
  padding: 15px 0;
  border: 1px solid #E1E1E1;
}
.comparison-img td, .comparison-name-price td{
    padding-bottom: 0;
    border-bottom: none;
}
.comparison-name-price td {
    padding-top: 0;
    border-top: none;
}
.comparison-btn td{
  border-top: none;
}
.spec-table .item-copy span {
  font-weight: bold;
}
.spec-table .big {
  font-size: 1.3em;
  font-weight: bold;
}
.comparison-btn .btn-A {
  width: 72%;
  font-size: 1.6rem;
}
.left-alignment {
  display: table;
  margin: 0 auto;
  text-align: left;
}
.comparison-care .big, .comparison-aroma .big {
  font-weight: normal;
}
.comparison-scene td ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    gap: 5px;
}
.comparison-scene td li{
  color: #52779A;
  border: 1px solid #52779A;
  border-radius: 50px;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 0 3px;
}
/* ==========
sec-scene
========== */
.sec-scene{
  padding-bottom: 80px;
}
.scene-card:nth-child(n+2) {
  margin-top: 70px;
}
.scene-card h3 {
    font-size: 2.4rem;
    font-weight: bold;
    margin: 10px 0 15px;
}
.scene-card .item-name, .scene-card .item-price{
  font-size: 1.8rem;
  font-weight: 500;
}
.scene-card .btn-A, .scene-card .btn-B {
  width: 64%;
  margin-top: 15px;
}
.item-desc-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.item-desc-wrapper .item-desc {
  width: 45%;
  text-align: left;
}
.scene-img {
  width: 51%;
}
.item-desc-txt {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
.review-wrapper {
  margin: 45px 0 0;
}
.review-content-ttl, .recommend-content-ttl {
  font-size: 2.2rem;
  margin-bottom: 25px;
  font-weight: bold;
}
.review-slider {
    margin-bottom: 10px;
}
.review-slider .slick-track {
    display: flex !important;/* カードの高さ揃え */
}
.review-slider .slick-slide {
    height: auto;/* カードの高さ揃え */
}
.review-slider .slick-list {
    padding-right: 15% !important;/* 右要素チラ見せ */
    padding-left: 0 !important;/* 右要素チラ見せ */
}
.review-slider li {
  background-color: #fff;
  border: 1.5px solid #52779A;
  border-radius: 3px;
  padding: 10px 20px 20px;
  text-align: left;
  margin: 0 5px;
}
.star5-rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC;
  font-size: 12px;
}
.star5-rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #A88E5D;
}
.star5-rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5-rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5-rating:before, .star5-rating:after {
  content: "★★★★★";
}
.user-name {
  font-size: 1.2rem;
  font-weight: bold;
  color: #929292;
  margin-top: 5px;
}
.review-ttl {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 5px 0;
}
.review-comment {
  font-size: 1.4rem;
}
.recommend-wrapper {
  background-color: #D8E4EF;
  padding: 30px 0 40px;
  margin-top: 40px;
}
.recommend-item-list {
  gap: 10px;
}
.recommend-item-list li {
  width: 180px;
  text-align: left;
}
.recommend-item-list li .item-name, .recommend-item-list li .item-price{
  font-size: 1.4rem;
}
.recommend-item-list li .item-name{
  margin-top: 5px;
}
/* ==========
sec-faq
========== */
.sec-faq {
  background-color: #F9F7EF;
  padding: 50px 0;
  margin-bottom: 50px;
}
.faq-card-wrapper {
  width: 86%;
  margin: 40px auto 0;
}
.faq-card {
  border: 1px solid #B7A36A;
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
  text-align: left;
}
.faq-card:nth-child(n+2) {
  margin-top: 10px;
}
.faq-question {
  font-weight: bold;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #B7A36A;
}
.icon-question, .icon-answer {
  font-size: 2rem;
  padding-right: 10px;
  color: #B7A36A;
}
.faq-answer dt {
  font-size: 1.5rem;
  font-weight: bold;
}
.faq-answer-txt {
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 10px;
    margin-bottom: 10px;
}
.related-card-wrapper {
  margin-top: 40px;
  gap: 20px;
  text-align: left;
}
.related-card-wrapper li {
  width: 40%;
}
.related-card-wrapper li p {
  font-size: 1.3rem;
  margin-top: 5px;
}