@charset "UTF-8";
#stoves {
  padding: 0;
}
#stoves .stove-brand {
  padding: 100px 0;
}
@media (width < 430px) {
  #stoves .stove-brand {
    padding: 60px 0 80px;
  }
}
#stoves .stove-brand:nth-child(2n-1) {
  background-color: rgb(243, 242, 239);
}
#stoves .stove-brand#irondog .brand-logo {
  width: 310px;
}
@media (width < 430px) {
  #stoves .stove-brand#irondog .brand-logo {
    width: 260px;
  }
}
#stoves .stove-brand#hwam .brand-logo {
  width: 260px;
}
@media (width < 430px) {
  #stoves .stove-brand#hwam .brand-logo {
    width: 220px;
  }
}
#stoves .stove-brand#ofyr .brand-logo {
  width: 200px;
}
@media (width < 430px) {
  #stoves .stove-brand#ofyr .brand-logo {
    width: 160px;
  }
}
#stoves .stove-brand .brand-logo {
  margin: 0 auto 40px;
}
@media (width < 430px) {
  #stoves .stove-brand .brand-logo {
    margin-bottom: 20px;
  }
}
#stoves .stove-brand .brand-txt {
  text-align: justify;
}
#stoves .stove-brand a.underline {
  font-size: 1.3rem;
  margin-top: 1em;
  display: block;
}
#stoves .stove-brand .stove-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  margin-top: 60px;
}
#stoves .stove-brand .stove-item-wrapper .stove-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: row;
      -ms-flex: row nowrap;
          flex: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (width < 430px) {
  #stoves .stove-brand .stove-item-wrapper .stove-item {
    display: block;
  }
}
#stoves .stove-brand .stove-item-wrapper .stove-item .img-box {
  width: 36%;
  background-image: linear-gradient(155deg, rgba(198, 222, 225, 0.65), rgba(98, 170, 210, 0.65));
}
@media (width < 430px) {
  #stoves .stove-brand .stove-item-wrapper .stove-item .img-box {
    width: 100%;
  }
}
#stoves .stove-brand .stove-item-wrapper .stove-item .txt-box {
  width: 64%;
  padding: 0 5%;
}
@media (width < 430px) {
  #stoves .stove-brand .stove-item-wrapper .stove-item .txt-box {
    width: 100%;
    padding: 2.4rem 5% 2.4rem;
  }
}
#stoves .stove-brand .stove-item-wrapper .stove-item .txt-box h3 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
#stoves .stove-brand .stove-item-wrapper .stove-item .txt-box h3 span {
  display: block;
  font-size: 1.2rem;
  margin-top: 0.6em;
  letter-spacing: 0;
  opacity: 0.8;
}
@media (width < 430px) {
  #stoves .stove-brand .stove-item-wrapper .stove-item .txt-box h3 {
    font-size: 2.8rem;
  }
}
#stoves .stove-brand .stove-item-wrapper .stove-item .txt-box h4 {
  font-weight: 700;
  line-height: 1;
  margin-top: 2em;
}
@media (width < 430px) {
  #stoves .stove-brand .stove-item-wrapper .stove-item .txt-box h4 {
    font-size: 1.7rem;
    margin-top: 1.5em;
  }
}
#stoves .stove-brand .stove-item-wrapper .stove-item .txt-box .note {
  line-height: 1.7;
  margin-top: 0.9em;
  text-align: justify;
}
@media (width < 430px) {
  #stoves .stove-brand .stove-item-wrapper .stove-item .txt-box .note {
    opacity: 0.8;
  }
}
#stoves .stove-brand .stove-item-wrapper .stove-item .txt-box .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  margin-top: 1.5em;
  line-height: 1.7;
  opacity: 0.8;
}
#stoves .stove-brand .stove-item-wrapper .stove-item .txt-box .spec dt {
  width: 6.5em;
}
#stoves .stove-brand .stove-item-wrapper .stove-item .txt-box .spec dd {
  width: calc(100% - 6.5em);
}

#other {
  padding: 80px 0;
}
#other .brand-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media (width < 430px) {
  #other .brand-item-wrapper {
    gap: 32px;
  }
}
#other .brand-item-wrapper .brand-item a {
  display: block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#other .brand-item-wrapper .brand-item a:hover {
  opacity: 0.7;
}
#other .stove-brand-mapping {
  margin-top: 60px;
}

#buy_stove {
  background-color: rgb(70, 92, 115);
  color: #fff;
}
#buy_stove .sec-title-box {
  padding-bottom: 0;
}
#buy_stove .btn_wrapper_grid {
  margin-top: 40px;
}
#buy_stove .btn_wrapper_grid .btn__base {
  background-color: #ededed;
  color: #252322;
}
#buy_stove .btn_wrapper_grid .btn__base:hover {
  color: #ededed;
  background-color: #cf3206;
}

#planning .title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
}
@media (width < 430px) {
  #planning .title {
    font-size: 2rem;
  }
}
#planning .content {
  font-size: 1.65rem;
  line-height: 1.7;
  text-align: justify;
}
@media (width < 430px) {
  #planning .content {
    font-size: 1.6rem;
  }
}
#planning .content-sub {
  font-size: 1.5rem;
  text-align: justify;
  margin-top: 0.6em;
  opacity: 0.8;
}
@media (width < 430px) {
  #planning .content-sub {
    font-size: 1.3rem;
  }
}
#planning .buy-info-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}
#planning .buy-info-wrapper .buy-info-item {
  padding: 36px 10%;
}
@media (width < 430px) {
  #planning .buy-info-wrapper .buy-info-item {
    padding: 24px 6%;
  }
}
#planning .buy-info-wrapper .buy-info-item .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 0.7em;
  padding-bottom: 1em;
  border-bottom: solid 1px #252322;
}
#planning .buy-info-wrapper .buy-info-item .title span {
  font-size: 0.7em;
  padding-left: 0.5em;
}
@media (width < 430px) {
  #planning .buy-info-wrapper .buy-info-item .title span {
    font-size: 0.6em;
    opacity: 0.8;
  }
}
#planning .buy-info-wrapper .buy-info-item .title.term::before, #planning .buy-info-wrapper .buy-info-item .title.fee::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
#planning .buy-info-wrapper .buy-info-item .title.term::before {
  background-image: url(../img/icon_time.svg);
}
#planning .buy-info-wrapper .buy-info-item .title.fee::before {
  background-image: url(../img/icon_fee.svg);
}
#planning .buy-flow-wrapper {
  margin-top: 60px;
}
#planning .buy-flow-wrapper .buy-flow-item {
  position: relative;
  padding: 36px 7%;
}
#planning .buy-flow-wrapper .buy-flow-item .title {
  margin-bottom: 0.8em;
}
#planning .buy-flow-wrapper .buy-flow-item:not(:last-child) {
  margin-bottom: 60px;
}
#planning .buy-flow-wrapper .buy-flow-item:nth-of-type(-n + 5):after {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: "▼";
  width: 1em;
  line-height: 1;
  color: rgb(54, 71, 89);
  z-index: 10;
}/*# sourceMappingURL=pg_maki-stove.css.map */